05-07-2012 11:30 PM - edited 05-07-2012 11:31 PM
I have configured RPM to monitor a few IP addresses with a simple icmp-probe.
however the response times reported by RPM are very different to the times i get when doing a ping from the same switch.
For example, i have this config:
show configuration services rpm
test ping5 {
probe-type icmp-ping;
target address 10.3.56.23;
test-interval 2;
source-address 192.168.51.251;
}
}
show services rpm probe-results
Measurement: Round trip time
Samples: 2103, Minimum: 834 usec, Maximum: 28260 usec, Average: 2822 usec
So its saying the average is 2822 usec, which is very slow....
But doing a normal ping from the same switch i get normal ping times...
10.3.56.23 ping statistics --- 63 packets transmitted, 63 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.151/3.283/8.160/1.987 ms
Any thoughts? usec is the same as ms right?
05-08-2012 02:18 AM
05-08-2012 06:27 AM