Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show services monitoring rpm probe-results

date_range 18-Jan-24

Syntax

content_copy zoom_out_map
show services monitoring rpm probe-results
<owner name> 
<source-address address>
<status (FAIL | PASS) >
<target address>
<test name>

Description

Display the results of the most recent real-time performance monitoring (RPM) probes.

Options

owner name

(Optional) Display information only for probes with the specified probe owner name. owner is required if you want to specify the test option.

source-address address

(Optional) Display information only for probes with the specified source address.

status

(Optional) Display information only for probes with the specified type of test result. Specify one of the following:

FAIL

Failed tests

PASS

Passed tests

target address

(Optional) Display information only for probes with the specified target address.

test name

(Optional) Display information only for the specified test. You must also specify the owner option.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services monitoring rpm probe-results command. Output fields are listed in the approximate order in which they appear.

Table 1: show services rpm probe-results Output Fields

Field Name

Field Description

Level of Output

Owner

Owner name. When you configure the probe owner statement at the [edit services monitoring rpm] hierarchy level, this field displays the configured owner name.

owner, source-address, target, test

Test

Name of a test representing a collection of probes. When you configure the test name statement at the [edit services monitoring rpm owner] hierarchy level, the field displays the configured test name.

All levels

Target address

Destination IPv4 address used for the probes. This field is displayed when the probes are sent to the configured IPv4 or IPv6 targets or RPM servers.

owner, source-address, target, test

Source address

Source address used for the probes.

owner, source-address, target, test

Probe type

Protocol configured on the receiving probe server: icmp-ping, icmp-ping-timestamp, udp-ping, udp-ping-timestamp.

owner, source-address, target, test

Test size

Number of probes within a test.

owner, source-address, target, test,

Probe results

Raw measurement of a particular probe sample done by a remote host. This data is provided separately from the calculated results. The following information is contained in the raw measurement:

  • Probe response received

    • Probe sent time—Timestamp when the probe results were sent.

    • Probe rcvd time—Timestamp when the probe results were received.

  • Client and server hardware timestamps or Client offload timestamping—If timestamps are configured, an entry appears at this point.

  • Rtt—Average ping round-trip time (RTT), in microseconds.

  • Round trip jitter—Round-trip jitter, in microseconds.

  • Egress jitter—Egress delay, in microseconds.

  • Ingress jitter—Ingress delay, in microseconds.

owner, source-address, target, test

Results over current test

Probes are grouped into tests, and the statistics are calculated for each test. If a test contains 10 probes, the average, minimum, and maximum results are calculated from the results of those 10 probes. If the command is issued while the test is in progress, the statistics use information from the completed probes.

  • Probes sent—Number of probes sent within the current test.

  • Probes received—Number of probe responses received within the current test.

  • Loss percentage—Percentage of lost probes for the current test.

  • Measurement—Measurement type: round-trip time or round-trip jitter

    For each measurement type, the following individual calculated results are provided:

    • Samples—Number of probes.

    • Minimum—Minimum RTT measured over the course of the current test.

    • Maximum—Maximum RTT measured over the course of the current test.

    • Average—Average RTT measured over the course of the current test.

    • Stddev—Standard deviation, in microseconds.

owner, source-address, target, test

Results over last test

Results for the most recently completed test. If the command is issued while the first test is in progress, this information is not displayed

  • Probes sent—Number of probes sent for the most recently completed test.

  • Probes received—Number of probe responses received for the most recently completed test.

  • Loss percentage—Percentage of lost probes for the most recently completed test.

  • Measurement—Measurement type: round-trip time or round-trip jitter

    For each measurement type, the following individual calculated results are provided:

    • Samples—Number of probes.

    • Minimum—Minimum RTT measured for the most recently completed test.

    • Maximum—Maximum RTT measured for the most recently completed test.

    • Average—Average RTT for the most recently completed test.

    • Stddev—Standard deviation, in microseconds.

owner, source-address, target, test

Results over all tests

Displays statistics made for all the probes, independently of the grouping into tests, as well as statistics for the current test.

  • Probes sent—Number of probes sent in all tests.

  • Probes received—Number of probe responses received in all tests.

  • Loss percentage—Percentage of lost probes in all tests.

  • Measurement—Measurement type: round-trip time or round-trip jitter

    For each measurement type, the following individual calculated results are provided:

    • Samples—Number of probes.

    • Minimum—Minimum RTT measured over the course of the current test.

    • Maximum—Maximum RTT measured over the course of the current test.

    • Average—Average RTT measured over the course of the current test.

    • Stddev—Standard deviation, in microseconds.

owner, source-address, target, test

Error Stats

Displays error statistics for each probe.

  • Invalid client recv timestamp—Number of client receive timestamp less than client send timestamp.

  • Invalid server send timestamp—Number of server send timestamp less than server receive timestamp.

  • Invalid server processing time—Number of server side spent time greater than RTT.

Note:

Error Stats is displayed in the output only if non-zero statistics exist.

owner, source-address, target, test

Sample Output

show services monitoring rpm probe-results

show services monitoring rpm probe-results owner

content_copy zoom_out_map
user@host> show services monitoring rpm probe-results owner icmp-junos

