2014年9月11日 星期四

[linux]monitor your process network / iftop / NetHogs 監控程序流量


想要再Linux看到網路的流量可以使用

cat /sys/class/net/eth0/statistics/rx_bytes
or
cat /sys/class/net/eth0/statistics/tx_bytes

若是想更直覺的看到網路流量的情況可以使用

  iftop - display bandwidth usage on an interface by host
會列出到每個host的網路的流出與流入。

如果想要看到更詳細的每個process的流量,可以使用 nethogs
       nethogs - Net top tool grouping bandwidth per process

nethogs 可以列出每個process流量消耗,

在redhat 系列安裝只要

yum install -y iftop
yum install -y nethogs





沒有留言:

張貼留言