A Simple Monitor Script

[codesyntax lang="bash" lines="no"] #!/bin/bash #monitor network #kim #影响linux性能的主要因素 #CPU #内存 #磁盘I/O带宽 #网络I/O带宽 while : ; do time=`date +%m"-"%d" "%k":"%M` day=`date +%m"-"%d` rx_before=`/sbin/ifconf… Continue reading
Posted in Linux| Tagged , | Leave a comment