/sched-reader

Easily measure the scheduler performances

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Simple linux Sched stats reader

Easily measure the scheduler performances

Features

Monitor the per-core usage associated to their individual scheduling statistics Measures are formatted on a ready to use CSV (under normalised timestamp keys)
Live display is also possible with --live option\

Usage

python3 sched-reader.py --help

To dump on default sched.csv while also displaying measures to the console

python3 sched-reader.py --live

To change default values:

python3 sched-reader.py --delay=(sec) --precision=(number of digits) --output=sched.csv