show processes interrupt mask detail
show processes interrupt mask detail
To display information about interrupt masking, use the show processes interrupt mask detail command in privileged EXEC mode.
show processes interrupt mask detail [pid]
Syntax Description | detail | Displays information about the total amount of time and the number of times |
|
| interrupts have been masked by all processes. |
|
|
|
| pid | (Optional) An integer that specifies the process id for which to display the total |
|
| accumulated time and the number of times interrupts have been masked. |
|
|
|
Command Modes
Command History
Privileged EXEC
ReleaseModification
12.4(2)T | This command was introduced. |
|
|
Examples | The following is sample output from the show processes interrupt mask detail command. the output | |||
| displays information about the total amount of time and number of times interrupts have been masked | |||
| by all processes: |
|
| |
| Router# show processes interrupt mask detail | |||
| PID | Time Spent(us) | Count | Process Name |
| 2 | 6388 | 1791 | Load Meter |
| 3 | 7957 | 16831 | Exec |
| 5 | 6710 | 2813 | Check heaps |
The following is sample output from the show processes interrupt mask detail command with the process ID specified. The output displays the total time (accumulative), number of times interrupts have been masked by a specific process:
Router# show processes interrupt mask detail 2
Process ID | : 2 |
| ||
Process Name : Load Meter |
| |||
Total | Interrupt | Masked Time : 6586 | (us) | |
Total | Interrupt | Masked Count : 1845 |
|
Related Commands | Command | Description |
| ||||
|
|
|
| clear processes | Clears the interrupt masked details for all processes and stack traces which | ||
|
|
|
| interrupt mask detail | have been dumped into the interrupt mask buffer. | ||
|
|
|
|
|
|
| |
|
|
|
| scheduler interrupt | Enables or disables interrupt mask profiling for all processes running on the | ||
|
|
|
| mask profile | system. | ||
|
|
|
|
|
| ||
|
|
| Cisco IOS Configuration Fundamentals Command Reference | ||||
|
|
| |||||
|
|
|
|
|
|
|
|
|
|
|
|
| July 2008 |
| |
|
|
|
|
|