1RADEONTOP(1) RADEONTOP(1)
2
3
4
6 radeontop - tool to show GPU utilization
7
9 radeontop [-chmv] [-b bus] [-d file] [-l limit] [-i secs] [-p device]
10 [-t ticks]
11
13 RadeonTop shows the utilization of your GPU, both in general and by
14 blocks.
15
16 Supported cards are R600 and up.
17
19 -b, --bus bus
20 If you have multiple cards, use this parameter to select a specific
21 one. For lspci output 01:00.0 VGA compatible controller, bus would
22 be 1.
23
24 -c, --color
25 Enables colorized output.
26
27 -d, --dump file
28 Instead of displaying the data, dump it to file. Use - for stdout.
29 The file is appended to, so it’s safe to specify the same filename
30 for consecutive runs.
31
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
43 termination.
44
45 -m, --mem
46 Forces the use of the /dev/mem path, in case autodetection fails.
47 Useful for the proprietary driver.
48
49 -p, --path device
50 Open the DRM device node specified by device path. Usually it is
51 located at /dev/dri/card0 or /dev/drm0. If this option used, --bus
52 and --mem are ignored.
53
54 -t, --ticks ticks
55 How many times per second to sample the data. The default is 120.
56 Higher numbers mean more accurate output and more overhead.
57
58 -v, --version
59 Displays the program version.
60
62 C, c
63 Toggle colorized output.
64
65 Q, q
66 Quit.
67
69 See http://github.com/clbr/radeontop
70
71
72
73 09/30/2019 RADEONTOP(1)