Skip to content

Instantly share code, notes, and snippets.

@dominiksalvet
Last active April 1, 2020 18:53
Show Gist options
  • Select an option

  • Save dominiksalvet/f528af417910a582088beb2f397a8920 to your computer and use it in GitHub Desktop.

Select an option

Save dominiksalvet/f528af417910a582088beb2f397a8920 to your computer and use it in GitHub Desktop.
Monitor interrupts on Linux
#!/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