show extension-service status
Syntax
Release Information
Command introduced in Junos OS Release 16.1.
Description
Display the status of all JET applications.
The show extension-service status operational command is limited to use with Python applications only.
Options
Required Privilege Level
view
List of Sample Output
show extension-service statusshow extension-service status all
show extension-service status all (when no applications are active)
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
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