sysprof-cli(1) System-wide Linux Profiler

Other Alias

sysprof

SYNOPSIS

sysprof [--version] [ filename ]
sysprof-cli filename

DESCRIPTION

sysprof is a sampling CPU profiler for Linux that uses ftrace to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted.

sysprof can be used to analyze saved profile data. filename parameter to sysprof can be used to load saved profile data. Alternatively Profiler->Open menu can be used to open a file.

sysprof-cli is command-line tool to collect profiling data to filename.

OPTIONS

--version
Version. Display the version number.

AUTHOR

sysprof was written by Soren Sandmann <[email protected]>.

This manual page was written by Samuel Mimram <[email protected]>, for the Debian project (but may be used by others).