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
 

相关内容

    暂无相关文章