SLIH summary
The Second level interrupt handler (SLIH) Summary lists all second level interrupt handlers that were called during the monitoring period.
The Global Slih Summary lists the total of second level
interrupts on the system, while the Per CPU Slih Summary lists the
second level interrupts per CPU.
Global Slih Summary
-------------------
Count Total Time Avg Time Min Time Max Time Slih Name(Address)
(msec) (msec) (msec) (msec)
====== =========== =========== =========== =========== =================
43 7.0434 0.1638 0.0284 0.3763 s_scsiddpin(1a99104)
1015 42.0601 0.0414 0.0096 0.0913 ssapin(1990490)
Per CPU Slih Summary
--------------------
CPU Number 0:
Count Total Time Avg Time Min Time Max Time Slih Name(Address)
(msec) (msec) (msec) (msec)
====== =========== =========== =========== =========== =================
8 1.3500 0.1688 0.0289 0.3087 s_scsiddpin(1a99104)
258 7.9232 0.0307 0.0096 0.0733 ssapin(1990490)
CPU Number 1:
Count Total Time Avg Time Min Time Max Time Slih Name(Address)
(msec) (msec) (msec) (msec)
====== =========== =========== =========== =========== =================
10 1.2685 0.1268 0.0579 0.2818 s_scsiddpin(1a99104)
248 11.2759 0.0455 0.0138 0.0641 ssapin(1990490)
...(lines omitted)...
The SLIH Summary report has the
following fields:
Item | Descriptor |
---|---|
Count | The number of times that each second level interrupt handler was called during the monitoring period. |
Total Time (msec) | The total CPU time that the system spent processing these second level interrupts, expressed in milliseconds. |
Avg Time (msec) | The average CPU time that the system spent processing one second level interrupt of this type, expressed in milliseconds. |
Min Time (msec) | The minimum CPU time that the system needed to process one second level interrupt of this type, expressed in milliseconds. |
Max Time (msec) | The maximum CPU time that the system needed to process one second level interrupt of this type, expressed in milliseconds. |
Slih Name (Address) | The module name and kernel address of the second level interrupt. |