I need to change bellow options:
- Number of ICMP packets per polling
- Size of ICMP packets
- TTL of ICMP packets
I’ve just sniffed the ICMP packets trough the NPM server, it’s only one packet per polling for each Node.
So the packet loss result for each polling is 0% or 100%. (I’ve executed a query on “ResponseTime_Detail” table, and the “PercentLoss” column just contains 0 or 100) But it’s too bad.
It means we monitor Network elements just with one ICMP packet per minute (Per Polling). It caused low resolution data for measuring “Response Time” and “Packet Loss” through the Network.
I need to gather data with great accuracy. At least 4 ICMP packets per polling and store the average in “ResponseTime_Detail” table.
It’s critical issue for me, I have to gather trustable information from the whole Network about these parameters.