Last active
April 1, 2020 18:53
-
-
Save dominiksalvet/f528af417910a582088beb2f397a8920 to your computer and use it in GitHub Desktop.
Monitor interrupts on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # show content of the file every second | |
| watch -n 1 cat /proc/interrupts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment