The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-02-2003
hugo_perez hugo_perez is offline
Registered User
  
 

Join Date: Apr 2002
Location: Argentine - that better than to eat meat and to drink wine (both Argentineans)?.
Posts: 132
What kind of metrics ?

What do you want to see?

Some implementations of netstat allow flags with more information:

netstat -s

netstat -p tcp

netstat -p ip

See the man page of netstat, for the specific flag do you
want.

Do you have a lot of connections dropped, data packets retransmited ?

Note: An unproportional data packets retransmited shall mean
that there are a lot of collisions that could signicate a network
congestion.or not?

Regards. Hugo.