Advertisement
Stybyk

comandstoremember

Apr 17th, 2019
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.84 KB | None | 0 0
  1. receiver$ watch 'sudo ethtool -S eth2 |grep rx'
  2.      rx-0.rx_packets:     8.0/s
  3.      rx-1.rx_packets:     0.0/s
  4.      rx-2.rx_packets:     0.0/s
  5.      rx-3.rx_packets:  355.2k/s
  6.      rx-4.rx_packets:     0.5/s
  7.      rx-5.rx_packets:  297.0k/s
  8.      rx-6.rx_packets:     0.0/s
  9.      rx-7.rx_packets:     0.5/s
  10.      rx-8.rx_packets:     0.0/s
  11.      rx-9.rx_packets:     0.0/s
  12.      rx-10.rx_packets:    0.0/s
  13.  
  14. receiver$ watch 'sudo ethtool -S eth2 |grep rx'
  15.      rx_nodesc_drop_cnt:    451.3k/s
  16.      rx-0.rx_packets:     8.0/s
  17.      rx-1.rx_packets:     0.0/s
  18.      rx-2.rx_packets:     0.0/s
  19.      rx-3.rx_packets:     0.5/s
  20.      rx-4.rx_packets:  355.2k/s
  21.      rx-5.rx_packets:     0.0/s
  22.      rx-6.rx_packets:     0.0/s
  23.      rx-7.rx_packets:     0.5/s
  24.      rx-8.rx_packets:     0.0/s
  25.      rx-9.rx_packets:     0.0/s
  26.      rx-10.rx_packets:    0.0/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement