Index |
The unique index of the entry. |
Status |
The current status of the entry or a request
to discard it (delete). Enumerations: - active (1)
- notinservice (2)
- notready (3)
- createandgo (4)
- createandwait (5)
- delete (6)
|
Completed |
The completion status of the ping session. Enumerations: |
SourceAddress |
The source ip-address for the ping session. |
Address |
The target ip-address for the ping session. |
PacketCount |
The number of ping packets to send. 0 means
continuous send. |
PacketSize |
The size of each ping packet in bytes. |
PacketTimeout |
The amount of time in milliseconds to wait for
a reply before deciding the packet is lost. |
ReceivedPackets |
The number of replies received so far. |
MinRoundTrip |
The minimum round trip time in milliseconds for
all the packets which have been replied to. |
AvgRoundTrip |
The average round trip time in milliseconds for
all the packets which have been replied to. |
MaxRoundTrip |
The maximum round trip time in milliseconds for
all the packets which have been replied to. |
TTL |
The TTL byte value for each packet (0 = IP default). |
TOS |
The TOS byte value for each packet. |