- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ping response time
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
09-28-2005 03:04 AM
09-28-2005 03:04 AM
ping response time
i'm collecting statistics on response time between two HPUX server using ping.
After ping is running for a lot of seconds, i stop the command and get the min/avg/max response time. But the avg has been notified negative!!!
Which is the algoritm used by ping in order to give the avg result?
Based on this algoritm, a slow network can imply a negative avg result?
Thanks in advance
RV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 03:06 AM
09-28-2005 03:06 AM
Re: ping response time
Can you please post an example of what you are talking about?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 03:12 AM
09-28-2005 03:12 AM
Re: ping response time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 04:40 AM
09-28-2005 04:40 AM
Re: ping response time
64 bytes from 15.156.105.23: icmp_seq=2. time=0. ms
64 bytes from 15.156.105.23: icmp_seq=3. time=0. ms
64 bytes from 15.156.105.23: icmp_seq=4. time=0. ms
64 bytes from 15.156.105.23: icmp_seq=5. time=0. ms
64 bytes from 15.156.105.23: icmp_seq=6. time=0. ms
----hp.italy.hp.com PING Statistics----
2227 packets transmitted, 7 packets received, % packet loss
round-trip (ms) min/avg/max = 300/-2700/1402
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 04:47 AM
09-28-2005 04:47 AM
Re: ping response time
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 04:47 AM
09-28-2005 04:47 AM
Re: ping response time
I read somewhere months ago that if average value of ping is negative, the destination address machine could have some operative system problem...
But regard to this wait some guru of the forum for further information...
Best wishes,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 04:59 AM
09-28-2005 04:59 AM
Re: ping response time
Do a:
# whence ping
And make sure you are using /usr/sbin/ping.
Also do a:
# what /usr/sbin/ping
And post the results. You may need a patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 05:29 AM
09-28-2005 05:29 AM
Re: ping response time
http://www.ping127001.com/pingpage/ping.html
NOTE: This is not the HP-UX source for ping.
I suspect that your fundamental problem is such huge packet losses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 05:48 AM
09-28-2005 05:48 AM
Re: ping response time
what OS is running on the system where you run your ping command? Most likely the problem is on the source of ping, not on the target.
BTW, a very bad statistic in your post:
2227 packets transmitted
7 packets received
Broken network connection?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 05:59 AM
09-28-2005 05:59 AM
Re: ping response time
OS is HPUX 11i
The network is really bad but i wrote wrong number. Percentage of lost packets is less than 1%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 07:24 AM
09-28-2005 07:24 AM
Re: ping response time
Bill Hassell, sysadmin