![]() |
2 years ago | |
---|---|---|
.. | ||
Makefile.am | 5 years ago | |
README.md | 3 years ago | |
plugin_idlejitter.c | 2 years ago |
Idle jitter is a measure of delays in timing for user processes caused by scheduling limitations.
A thread is spawned that requests to sleep for 20000 microseconds (20ms). When the system wakes it up, it measures how many microseconds have passed. The difference between the requested and the actual duration of the sleep, is the idle jitter. This is done at most 50 times per second, to ensure we have a good average.
This number is useful:
idlejitter.plugin generates the idlejitter chart which measures CPU idle jitter in milliseconds lost per second.
This chart is available without any configuration.