1834604 Members
4581 Online
110069 Solutions
New Discussion

socket performance

 
wvsa
Regular Advisor

socket performance

Good day all,

Are there any tools, utilities that I can measure socket performance/activity. As a followup question is there a way to determine if a socket port is down/unavailable? Thankyou in advance for your input.
4 REPLIES 4
Helen French
Honored Contributor

Re: socket performance

You can use:

# netstat -an
# lsof
Life is a promise, fulfill it!
wvsa
Regular Advisor

Re: socket performance

We would like to be able to measure network activity going through a socket port on a hourly basis. If there is a way to be alerted if traffic going through a particular port has been stopped or hung, we would greatly appeciate any input.
Zigor Buruaga
Esteemed Contributor

Re: socket performance

Hi,

Maybe you could find "tcpdump" utility useful ( I have not tested it but looks fine ).

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcpdump-3.7.2/

Hope this helps.
Kind regards,
Zigor
Hari Kumar
Trusted Contributor

Re: socket performance

the above URL serves all your needs
you can get the by
#netstat -a or -s in that find the (state) coloumn and also
#lsof
U can also use this
#ndd -get /dev/udp ip_udp_status
and also query the same for tcp_status
WIDE range of tools set available and choose per your needs
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/

Information is Wealth ; Knowledge is Power