# centos-resource-use **Repository Path**: GISuser/centos-resource-use ## Basic Information - **Project Name**: centos-resource-use - **Description**: python 提升cpu与内存使用率 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2024-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 打包 ```bash pyinstaller --onefile main.py ``` 查看内存 ```bash mpstat -P ALL 1 ``` 授权 ```bash chmod 777 main 33 10 * * * /usr/bin/nohup /home/mai nohup /home/main >/dev/null 2>&1 & ```