commands.sh

pw-profiler

linux

Profile a local or remote instance.

More info →

Options (3)

-o, --outputboolean

Change the log output file

Example: pw-profiler {{[-o|--output]}} {{path/to/file.log}}
-r, --remoteboolean

Profile a remote instance

Example: pw-profiler {{[-r|--remote]}} {{remote_name}}
-h, --helpboolean

Display help

Example: pw-profiler {{[-h|--help]}}

Examples (4)

Profile the default instance, logging to `profile.log` (`gnuplot` files and a HTML file for result visualizing are also generated)

Change the log output file

pw-profiler [-o|--output] path/to/file.log

Profile a remote instance

pw-profiler [-r|--remote] remote_name

Display help

pw-profiler [-h|--help]
made by @shridhargupta | data from tldr-pages