# akperf **Repository Path**: bx-sec/akperf ## Basic Information - **Project Name**: akperf - **Description**: 收集性能相关数据 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # akperf #### 简介 > akperf模块旨在抓取性能分析所需的数据。 #### 编译环境 | 操作系统 | 内核版本 | gcc版本 | | -- | -- | ---- | | CentOS-7.0-1406 | 3.10.0-1160.15.2.el7.x86_64 | 4.8.5 | ``` yum update && yum install kernel kernel-devel kernel-headers ``` #### 编译命令 ``` ./configure && make akperf.lds为akperf模块的链接脚本 ``` #### 依赖说明 ``` akperf加载依赖akfs模块,需要先加载akfs模块 ``` #### 加载命令 ``` insmod perf.ko ``` #### 卸载命令 ``` rmmod perf.ko ```