Ndstats Page


Information
  • This is a kernel module you can use to view kernel registered interfaces statistics.
  • To build the module unpack your download, cd into 'ndstats' directory, type 'make install' and then do a 'modprobe ndstats'.
  • By reading '/proc/net/nd_stats', a proc entry module creates, you can get information about an interface Input/Output rate in bits/sec(pkts/sec).
  • NOTE: This version of the module was heavily tested on 2.2 and 2.4 kernels without causing any problems.


Using
  • Execute: ' while :; do cat /proc/net/nd_stats; sleep 1; clear; done ' or ' watch -n1 cat /proc/net/nd_stats '
  • Here is an example output of the previous execution


Download


Email