[Contents] [Prev] [Next] [Index] [Report an Error]


<probe-results-summary>

Usage

<ping-results>
    <probe-results-summary>
        <probes-sent>probes-sent</probes-sent>
        <responses-received>responses-received</responses-received>
        <packet-loss>packet-loss</packet-loss>
        <response-duplicates>response-duplicates</response-duplicates>
        <response-unexpected-sequence>response-unexpected-sequence
                                    </response-unexpected-sequence>
        <rtt-minimum>rtt-minimum</rtt-minimum>
        <rtt-average>rtt-average</rtt-average>
        <rtt-maximum>rtt-maximum</rtt-maximum>
        <rtt-stddev>rtt-stddev</rtt-stddev>
    </probe-results-summary>
</ping-results>

Description

Summary of probe results.

Contents

<packet-loss>—Percentage of probes that resulted in no response.

<probes-sent>—Number of probes sent to target host.

<response-duplicates>—Number of duplicate responses received for one or more probes.

<response-unexpected-sequence>—Number of responses received with unexpected sequence number.

<responses-received>—Number of responses to probes received from target host.

<rtt-average>—Average round trip time (microseconds).

<rtt-maximum>—Maximum round trip time (microseconds).

<rtt-minimum>—Minimum round trip time (microseconds).

<rtt-stddev>—Standard Deviation of round trip time (microseconds).


[Contents] [Prev] [Next] [Index] [Report an Error]