File: sysprof.1

package info (click to toggle)
sysprof 3.46.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,860 kB
  • sloc: ansic: 47,048; xml: 142; sh: 50; cpp: 22; makefile: 21
file content (42 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH SYSPROF 1 2011-06-02

.SH NAME
sysprof, sysprof-cli \- System-wide Linux Profiler

.SH SYNOPSIS
.B sysprof
.RB [\-\-version]
[
.I filename
]
.br
.B sysprof\-cli
.I filename

.SH DESCRIPTION
.B 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.
.PP
.B sysprof
can be used to analyze saved profile data.
.I filename
parameter to
.B sysprof
can be used to load saved profile data. Alternatively Profiler->Open menu can be used to open a file.
.PP
.B sysprof\-cli
is command-line tool to collect profiling data to
.I filename.

.SH OPTIONS
.TP
.B --version
Version. Display the version number.
.TP

.SH AUTHOR
.B sysprof
was written by Soren Sandmann <sandmann@redhat.com>.
.PP
This manual page was written by Samuel Mimram <smimram@debian.org>,
for the Debian project (but may be used by others).