Browse Source

Update netlog.sh

蘭雅sRGB 6 years ago
parent
commit
d9c3837373
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netlog.sh

+ 1 - 1
netlog.sh

@@ -10,7 +10,7 @@ vnstat -m >> ${INDEX_HTML}
 vnstat -d >> ${INDEX_HTML}
 vnstat -d >> ${INDEX_HTML}
 vnstat -h >> ${INDEX_HTML}
 vnstat -h >> ${INDEX_HTML}
 
 
-top | head -5 >> ${INDEX_HTML}
+top -b  | head -5 >> ${INDEX_HTML}
 
 
 ######################################
 ######################################