List total network statistics on your Linux box
Posted: 4/9/2002 6:17:35 AM
By: Comfortably Anonymous
Times Read: 2,334
0 Dislikes: 0
Topic: Linux
Simple, obvious, but something I did not know...

cat /proc/net/dev
Rating: (You must be logged in to vote)
Discussion View:
Replies:

List total network statistics on your Linux box
Posted: 4/9/2002 6:17:35 AM
By: Comfortably Anonymous
Times Read: 2,334
0 Dislikes: 0
Topic: Linux
netstat and ifconfig, both show you some useful info about your network connection. Lot's of options, so do a man on both.

netstat -s gives you all kinds of info.
Rating: (You must be logged in to vote)