1PW-PROFILER(1) General Commands Manual PW-PROFILER(1)
2
3
4
6 pw-profiler - The PipeWire profiler
7
9 pw-profiler [options]
10
11
13 Start profiling a PipeWire instance.
14
15 If the server has the profiler module loaded, this program will connect
16 to it and log the profiler data. Profiler data contains times and dura‐
17 tions when processing nodes and devices started and completed.
18
19 When this program is stopped, a set of gnuplot files and a script to
20 generate SVG files from the .plot files is generated, along with a
21 .html file to visualize the profiling results in a browser.
22
23 This function uses the same data used by pw-top.
24
26 -r | --remote=NAME
27 The name the remote instance to monitor. If left unspecified, a
28 connection is made to the default PipeWire instance.
29
30 -h | --help
31 Show help.
32
33 --version
34 Show version information.
35
36 -o | --output=FILE
37 Profiler output name (default "profiler.log").
38
40 The PipeWire Developers <‐
41 https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is
42 available from https://pipewire.org
43
45 pipewire(1), pw-top(1),
46
47
48
49
50 PW-PROFILER(1)