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 extension-service status

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show extension-service status (application-name | all)

Description

Display the status of all JET applications.

Note:

The show extension-service status operational command is limited to use with Python applications only.

Options

application-name

Display information for a single application.

all

Display information for all JET applications running on the system.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show extension-service status command.

Table 1: show extension-service status Output Fields

Field Name

Field Description

Name

Name of the application.

Arguments

Arguments passed to the application.

Process-id

Process ID.

Stack-Segment-Size

Size of the stack segment memory.

Data-Segment-Size

Size of the data segment memory.

Sample Output

show extension-service status

content_copy zoom_out_map
user@host> show extension-service status application-one
Extension service application details:
Name : application-one
Arguments: -arg1 foo -arg2 goo 
Process-id: 52592
Stack-Segment-Size: 16777216B
Data-Segment-Size: 134217728B

show extension-service status all

content_copy zoom_out_map
user@host> show extension-service status all   
Extension service application details:
Name : application-name1
Arguments: -arg1 foo -arg2 goo 
Process-id: 54834
Stack-Segment-Size: 16777216B
Data-Segment-Size: 134217728B
Name : application-name2
Arguments: -arg1 foo -arg2 goo 
Process-id: 55011
Stack-Segment-Size: 16777216B
Data-Segment-Size: 134217728B

show extension-service status all (when no applications are active)

content_copy zoom_out_map
user@host> show extension-service status all   
warning: No active extension-services

Release Information

Command introduced in Junos OS Release 16.1.

footer-navigation