show extension-service status
Syntax
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.
Field Name |
Field Description |
---|---|
|
Name of the application. |
|
Arguments passed to the application. |
|
Process ID. |
|
Size of the stack segment memory. |
|
Size of the data segment memory. |
Sample Output
- show extension-service status
- show extension-service status all
- show extension-service status all (when no applications are active)
show extension-service status
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
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)
user@host> show extension-service status all warning: No active extension-services
Release Information
Command introduced in Junos OS Release 16.1.