Third Chapter

Show all interrupt and its IRQ_NO on cpu

  • $(cat /proc/interrupts)

    Check interrupt no. (Each registered interrut will have a no.)

  • $(/proc/irq/$IRQ_NO)

Check cpu information

  • $(/proc/cpuinfo)

Check system uptime (output: second)

  • $(/proc/uptime)

Last updated

Was this helpful?