- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- netstat out takes time to give output
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 09:50 PM
12-19-2006 09:50 PM
netstat out takes time to give output
We have HP server which is being connected by DEV from otherside of the world. As you all know when you execute the "netstat -a" command it will print IP & Socket usage information. In this regard we have "Monitoring software" which uses "netstat -a" command as one of the checks and it times out as there is a delay in "netstat" coammand. I would like to know is there anyway to decrease the time it takes to give the output.
TIA,
Regards, Vishwanath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 09:59 PM
12-19-2006 09:59 PM
Re: netstat out takes time to give output
have you tried the suggestions from:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1063501
Your profile indicates you have assigned points to only 2 of 24 responses !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 11:52 PM
12-19-2006 11:52 PM
Re: netstat out takes time to give output
I guess the problem may be due to hostname resolution is taking more time. Check your network setting.
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 12:10 AM
12-20-2006 12:10 AM
Re: netstat out takes time to give output
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=950648
Looks like it is a DNS issue and it was resolved by added the source IP to the /etc/hosts file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 02:33 AM
12-20-2006 02:33 AM
Re: netstat out takes time to give output
Forgot to add one point the servers IP address which are connecting remotely are from a different network domain. We don't have DNS entries configured for these IP address in our DNS Server.
Vishwanath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 02:35 AM
12-20-2006 02:35 AM
Re: netstat out takes time to give output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 02:40 AM
12-20-2006 02:40 AM
Re: netstat out takes time to give output
get the addresses added to your DNS!
In the meantime you could TRY whether this will work:
netstat -a = slow
netstat -an ? fast
It saves the names lookup to translate ip addresses.
If any of the suggestions were useful,please consider assigning points for the help you have been offered in this and your other threads as listed in your profile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 04:52 AM
12-20-2006 04:52 AM
Re: netstat out takes time to give output
which does not resolve host name