forked from clbr/radeontop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathradeontop.1
95 lines (94 loc) · 2.65 KB
/
radeontop.1
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
'\" t
.\" Title: radeontop
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
.\" Date: 07/11/2012
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "RADEONTOP" "1" "07/11/2012" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
radeontop \- tool to show GPU utilization
.SH "SYNOPSIS"
.sp
\fBradeontop [\-chv] [\-b \fR\fB\fIbus\fR\fR\fB] [\-d \fR\fB\fIfile\fR\fR\fB] [\-l \fR\fB\fIlimit\fR\fR\fB] [\-t \fR\fB\fIticks\fR\fR\fB]\fR
.SH "DESCRIPTION"
.sp
RadeonTop shows the utilization of your GPU, both in general and by blocks\&.
.sp
Supported cards are R600 and up\&.
.SH "OPTIONS"
.PP
\fB\-b, \-\-bus \fR\fB\fIbus\fR\fR
.RS 4
If you have multiple cards, use this parameter to select a specific one\&. For lspci output
\fI01:00\&.0 VGA compatible controller\fR, bus would be
\fI1\fR\&.
.RE
.PP
\fB\-c, \-\-color\fR
.RS 4
Enables colorized output\&.
.RE
.PP
\fB\-d, \-\-dump \fR\fB\fIfile\fR\fR
.RS 4
Instead of displaying the data, dump it to
\fIfile\fR\&. Use
\fI\-\fR
for stdout\&. The file is appended to, so it\(cqs safe to specify the same filename for consecutive runs\&.
Use
\fISIGTERM\fR
or
\fISIGINT\fR
for graceful termination\&.
.RE
.PP
\fB\-h, \-\-help\fR
.RS 4
Displays help\&.
.RE
.PP
\fB\-l, \-\-limit \fR\fB\fIlimit\fR\fR
.RS 4
Quit after dumping
\fIlimit\fR
lines\&. Only valid in dump mode\&. Default is to dump until terminated; use
\fISIGTERM\fR
or
\fISIGINT\fR
for graceful termination\&.
.RE
.PP
\fB\-t, \-\-ticks \fR\fB\fIticks\fR\fR
.RS 4
How many times per second to sample the data\&. The default is 120\&. Higher numbers mean more accurate output and more overhead\&.
.RE
.PP
\fB\-v, \-\-version\fR
.RS 4
Displays the program version\&.
.RE
.SH "RESOURCES"
.sp
See http://github\&.com/clbr/radeontop