linux-stable/tools/perf/Documentation/perf-daemon.txt

49 lines
810 B
Text
Raw Normal View History

perf-daemon(1)
==============
NAME
----
perf-daemon - Run record sessions on background
SYNOPSIS
--------
[verse]
'perf daemon'
'perf daemon' [<options>]
'perf daemon start' [<options>]
DESCRIPTION
-----------
This command allows to run simple daemon process that starts and
monitors configured record sessions.
OPTIONS
-------
-v::
--verbose::
Be more verbose.
--config=<PATH>::
Config file path. If not provided, perf will check system and default
locations (/etc/perfconfig, $HOME/.perfconfig).
--base=<PATH>::
Base directory path. Each daemon instance is running on top
of base directory.
All generic options are available also under commands.
START COMMAND
-------------
The start command creates the daemon process.
SEE ALSO
--------
linkperf:perf-record[1], linkperf:perf-config[1]