show system processes resource-limits process-name
Syntax
Release Information
Command introduced in Junos OS Release 9.6.
Description
Display the resource limits of a process in a Junos applications package.
Options
process-ui-name | — | Name of the program or process. |
Required Privilege Level
view
List of Sample Output
show system processes resource-limits process-nameshow system processes resource-limits process-name brief
show system processes resource-limits process-name detail
Output Fields
For a description of the output fields, see Table 1. Output fields are listed in the approximate order in which they appear.
Table 1: show system processes resource-limits process-name Output Fields
Field Name | Field Description |
---|---|
Provider-ID | Process ID, a number that identifies the process. |
Provider-prefix | Provider prefix. A string that identifies the provider of the Junos application. |
Area | Segment of memory. |
Max. allowed | Current value of the limits applied in the kernel (effective limit). |
Max. configurable | Maximum value the administrator can set for the limit in the configuration. |
cpu/priority | Highest priority number (nice level) process can run at. |
cpu/time | Maximum amount of CPU time that can be accumulated. |
file/core-size | Maximum size of a core file that can be created. |
file/open | Maximum number of simultaneous open files. |
file/size | Maximum size of a file that can be created. |
memory/data size | Maximum size of data segment. |
memory/locked-in | Maximum number of bytes that can be locked into memory. |
memory/resident set size | Maximum size of resident set. |
memory/stack size | Maximum size of stack segment. |
memory/socket-buffers | Maximum amount of physical memory that may be dedicated to the socket buffers. |
Sample Output
show system processes resource-limits process-name
user@host> show system processes resource-limits
process-name jnx-example-service
Resource Limits Area Max. allowed Max. configurable cpu/priority 10 10 file/open 16 64 memory/data-size 32MB 32MB memory/locked-in 16MB 16MB memory/resident-set-size 8MB 24MB memory/stack-size 4MB 8MB
show system processes resource-limits process-name brief
The output for the show system processes resource-limits process-name jnx-example-service brief command is the same as for the show system processes resource-limits process-name jnx-example-service command.
show system processes resource-limits process-name detail
user@host> show system processes resource-limits
process-name jnx-example-service detail
Provider-ID: 0x8000 Provider-prefix: jnx Resource Limits Area Max. allowed Max. configurable cpu/priority 10 10 cpu/time unlimited unlimited file/size unlimited unlimited file/open 16 64 file/core-size unlimited unlimited memory/data-size 32MB 32MB memory/locked-in 16MB 16MB memory/resident-set-size 8MB 24MB memory/stack-size 4MB 8MB memory/socket-buffers unlimited unlimited