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 rfc2544

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services monitoring rfc2544
(active-tests <extensive>|  terminated-tests <extensive> | summary)

Description

Display information about the results of each category or state of the RFC 2544-based benchmarking tests, such as terminated tests and active tests. You can also display summary statistics about the total number of tests of each state for a high-level, quick analysis. The values in the output displayed vary, depending on the state in which the test is passing through, when you issue the command.

Options

active-tests <extensive>

Display the results of the set of tests that are currently running.

terminated-tests <extensive>

Display the list of tests that were terminated or stopped. This list includes tests that failed due to various error conditions and tests that you terminated by entering the test services monitoring rfc2544 test test-name stop command. The Status field in the output specifies the reason for the termination of the test.

summary

Display summary output.

Additional Information

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services monitoring rfc2544 command.

Table 1: show services monitoring rfc2544 Output Fields
Field Name Field Description
Counters last cleared

Date, time, and how long ago the statistics for the test were cleared. The format is year-month-day hour:minute:second timezone . For example, 2021-02-11 07:51:28 PDT. If you did not clear the statistics previously at any point, a dash (-) is displayed.

Status

Indicates whether the test is currently in progress or has been terminated. This field is displayed for tests that are in progress or were terminated by entering the test services monitoring rfc2544 test <test-name | test-id> stop command.

Test family The family type configured for the test; for example, INET.
Test id

Unique identifier configured for the test.

Test mode

Mode configured for the test on the router. Test mode is:

  • Reflect: Test frames that originate from one end are reflected at the other end on the selected service, such as IPv4.

Test name

Name configured for the test.

Test start time and Test finish time

Time at which the test started and finished in Coordinated Universal Time (UTC) format (YYYY-MM-DD-HH:MM:SS). A dash (-) is displayed if the test is still running.

Test state

State of the test that is in progress or active when the output is displayed.

Sample Output

show services monitoring rfc2544 summary

content_copy zoom_out_map
user@host> show services monitoring rfc2544 summary
content_copy zoom_out_map
  Tests summary :
      Number of active tests: 1, Number of terminated tests: 2

This output indicates that 1 test iteration is currently in progress (at the time of issue of the command) and 2 tests were halted.

show services monitoring rfc2544 active-tests

content_copy zoom_out_map
user@host> show services monitoring rfc2544 active-tests
content_copy zoom_out_map
Active tests:

Test id: 3, Test name: mytest
    Test mode: Reflect
    Test family: INET
    Test state: Active
    Status: Running
    Test start time: 2021-02-11 04:39:10 PST
    Test finish time: -
    Counters last cleared: 2021-02-11 04:39:12 PST

show services monitoring rfc2544 active-tests extensive

content_copy zoom_out_map
user@host> show services monitoring rfc2544 active-tests extensive
content_copy zoom_out_map
Active tests:

Test id: 3, Test name: mytest
    Test mode: Reflect
    Test family: INET
    Test state: Active
    Status: Running
    Test start time: 2021-02-11 04:39:10 PST
    Test finish time: -
    Counters last cleared: 2021-02-11 04:39:12 PST

    INET family Configuration:
        Destination IPv4 address: 192.0.2.2
        Destination UDP port: 7890            
        Source IPv4 address: 192.0.2.1

Elapsed        Reflected            Reflected
time           Packets               Bytes
   271                0                     0

show services monitoring rfc2544 terminated-tests

content_copy zoom_out_map
user@host> show services monitoring rfc2544 terminated-tests
content_copy zoom_out_map
Terminated tests:

Test id: 1, Test name: mytest
    Test mode: Reflect
    Test family: INET
    Test state: Terminated
    Status: Stopped from CLI
    Test start time: 2021-02-11 03:14:19 PST
    Test finish time: 2021-02-11 03:17:26 PST
    Counters last cleared: -

show services monitoring rfc2544 terminated-tests extensive

content_copy zoom_out_map
user@host> show services monitoring rfc2544 terminated-tests extensive
content_copy zoom_out_map
Terminated tests:

Test id: 1, Test name: mytest
    Test mode: Reflect
    Test family: INET
    Test state: Terminated
    Status: Stopped from CLI
    Test start time: 2021-02-11 03:14:19 PST
    Test finish time: 2021-02-11 03:17:26 PST
    Counters last cleared: -

    INET family Configuration:
        Destination IPv4 address: 192.0.2.2
        Destination UDP port: 7890            
        Source IPv4 address: 192.0.2.1

Elapsed        Reflected            Reflected
time           Packets               Bytes
   187                0                     0

Release Information

Command introduced in Junos OS Evolved Release 21.1R1.

footer-navigation