首先,我在两个shell中同时运行vnstat -tr -i eth0和iftop。奇怪的是,vnstat中的rx远远大于iftop中的峰值rx。我该如何解决这个问题?
vnstat中的Rx
5679980 packets sampled in 5 seconds
Traffic average for eth0
rx 530.52 Mbit/s 1130727 packets/s
tx 49.88 Mbit/s 5258 packets/s
在iftop中接收
TX: cum: 205MB peak: 47.1Mb
RX: 10.9MB 9.30Mb
TOTAL: 217MB 52.2Mb
最佳答案
Dude,vnstat中的RX使用MegaBit(Mbit);而iftop使用MegaByte(MB)。他们有不同的度量,结果当然是不一样的。
1个字节= 8位
您可以在Google中获取有关“ Mbit vs MB”的更多信息。只是搜索它。
关于linux - vnstat rx和iftop rx不匹配,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/29257212/