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


Usage

<configuration>
    <services>
        <rpm>
            <probe>
                <test>
                    <thresholds>
                        <successive-loss>successive-loss</successive-loss>
                        <total-loss>total-loss</total-loss>
                        <rtt>microseconds</rtt>
                        <jitter-rtt>microseconds</jitter-rtt>
                        <std-dev-rtt>microseconds</std-dev-rtt>
                        <egress-time>microseconds</egress-time>
                        <ingress-time>microseconds</ingress-time>
                        <jitter-ingress>microseconds</jitter-ingress>
                        <jitter-egress>microseconds</jitter-egress>
                        <std-dev-ingress>microseconds</std-dev-ingress>
                        <std-dev-egress>microseconds</std-dev-egress>
                    </thresholds>
                </test>
            </probe>
        </rpm>
    </services>
</configuration>

Description

Probe and test threshold values.

Contents

<egress-time>—Maximum source to destination time per probe.

<ingress-time>—Maximum destination to source time per probe.

<jitter-egress>—Maximum source to destination jitter per test.

<jitter-ingress>—Maximum destination to source jitter per test.

<jitter-rtt>—Maximum jitter per test.

<rtt>—Maximum round trip time per probe.

<std-dev-egress>—Maximum source to destination standard deviation per test.

<std-dev-ingress>—Maximum destination to source standard deviation per test.

<std-dev-rtt>—Maximum standard deviation per test.

<successive-loss>—Successive probe loss count indicating probe failure.

<total-loss>—Total probe loss count indicating test failure.


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