Network traffic monitoring in OpenBSD
Saturday, August 14, 2010 9:19:07 AM
# netstat -b -w 1
pflog0 in pflog0 out total in total out
bytes bytes bytes bytes
0 120 9882128 546376
...
-b Show bytes in and out, instead of packet statistics.
-w Show network interface statistics at intervals of wait seconds.
pflog0 in pflog0 out total in total out
bytes bytes bytes bytes
0 120 9882128 546376
...
-b Show bytes in and out, instead of packet statistics.
-w Show network interface statistics at intervals of wait seconds.






