Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aimxhaisse/irqspam
a dummy kernel module that spams a CPU with soft IRQs
https://github.com/aimxhaisse/irqspam
Last synced: 24 days ago
JSON representation
a dummy kernel module that spams a CPU with soft IRQs
- Host: GitHub
- URL: https://github.com/aimxhaisse/irqspam
- Owner: aimxhaisse
- Created: 2014-12-10T14:26:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T16:24:06.000Z (almost 10 years ago)
- Last Synced: 2023-03-10T21:43:09.267Z (over 1 year ago)
- Language: C
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IRQSpam
A module that attempts to trigger the regression between 3.2.x and 3.17.
## Compile
ln -sf linux
make## Usage
insmod irqspam.ko
# wait a bit
rmmod irqspam.ko
dmesg | grep irqspam## What it does
When loaded, IRQSpam create a kernel thread (irqspam), which is an
infinite loop that triggers a tasklet on the current CPU. The goal
is to trigger as many soft IRQs as possible.When unloaded, the module prints the number of spawned IRQs.