> > how to get packet/byte counters on network interface. > > something like /proc/net/dev in linux, maybe other way > > Something like "netstat -i" or "netstat -i -w 1" ? > Add "-b" for bytes instead of packets. netstat -b -I interface works perfect thanks!