摘要: #!/bin/bash TITLE="Linux系统管理程序" #LOGFILE="/var/log/system_status.log" # 查询CPU使用率 function cpu_usage() { #echo " CPU 使用情况 " >> $LOGFILE #top -bn1 | gre 阅读全文
posted @ 2025-02-11 11:22 風£飛 阅读(30) 评论(0) 推荐(0)