1radeontop(1)
2============
3
4NAME
5----
6radeontop - tool to show GPU utilization
7
8SYNOPSIS
9--------
10
11*radeontop [-chmv] [-b 'bus'] [-d 'file'] [-l 'limit'] [-i 'secs'] [-p 'device'] [-t 'ticks']*
12
13DESCRIPTION
14-----------
15RadeonTop shows the utilization of your GPU, both in general and by blocks.
16
17Supported cards are R600 and up.
18
19OPTIONS
20-------
21*-b, --bus 'bus'*::
22	If you have multiple cards, use this parameter to select a specific one.
23	For lspci output '01:00.0 VGA compatible controller', bus would be '1'.
24
25*-c, --color*::
26	Enables colorized output.
27
28*-d, --dump 'file'*::
29	Instead of displaying the data, dump it to 'file'. Use '-' for stdout.
30	The file is appended to, so it's safe to specify the same filename for
31	consecutive runs. +
32	Use 'SIGTERM' or 'SIGINT' for graceful termination.
33
34*-h, --help*::
35	Displays help.
36
37*-i, --dump-interval 'seconds'*::
38	Wait for N seconds between data output.
39
40*-l, --limit 'limit'*::
41	Quit after dumping 'limit' lines. Only valid in dump mode. Default is
42	to dump until terminated; use 'SIGTERM' or 'SIGINT' for graceful termination.
43
44*-m, --mem*::
45	Forces the use of the /dev/mem path, in case autodetection fails.
46	Useful for the proprietary driver.
47
48*-p, --path 'device'*::
49	Open the DRM device node specified by 'device' path. Usually
50	it is located at /dev/dri/card0 or /dev/drm0. If this option
51	used, --bus and --mem are ignored.
52
53*-t, --ticks 'ticks'*::
54	How many times per second to sample the data. The default is 120.
55	Higher numbers mean more accurate output and more overhead.
56
57*-v, --version*::
58	Displays the program version.
59
60INTERACTIVE COMMANDS
61--------------------
62*C, c*::
63	Toggle colorized output.
64
65*Q, q*::
66	Quit.
67
68RESOURCES
69---------
70See http://github.com/clbr/radeontop
71