Network Statistics in Linux

  • To display statistics for each networking protocol, on systems using a full shell: netstat -s
  • To display statistics for each networking protocol, on systems using the stripped down “Busybox” shell (e.g. OpenWrt): more /proc/net/snmp
Page 7 of 7« First...«34567