jacquetpi / sched-reader

Easily measure the scheduler performances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Easily measure the scheduler performances

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%