summaryrefslogtreecommitdiffstats
path: root/scripts/README
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README
new file mode 100644
index 0000000..915df06
--- /dev/null
+++ b/scripts/README
@@ -0,0 +1,24 @@
1This directory contains some scripts used for bug hunting, general testing
2of Litmus and LibLitmus, Preemption and Migration overhead measurements etc.
3
4When you add a script, please also add a brief description of the script here.
5
6pm_test_script:
7 main preemption and migration testing script; can iterate on
8 multiple WSS and multiple plugins. Some assumtion on filenames and
9 taskset filenames are made. More information direcly in the script.
10
11pm_test_single_taskset*:
12 preemption and migration test scripts. Mainly for debugging / bug hunting
13
14test_find:
15 test script which spawns "find" tasks (which suspend frequently).
16 Mainly for debugging / bug hunting
17
18uni1_050_0.ts:
19 taskset used by pm_test_single_taskset* and test_find (this ts is one of the
20 smallest ts used by John and Bjoern for preemption and migration evaluation
21 on Niagara
22
23test_get_arrays.py:
24 simple python test to verify C to Python PM interface