# perfcheck **Repository Path**: csudata/perfcheck ## Basic Information - **Project Name**: perfcheck - **Description**: 快速检测主机的IO和CPU性能 - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2023-08-31 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 编译方法 ``` gcc -static perfcheck.c -lpthread -o perfcheck ```