для Cisco Cisco IOS Software Release 12.4(2)T

Скачать
Страница из 14
Process Interrupt Mask Profiler Enhancement
  How to Use the Process Interrupt Mask Profiler
3
Cisco IOS Release 12.4(2)T
Configuration Example for the Process Interrupt Mask Profiler Enhancment
The following example show enabling the process interrupt mask profiler, setting the amount of time a 
process can run with interrupts masked to 100 microseconds, and the maximum number of entries in the 
interrupt mask buffer to 100. 
Router(config)# scheduler interrupt mask time 100
Router(config)# scheduler interrupt mask size 100
Router(config)# scheduler interrupt mask profile
Displaying Process Interrupt Mask Profiling Details
Perform this task to display the contents of the interrupt mask buffer.
SUMMARY STEPS
1.
enable
2.
show processes interrupt mask buffer 
3.
show processes interrupt mask detail [pid]
Step 4
scheduler interrupt mask size
 buffersize
Example:
Router(config)# scheduler interrupt mask size 
100
(Optional) Specifies the number of entries that can exist in 
the interrupt mask buffer. The default value is 50 entries. 
This example sets the number of entries to 100.
Step 5
scheduler interrupt mask profile
Example:
Router(config)# scheduler interrupt mask 
profile
Enables process interrupt mask profiling on the system.
Step 6
exit
Example:
Router(config)# exit
Exits global configuration mode.
Command or Action
Purpose