Originally posted by: SystemAdmin
Only on one server do i see this behavior. The response time varies widely
(/)> ping localhost
PING loopback: (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=172 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=255 time=100 ms
64 bytes from 127.0.0.1: icmp_seq=5 ttl=255 time=1000 ms
64 bytes from 127.0.0.1: icmp_seq=6 ttl=255 time=332 ms
64 bytes from 127.0.0.1: icmp_seq=7 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=8 ttl=255 time=11 ms
64 bytes from 127.0.0.1: icmp_seq=9 ttl=255 time=1 ms
64 bytes from 127.0.0.1: icmp_seq=10 ttl=255 time=1 ms
64 bytes from 127.0.0.1: icmp_seq=11 ttl=255 time=58 ms
64 bytes from 127.0.0.1: icmp_seq=12 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=13 ttl=255 time=884 ms
64 bytes from 127.0.0.1: icmp_seq=14 ttl=255 time=28 ms
64 bytes from 127.0.0.1: icmp_seq=15 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=16 ttl=255 time=555 ms
----loopback PING Statistics----
17 packets transmitted, 17 packets received, 0% packet loss
round-trip min/avg/max = 0/184/1000 ms
any other server has 0 ms response.
(/)> ping localhost
PING loopback: (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=5 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=6 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=7 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=8 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=9 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=10 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=11 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=12 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=13 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=14 ttl=255 time=0 ms
64 bytes from 127.0.0.1: icmp_seq=15 ttl=255 time=0 ms
----loopback PING Statistics----
16 packets transmitted, 16 packets received, 0% packet loss
round-trip min/avg/max = 0/0/0 ms
The issue with the first server is that the localhost response is only variable when there is very low activity on the server/lo0. it is using about .2 cpu out of 8. If the system is busy with activity with SAP access the local DB via localhost, the ping localhost will have 0ms response time every ping.
It could be that this is not an issue, but I only see it on this one server and this server has very variable DB access times during low usage times. I.E. poor db response correlates with bad local host ping times and low usage times.
I don't know if there a cause and affect between the 2 issues, but i'd like to eliminate the odd localhost ping behavior and see if that helps the db response issue.
Any ideas?