mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 07:53:19 +00:00
Update cheatsheets
This commit is contained in:
25
linux/pw-profiler
Normal file
25
linux/pw-profiler
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pw-profiler
|
||||
|
||||
> Profile a local or remote instance.
|
||||
> More information: <https://docs.pipewire.org/page_man_pw-profiler_1.html>.
|
||||
|
||||
- Profile the default instance, logging to `profile.log` (`gnuplot` files and a `.html` file for result visualizing are also generated):
|
||||
|
||||
`pw-profiler`
|
||||
|
||||
- Change the log output file:
|
||||
|
||||
`pw-profiler --output {{path/to/file.log}}`
|
||||
|
||||
- Profile a remote instance:
|
||||
|
||||
`pw-profiler --remote {{remote_name}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pw-profiler --help`
|
||||
Reference in New Issue
Block a user