1RADEONTOP(1) RADEONTOP(1)
2
3
4
6 radeontop - tool to show GPU utilization
7
9 radeontop [-chv] [-b bus] [-d file] [-l limit] [-i secs] [-t ticks]
10
12 RadeonTop shows the utilization of your GPU, both in general and by
13 blocks.
14
15 Supported cards are R600 and up.
16
18 -b, --bus bus
19 If you have multiple cards, use this parameter to select a specific
20 one. For lspci output 01:00.0 VGA compatible controller, bus would
21 be 1.
22
23 -c, --color
24 Enables colorized output.
25
26 -d, --dump file
27 Instead of displaying the data, dump it to file. Use - for stdout.
28 The file is appended to, so it’s safe to specify the same filename
29 for consecutive runs.
30
31 Use SIGTERM or SIGINT for graceful termination.
32
33 -h, --help
34 Displays help.
35
36 -i, --dump-interval seconds
37 Wait for N seconds between data output.
38
39 -l, --limit limit
40 Quit after dumping limit lines. Only valid in dump mode. Default is
41 to dump until terminated; use SIGTERM or SIGINT for graceful
42 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 -t, --ticks ticks
49 How many times per second to sample the data. The default is 120.
50 Higher numbers mean more accurate output and more overhead.
51
52 -v, --version
53 Displays the program version.
54
56 C, c
57 Toggle colorized output.
58
59 Q, q
60 Quit.
61
63 See http://github.com/clbr/radeontop
64
65
66
67 07/13/2018 RADEONTOP(1)