table of contents
- trixie 6.12.94-1
- trixie-backports 7.1.8-1~bpo13+1
- testing 7.1.8-2
- unstable 7.1.10-1
- experimental 7.2.2-1~exp1
| PERF-TEST(1) | perf Manual | PERF-TEST(1) |
NAME¶
perf-test - Runs sanity tests.
SYNOPSIS¶
perf test [<options>] [{list <test-name-fragment>|[<test-name-fragments>|<test-numbers>]}]
DESCRIPTION¶
This command does assorted sanity tests, initially through linked routines but also will look for a directory with more tests in the form of scripts.
To get a list of available tests use perf test list, specifying a test name fragment will show all tests that have it.
To run just specific tests, inform test name fragments or the numbers obtained from perf test list.
OPTIONS¶
-s, --skip
-v, -vv, -vvv, --verbose
-S, --sequential
-r, --runs-per-test
-F, --dont-fork
--dso
-w, --workload=
Used with the shell script regression tests.
Some accept an extra parameter:
seconds: leafloop, noploop, sqrtloop, thloop nrloops: brstack, context_switch_loop
'named_threads' accepts the number of threads and the number of loops to do in each thread.
The datasym, landlock and deterministic workloads don't accept any.
--list-workloads
--record-ctl=fifo:ctl-fifo[,ack-fifo]
perf record -D -1 --control=fifo:ctl-fifo[,ack-fifo] ...
Perf test sends 'enable' and 'disable' commands through ctl-fifo to control event recording. If 'ack-fifo' is provided, the workload runner waits for an 'ack' response after each command.
| 2026-08-28 | perf |