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

gnutls-cli-debug(1)					      General Commands Manual					       gnutls-cli-debug(1)

NAME
gnutls-cli-debug - GnuTLS test client, with verbose output SYNOPSIS
gnutls-cli-debug [options] hostname DESCRIPTION
Simple client program to set up a TLS connection to some other computer. Like gnutls-cli(1), it sets up a TLS connection and forwards data from the standard input to the socket. Any information about the TLS control connection is printed to standard error. OPTIONS
-d, --debug integer Enable debugging. -p, --port integer The port to connect to. -h, --help Prints a short reminder of the command line options. -v, --verbose Even more verbose output. SEE ALSO
gnutls-cli(1), gnutls-serv(1) AUTHOR
Nikos Mavroyanopoulos <nmav@gnutls.org> and others; see /usr/share/doc/gnutls-bin/AUTHORS for a complete list. This manual page was written by Ivo Timmermans <ivo@debian.org>, for the Debian GNU/Linux system (but may be used by others). December 1st 2003 gnutls-cli-debug(1)
Man Page