show processes interrupt mask detail
CF-846
Cisco IOS Configuration Fundamentals Command Reference
July 2008
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
Command Modes Privileged EXEC
Command History
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
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.
Release Modification
12.4(2)T This command was introduced.
Command Description
clear processes
interrupt mask detail
Clears the interrupt masked details for all processes and stack traces which
have been dumped into the interrupt mask buffer.
scheduler interrupt
mask profile
Enables or disables interrupt mask profiling for all processes running on the
system.