0001 perf-test(1)
0002 ============
0003
0004 NAME
0005 ----
0006 perf-test - Runs sanity tests.
0007
0008 SYNOPSIS
0009 --------
0010 [verse]
0011 'perf test [<options>] [{list <test-name-fragment>|[<test-name-fragments>|<test-numbers>]}]'
0012
0013 DESCRIPTION
0014 -----------
0015 This command does assorted sanity tests, initially through linked routines but
0016 also will look for a directory with more tests in the form of scripts.
0017
0018 To get a list of available tests use 'perf test list', specifying a test name
0019 fragment will show all tests that have it.
0020
0021 To run just specific tests, inform test name fragments or the numbers obtained
0022 from 'perf test list'.
0023
0024 OPTIONS
0025 -------
0026 -s::
0027 --skip::
0028 Tests to skip (comma separated numeric list).
0029
0030 -v::
0031 --verbose::
0032 Be more verbose.
0033
0034 -F::
0035 --dont-fork::
0036 Do not fork child for each test, run all tests within single process.