- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: netstat - port 37
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
11-06-2003 06:16 AM
11-06-2003 06:16 AM
I tested a program to utilize this time server and ran 5000 processes in 21 seconds. Does it sound right to you?
Thanks!
Tony Chou
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 06:44 AM
11-06-2003 06:44 AM
Solutionnetstat -an | grep 37
This will get you some data but you'll need to refine it a bit.
Your speed data seems reasonable but will vary based on network connection speed and cpu and memory.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 06:56 AM
11-06-2003 06:56 AM
Re: netstat - port 37
I did the test on a development box so I'm sure the response will be much better if it's on a production box.
BTW, what is the name of the time server?
Thanks again for your help!
Tony Chou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 07:17 AM
11-06-2003 07:17 AM
Re: netstat - port 37
This thread explores and explains the issue better than I can.
I know of no way to monitor a specific port for performance
Since its network, the network portion of the script I'm attaching might be a good start.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 12:32 AM
11-07-2003 12:32 AM
Re: netstat - port 37
http://www.ethereal.com
Berlene
Did you know the latest version of ethereal can read nettl traces?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 12:36 AM
11-07-2003 12:36 AM
Re: netstat - port 37
I'm confused.
Standard NTP uses port 123/UDP
Do you have a proprietary time service?
NTP uses very little resources - negligible actually.
Even if your box is *extremely* loaded there should be no effect on NTP.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 12:58 AM
11-07-2003 12:58 AM
Re: netstat - port 37
Can you point me to a sample code for this udp? I'm aware of port 37 is tcp but it's not running on most of the boxes.
Thanks,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 01:01 AM
11-07-2003 01:01 AM
Re: netstat - port 37
Thanks for the pointer. I really like the tools, but I might have to jump through so many hoops to get it installed in /usr/local. Can I put them in my own developement directory? I bet the program does something I can't even do as a developer. Things like permissioning, etc. But that's a great tip - at least I can use it for my own benefits.
Tony