Owner: icmp-junos, Test: icmp-junos-1
Target address: 10.3.1.2, Probe type: icmp-ping, Test size: 2
  Probe results:
    Probe response received
    Probe sent time: 11/18/20 12:42:05.426631
    Probe rcvd time: 11/18/20 12:42:05.438092, Client offload timestamping
    Rtt: 11461 usec, Rtt jitter: 4982 usec
  Results over current test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 6479, Maximum: 11461, Average: 8970, Stddev: 2491
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 4982, Maximum: 4982, Average: 4982, Stddev: 0
  Results over last test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 5845, Maximum: 7279, Average: 6562, Stddev: 717
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 1434, Maximum: 1434, Average: 1434, Stddev: 0
  Results over all tests:
    Probes sent: 442, Probes received: 438, Loss percentage: 0.9
    Measurement: Round trip time (usec)
      Samples: 438, Minimum: 4783, Maximum: 41643, Average: 8081, Stddev: 3003
    Measurement: Round trip jitter (usec)
      Samples: 438, Minimum: 3, Maximum: 35766, Average: 2564, Stddev: 3372

Owner: icmp-junos, Test: icmp-junos-2
Target address: 192.168.22.22, Source address: 192.168.11.11, Probe type: icmp-ping, Test size: 2
  Probe results:
    Probe response received
    Probe sent time: 11/18/20 12:42:01.146976
    Probe rcvd time: 11/18/20 12:42:01.160419, Client offload timestamping
    Rtt: 13443 usec, Rtt jitter: 6738 usec
  Results over current test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 6705, Maximum: 13443, Average: 10074, Stddev: 3369
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 6738, Maximum: 6738, Average: 6738, Stddev: 0
  Results over last test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 5884, Maximum: 11405, Average: 8644, Stddev: 2762
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 5521, Maximum: 5521, Average: 5521, Stddev: 0
  Results over all tests:
    Probes sent: 442, Probes received: 439, Loss percentage: 0.67
    Measurement: Round trip time (usec)
      Samples: 439, Minimum: 5479, Maximum: 42406, Average: 8884, Stddev: 3884
    Measurement: Round trip jitter (usec)
      Samples: 439, Minimum: 7, Maximum: 36177, Average: 3384, Stddev: 4437

Owner: icmp-junos, Test: icmp-junos-3
Target address: 10.4.1.2, Probe type: icmp-ping-timestamp, Test size: 2
  Probe results:
    Probe response received
    Probe sent time: 11/18/20 12:42:02.128854
    Probe rcvd time: 11/18/20 12:42:02.142671, Client offload timestamping
    Rtt: 13817 usec, Rtt jitter: 6024 usec
    Egress jitter: 2366 usec, Ingress jitter: 3658 usec
  Results over current test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 7793, Maximum: 13817, Average: 10805, Stddev: 3012
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 6024, Maximum: 6024, Average: 6024, Stddev: 0
  Results over last test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 8043, Maximum: 10271, Average: 9157, Stddev: 1114
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 2228, Maximum: 2228, Average: 2228, Stddev: 0
  Results over all tests:
    Probes sent: 442, Probes received: 440, Loss percentage: 0.45
    Measurement: Round trip time (usec)
      Samples: 440, Minimum: 5486, Maximum: 102674, Average: 12544, Stddev: 11088
    Measurement: Round trip jitter (usec)
      Samples: 440, Minimum: 1, Maximum: 92729, Average: 6896, Stddev: 13940

Owner: icmp-junos, Test: icmp-junos-4
Target address: 10.0.22.22, Source address: 10.0.11.11, Probe type: icmp-ping-timestamp, Test size: 2
  Probe results:
    Probe response received
    Probe sent time: 11/18/20 12:42:02.098433
    Probe rcvd time: 11/18/20 12:42:02.140279, Client offload timestamping
    Rtt: 41846 usec, Rtt jitter: 33904 usec
    Egress jitter: 19853 usec, Ingress jitter: 14051 usec
  Results over current test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 7942, Maximum: 41846, Average: 24894, Stddev: 16952
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 33904, Maximum: 33904, Average: 33904, Stddev: 0
  Results over last test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 8066, Maximum: 13446, Average: 10756, Stddev: 2690
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 5380, Maximum: 5380, Average: 5380, Stddev: 0
  Results over all tests:
    Probes sent: 442, Probes received: 439, Loss percentage: 0.67
    Measurement: Round trip time (usec)
      Samples: 439, Minimum: 5771, Maximum: 100477, Average: 12726, Stddev: 11125
    Measurement: Round trip jitter (usec)
      Samples: 439, Minimum: 6, Maximum: 92178, Average: 7331, Stddev: 14240

show services monitoring rpm probe-results owner test

content_copy zoom_out_map
user@host> show services monitoring rpm probe-results owner icmp-junos test icmp-junos-1

Owner: icmp-junos, Test: icmp-junos-1
Target address: 10.3.1.2, Probe type: icmp-ping, Test size: 2
  Probe results:
    Probe response received
    Probe sent time: 11/18/20 12:48:35.484952
    Probe rcvd time: 11/18/20 12:48:35.493256, Client offload timestamping
    Rtt: 8304 usec, Rtt jitter: 2524 usec
  Results over current test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 5780, Maximum: 8304, Average: 7042, Stddev: 1262
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 2524, Maximum: 2524, Average: 2524, Stddev: 0
  Results over last test:
    Probes sent: 2, Probes received: 2, Loss percentage: 0
    Measurement: Round trip time (usec)
      Samples: 2, Minimum: 7124, Maximum: 7768, Average: 7446, Stddev: 322
    Measurement: Round trip jitter (usec)
      Samples: 2, Minimum: 644, Maximum: 644, Average: 644, Stddev: 0
  Results over all tests:
    Probes sent: 454, Probes received: 450, Loss percentage: 0.88
    Measurement: Round trip time (usec)
      Samples: 450, Minimum: 4783, Maximum: 41643, Average: 8072, Stddev: 2976
    Measurement: Round trip jitter (usec)
      Samples: 450, Minimum: 2, Maximum: 35766, Average: 2535, Stddev: 3340

Release Information

Command introduced in Junos OS Evolved Release 20.1R1.

footer-navigation