Ver Fonte

Update netlog.sh

蘭雅sRGB há 6 anos atrás
pai
commit
f34c7e3598
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      netlog.sh

+ 3 - 2
netlog.sh

@@ -4,13 +4,14 @@ INDEX_HTML=/var/www/log/index.html
 
 echo '<pre>' > ${INDEX_HTML}
 
-vnstat -u
+top -b  | head -6 >> ${INDEX_HTML}
 
+vnstat -u
 vnstat -m >> ${INDEX_HTML}
 vnstat -d >> ${INDEX_HTML}
 vnstat -h >> ${INDEX_HTML}
 
-top -b  | head -5 >> ${INDEX_HTML}
+
 
 ######################################