show system resource-utilization
Syntax
show system resource-utilization [daemon <DAEMON-NAME> | module <SLOT-ID>] [vsx-peer]
Description
Shows information about the usage of system resources such as CPU, memory, and open file descriptors.
Command context
Manager (#
)
Parameters
daemon <DAEMON-NAME>
Shows the filtered resource utilization data for the process specified by
<DAEMON-NAME>
only.NOTE:For a list of daemons that log events, enter
show events -d ?
from a switch prompt in the manager (#
) context.module <SLOT-ID>
Shows the filtered resource utilization data for the line module specified by
<SLOT-ID>
only.[vsx-peer]
Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.
Authority
Administrators
Examples
Showing all system resource utilization data:
switch# show system resource-utilization switch# show system resource-utilization System Resources: Processes: 70 CPU usage(%): 20 Memory usage(%): 25 Open FD's: 1024 Process CPU Usage(%) Memory Usage(%) Open FD's ----------------------------------------------------------------------- pmd 2 1 14 hpe-sysmond 1 2 11 hpe-mgmdd 0 1 5 ...
Showing the resource utilization data for the pmd process:
switch# show system resource-utilization daemon pmd Process CPU Usage Memory Usage Open FD's ----------------------------------------------------------------------- pmd 2 1 14
Showing resource utilization data when system resource utilization polling is disabled:
switch# show system resource-utilization System resource utilization data poll is currently disabled
Showing resource utilization data for a line module:
switch# show system resource-utilization module 1/1 System Resource utilization for line card module: 1/1 CPU usage(%): 0 Memory usage(%): 35 Open FD's: 512