歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux管理 >> Linux網絡

nload:好用的linux網絡帶寬使用率監控工具

nload:好用的linux網絡帶寬使用率監控工具   nload能夠很好的顯示網絡帶寬使用率,反應網絡進出流量情況,簡單易用。   www.2cto.com   安裝: yum install nload   常用參數: -t 多久刷新一次,單位毫秒。默認500毫秒。’ -m 同一時間顯示多個設備占用帶寬情況。 -u 流量單位。 h|H:自動調整;   b|B:Bit;   m|M:兆; g|G:G   常用: 1.圖形化顯示:直觀,有波峰圖。 nload或者nload -t xxx   www.2cto.com   ============================================================================ Incoming: ##            ###########. ############################################## ##         .  ############ ############################################## ##         #  ############ ############################################## ## .  |   .#  ############ ############################################## ## #  #   ##  ############ ############################################## ## # |# | ## #############|############################################## ## #### #.## ############################################################ ####### #### ############################################################ #########################################################################
 Curr: 196.77 MBit/s #########################################################################  
Avg: 154.60 MBit/s #########################################################################  
Min: 3.93 MBit/s #########################################################################  
Max: 332.45 MBit/s #########################################################################
 Ttl: 5779.03 GByte Outgoing:                ###########  #     .   ###### ### ###### # #.         .###            |   ###########  #     ## .################# #|##        .####      .    |#  .###########| #    ###|################## ####        #####  |   #    ##  #############.# #. ######################|####     #| #####  # # #    ##  ############### ##|###########################     ##|#####  #|###|   ##  ############### ###############################    ######## ####### # ##  ###############.############################### | ######### #######.# ##  ################################################# ######### ############||########################################################### #########################################################################
 Curr: 11.57 MBit/s #########################################################################  
Avg: 9.87 MBit/s #########################################################################  
Min: 4.16 MBit/s #########################################################################  
Max: 25.30 MBit/s #########################################################################  
Ttl: 7695.41 GByte   www.2cto.com     2.顯示多個網卡信息: nload -m Device eth0 [xxx.xxx.xxx.xxx] (1/5): ============================================================================ Incoming:                                               Outgoing: Curr: 137.94 MBit/s                                     Curr: 7.57 MBit/s Avg: 137.94 MBit/s                                      Avg: 7.57 MBit/s Min: 137.94 MBit/s                                      Min: 7.57 MBit/s Max: 137.94 MBit/s                                      Max: 7.57 MBit/s Ttl: 5788.60 GByte                                      Ttl: 7695.74 GByte   Device eth1 (2/5): ============================================================================ Incoming:                                               Outgoing: Curr: 0.00 Bit/s                                        Curr: 0.00 Bit/s Avg: 0.00 Bit/s                                         Avg: 0.00 Bit/s Min: 0.00 Bit/s                                         Min: 0.00 Bit/s Max: 0.00 Bit/s                                         Max: 0.00 Bit/s Ttl: 0.00 Byte                                          Ttl: 0.00 Byte   Device eth2 (3/5): ============================================================================ Incoming:                                               Outgoing: Curr: 0.00 Bit/s                                        Curr: 0.00 Bit/s Avg: 0.00 Bit/s                                         Avg: 0.00 Bit/s Min: 0.00 Bit/s                                         Min: 0.00 Bit/s Max: 0.00 Bit/s                                         Max: 0.00 Bit/s Ttl: 0.00 Byte                                          Ttl: 0.00 Byte  
Copyright © Linux教程網 All Rights Reserved