Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sysprof(1) [debian man page]

SYSPROF(1)						      General Commands Manual							SYSPROF(1)

NAME
sysprof, sysprof-cli - System-wide Linux Profiler 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 <sandmann@redhat.com>. This manual page was written by Samuel Mimram <smimram@debian.org>, for the Debian project (but may be used by others). 2011-06-02 SYSPROF(1)

Check Out this Related Man Page

REPORT-CLI(1)							 LIBREPORT MANUAL						     REPORT-CLI(1)

NAME
report-cli - Work with ABRT problem directories from command line. SYNOPSIS
report-cli [-vsp] -L[PREFIX] [PROBLEM_DIR] report-cli [-vsp] -e EVENT PROBLEM_DIR report-cli [-vsp] -a[y] PROBLEM_DIR report-cli [-vsp] -c[y] PROBLEM_DIR report-cli [-vsp] -r[y|o|d] PROBLEM_DIR DESCRIPTION
report-cli is a command line tool that manages application crashes and other problems caught by abrtd daemon, or created by other programs using libreport. It enables access to, manipulation of problem data, and reporting. OPTIONS
-L[PREFIX] List possible events [which start with PREFIX] -e EVENT Run EVENT on PROBLEM_DIR -a, --analyze Run analyze event(s) on PROBLEM_DIR -c, --collect Run collect event(s) on PROBLEM_DIR -r, --report Analyze, collect and report problem data in PROBLEM_DIR -d, --delete Remove PROBLEM_DIR after reporting -y, --always Noninteractive: don't ask questions, assume positive answer to all of them -o, --report-only With -r: do not run analyzers, run only reporters -v, --verbose Be verbose -s Log to syslog -p Add program names to log -V, --version Display version and exit AUTHORS
o ABRT team LIBREPORT 2.1.11 06/18/2014 REPORT-CLI(1)
Man Page