Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added overview of the available tests #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# RT-Tests

This repository contains some programs that test various rt-linux features.

## Available Tests

- backfire - send a signal from driver to user and measure time intervals

- cyclictest - ?

- hackbench - measues the latency of schedulable entities which
communicate via sockets/pipes

- hwlatdetect - detect if System Management Interrupts (SMIs) are causing
event latencies in the Linux RT kernel

- pi_tests - a stress test that is intended to exercise kernel and C
library code paths for POSIX mutexes using the Priority
Inheritance attribute (PTHREAD_PRIO_INHERIT)

- pmqtest - measures the latency of interprocess communication with
POSIX messages queues

- rt-migrate-test - ?

- signaltest - ?

- sigwaittest - measures the latency between sending and receiving a signal
between threads or processes

- svsematest - measures the latency of SYSV semaphores


## Compile

sudo apt-get install build-essential libluma1 libnuma-dev
make