# kytuning-client **Repository Path**: openeuler/kytuning-client ## Basic Information - **Project Name**: kytuning-client - **Description**: Operating system benchmark performance tuning analysis tool-client - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 18 - **Created**: 2023-11-21 - **Last Updated**: 2025-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-ops ## README # kytuning-client #### Introduction In the process of OS benchmark performance optimization, there are often various benchmarking tools, cumbersome data comparison, and a lack of efficient tools for performance problem analysis. Kytuning provides a tool to help complete tedious and repetitive tasks, freeing up manpower and allowing engineers to focus on analyzing and solving performance problems. Kytuning initially plans to support the following benchmarking tools: - unixbench - lmbench - fio - iozone - specjvm2008 - stream - speccpu2006 - speccpu2017 #### Software Architecture There are three main roles in the overall architecture of the KyTuning test system: the target test machine, the KyTuning test system service, and the web management client. kytuning-client is software that runs as a target tester, and its internal process is as follows: ![图1](./imgs/kytuning-client流程图.png) #### Installation 1. To install dependencies: pip install -r requirements.txt #### Instructions 1. Deploy the server, and upload the test results to the server after the test is completed. 2. You can run kytuning-client separately without deploying the server. 3. Download kyting client 3. Run sh run.sh #### Contribution 1. Fork the repository 2. Commit your code 3. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)