eventstat
kernel event states monitoring tool
Install
- All systems
-
curl cmd.cat/eventstat.sh
- Debian
-
apt-get install eventstat
- Ubuntu
-
apt-get install eventstat
- Kali Linux
-
apt-get install eventstat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install eventstat
- Raspbian
-
apt-get install eventstat
- Dockerfile
- dockerfile.run/eventstat
eventstat
kernel event states monitoring tool
Eventstat periodically dumps out the current kernel event state. It keeps track of current events and outputs the change in events on each output update. The tool requires sudo to run since it needs to write to /proc/timer_stats to start and stop the event monitoring.