Archive | oneliner

27 February 2012 ~ Comments Off

One Liner: Ifstat

Recently I tried ifstat on a freshly updated linux box with a 3.2 kernel, it was reporting nothing (0kb) although the network was heavily used.
A quick one-liner confirmed this and I decided to keep it here for later use:
export IFACE=eth0 ; while(…

Continue Reading