2021-02-08 20:08:45 +00:00
|
|
|
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.
|
|
|
|
|
2021-02-08 20:08:46 +00:00
|
|
|
--config=<PATH>::
|
|
|
|
Config file path. If not provided, perf will check system and default
|
|
|
|
locations (/etc/perfconfig, $HOME/.perfconfig).
|
|
|
|
|
2021-02-08 20:08:45 +00:00
|
|
|
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]
|