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 extensible-subscriber-services counters

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show extensible-subscriber-services counters

Description

Display number of times various events were processed by Extensible Subscriber Services Manager.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show extensible-subscriber-services counters command. Output fields are listed in the approximate order in which they appear.

Table 1: show extensible-subscriber-services counters Output Fields

Field Name

Field Description

Total Sessions

Number of extensible-subscriber-service control sessions that are currently in the system

Total Services

Number of extensible-subscriber-services that are currently in the system

Active Services

Number of extensible-subscriber-services that are currently in active state

Op-script execution

Total number of operational scripts executed:

  • Successful—Operational scripts that are executed without error

  • Unsuccessful—Operational scripts that encountered errors

Commit execution

Total number of commit scripts executed:

  • Successful—Commit scripts that are executed without error

  • Unsuccessful—Commit scripts that encountered errors

Application execution

Number of applications executed:

  • Successful—Applications that are executed without error

  • Unsuccessful—Applications that encountered errors

Service requests

Number of service requests received by the daemon. It has counters for total number of requests received, acknowledged (Acked), and negatively acknowledged (Nacked).

Sample Output

command-name

content_copy zoom_out_map
# show extensible-subscriber-services counters 

Total Sessions:         7
Total Services:         14
Active Services:        14

Op-script execution:
    Successful          30
    Unsuccessful        0
Commit execution:
    Successful          4
    Unsuccessful        0
Application execution:
    Successful          0
    Unsuccessful        0
Service requests:
    Received            30
    Acked               30
    Nacked              0

Release Information

Command introduced in Junos OS Release 15.1.

footer-navigation