Use the latency test of Xenomai or cyclictest to scan your system and plot the data as an histogram.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- (Optional) Click on
Fork
- Clone the project on your local machine :
git clone https://github.com/mastererts/xenomai-latency-plotter.git
- Install dependencies :
python -m pip install -r requirements.txt
- Install cyclictest :
$ sudo apt install build-essential libnuma-dev
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
$ cd rt-tests
$ make all
$ cp ./cyclictest /usr/bin
$ rm -rf rt-tests
- Install stress :
sudo apt install stress
- Cyclictest
# Assuming you're in the repo
$ cd scripts
$ sudo ./cyclic_test.sh
- Xenomai Latency Test
# Assuming you're in the repo
$ cd scripts
$ sudo ./xeno_latency_test.sh
- (Optional) Stress in another terminal
# Assuming you're in the repo
$ cd scripts
$ sudo ./stress_test.sh
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Choose any open issue from here.
- Comment on the issue:
Can I work on this?
and get assigned. - Make changes to your
Fork
and send a PR.
Otherwise just create the issue yourself, and we'll discuss and assign you to it if serves the project !
To create a PR:
Follow the given link to make a successful and valid PR: https://help.github.com/articles/creating-a-pull-request/
To send a PR, follow these rules carefully, otherwise your PR will be closed:
- Make PR title in this formats:
Fixes #IssueNo : Name of Issue
Feature #IssueNo : Name of Issue
Enhancement #IssueNo : Name of Issue
According to what type of issue you believe it is.
For any doubts related to the issues, i.e., to understand the issue better etc, comment down your queries on the respective issue.
Distributed under the MIT License. See LICENSE
for more information.
Erwin Lejeune - @spida_rwin - [email protected]