Operating System - HP-UX
1829350 Members
2216 Online
109991 Solutions
New Discussion

When use netstat -rn see route table,what's mean of Refs column

 
SOLVED
Go to solution
常有慈悲心
Regular Advisor

When use netstat -rn see route table,what's mean of Refs column

thank you
3 REPLIES 3
Michael Schulte zur Sur
Honored Contributor
Solution

Re: When use netstat -rn see route table,what's mean of Refs column

Hi,

I couldn't find anything for HP-UX. Under Tru64 the field means:
Refs Provides the current number of active uses for this binding.

I hope they aren't too far apart.

greetings,

Michael
Sridhar Bhaskarla
Honored Contributor

Re: When use netstat -rn see route table,what's mean of Refs column

Hi,

I believe the full form is "references" which means the number of active connections that are referencing or using this route.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Cheryl Griffin
Honored Contributor

Re: When use netstat -rn see route table,what's mean of Refs column

The Refs field gives the current number of active uses per route.

From an old 10.20 manual:
The Refs field shows the current number of active uses of the route. Connection-oriented protocols normally hold on to a single route for the duration of a connection, while connectionless protocols normally obtain a route just while sending a particular message. The Use field shows a count of the number of packets sent using the route. The Interface field identifies which network interface is used for the
route.
"Downtime is a Crime."