blob: 31a5c3ea7f74233271626f964dddc9cbd09f6526 [file] [log] [blame]
Arnaldo Carvalho de Melo1c6a8002010-04-29 18:58:32 -03001perf-test(1)
2============
3
4NAME
5----
6perf-test - Runs sanity tests.
7
8SYNOPSIS
9--------
10[verse]
Arnaldo Carvalho de Meloe60770a2011-11-29 12:52:07 -020011'perf test [<options>] [{list <test-name-fragment>|[<test-name-fragments>|<test-numbers>]}]'
Arnaldo Carvalho de Melo1c6a8002010-04-29 18:58:32 -030012
13DESCRIPTION
14-----------
Shawn Bohrerf68d6bd2010-11-30 19:57:20 -060015This command does assorted sanity tests, initially through linked routines but
Arnaldo Carvalho de Melo1c6a8002010-04-29 18:58:32 -030016also will look for a directory with more tests in the form of scripts.
17
Arnaldo Carvalho de Meloe60770a2011-11-29 12:52:07 -020018To get a list of available tests use 'perf test list', specifying a test name
19fragment will show all tests that have it.
20
21To run just specific tests, inform test name fragments or the numbers obtained
22from 'perf test list'.
23
Arnaldo Carvalho de Melo1c6a8002010-04-29 18:58:32 -030024OPTIONS
25-------
Arnaldo Carvalho de Melo2ae82872013-01-24 16:22:55 -030026-s::
27--skip::
Masanari Iida96355f22014-09-10 00:18:50 +090028 Tests to skip (comma separated numeric list).
Arnaldo Carvalho de Melo2ae82872013-01-24 16:22:55 -030029
Arnaldo Carvalho de Melo1c6a8002010-04-29 18:58:32 -030030-v::
31--verbose::
32 Be more verbose.