List total network statistics on your Linux box
Posted: 4/9/2002 6:17:35 AMBy: Comfortably Anonymous
Times Read: 2,620
Likes: 0 Dislikes: 0
Topic: Linux
Simple, obvious, but something I did not know...
cat /proc/net/dev
cat /proc/net/dev
Rating: (You must be logged in to vote)
Discussion View:
By: Comfortably Anonymous
Times Read: 1,975
Likes: 0 Dislikes: 0
Topic: Linux
Replies:
Try these too...
Posted: 4/10/2002 1:48:07 AMBy: Comfortably Anonymous
Times Read: 1,975
Likes: 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.
netstat -s gives you all kinds of info.
Rating: (You must be logged in to vote)