LinuxCommandLibrary

pw-profiler

Profile a local or remote instance.

TLDR

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

$ pw-profiler
copy


Change the log output file
$ pw-profiler --output [path/to/file.log]
copy


Profile a remote instance
$ pw-profiler --remote [remote_name]
copy


Display help
$ pw-profiler --help
copy

Copied to clipboard