How to Install eventstat in Ubuntu 18.04



Install eventstat by entering the following commands in the terminal:

sudo apt update
sudo apt install eventstat

Description:

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.

Homepage: http://kernel.ubuntu.com/~cking/eventstat

Version: 0.04.03-1

Section: universe/admin