摘要:
常用的参数 CPU:sar -u t n 内存:sar -r t n 磁盘:sar -d t n 网络:sar -nDEV t n 采样频率 t n 每隔t秒记录一次,共记录n次 ############################################################ 阅读全文
摘要:
原文:https://www.runoob.com/linux/linux-comm-crontab.html crontab 定时任务:【nmon监控稳定性场景】 122、126 40 6,14,22 * * * root /home/nomouser/nmon -f -s 20 -c 1620 阅读全文
摘要:
python打包exe,添加ico图标命令: 第一步:将需要打包的python代码文件和ico图标放在同一个文件夹中 第二步:进入cmd命令行 第三步:输入命令 pyinstaller -F -w -i [图标名称].ico [文件名称].py --add-data="C:[路径]\Python\P 阅读全文