使用shell腳本獲取cpu平均使用率

如下將展現我寫的一段代碼:正則表達式 #!/bin/bash #This script is to record the cpu load from IBDAP1 to IBDAP4 time=`date +%y%m%d-%H:%M:%S` use=`uptime | sed -r "s/.*load average: ([^ ]*).*/\1/" | gawk '{print $1}'|sed
相關文章
相關標籤/搜索