Hi Experts,
Is there any provision to measure the number of interrupts occurred during the iperf test for WLAN ?
Generically any mechanism to capture interrupts occurred during some specific events or application?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Lyf,
You can use "cat /proc/interrupts" command to check the number of interrupts occurred in network.
I think, we can't fetch the exact interrupts occurred while performing iperf tool but we do create "script" to monitor the "cat /proc/interrupts" section before and after the iperf operation.
Try to check with oprofile tool (profiling tools) and it could help..