# tools **Repository Path**: iscas-gc/tools ## Basic Information - **Project Name**: tools - **Description**: 关键点分析和整体效果验证。请联系吴恒,邮箱是wuheng@iscas.ac.cn - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-24 - **Last Updated**: 2024-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # benchmark #### 介绍 验证云原生基础环境的符合性/稳定性,并发性、失效恢复能力。 #### 测试工具 1. 内存开销: [ps_mem](https://github.com/pixelb/ps_mem) 2. 代码统计:[cloc](https://github.com/AlDanial/cloc) #### 常用工具 1. 命令行工具:[crictl](https://github.com/kubernetes-sigs/cri-tools) 2. 镜像压缩工具:[slim](https://github.com/slimtoolkit/slim) 3. 内存分析工具:[pmap] 4. 二进制分析工具:[nm] #### 常用命令 1. 查看磁盘占用 ``` du -ah --max-depth=1 / ``` #### 开发计划