# rust-perf-analyze **Repository Path**: adamszhang/rust-perf-analyze ## Basic Information - **Project Name**: rust-perf-analyze - **Description**: 用rust 封装的 linux 系统性能分析命令行工具 - **Primary Language**: Rust - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-04 - **Last Updated**: 2024-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust-perf-analyze #### 介绍 用rust 封装的 linux 系统性能分析命令行工具 #### 使用说明 rperf [-p pid] \/\/ 默认会显示系统的 IPC Numa 缓存访问 L3 缓存命中 Debug pid is -a Instructions 29964007 Cycles 85194630 IPC 0.35 Local Miss 49130 Remote Miss 3265 LocalRate 0.94 \/\/ Numa 本节点miss 跨节点miss 总的来说 这个比值越大越好,说明访问的本节点上的内存区间 L3 hit 52623 L3 miss 57147 HitRate 0.48 **后续会增加新的性能分析指标**