1INTEL_GPU_TOP(1) General Commands Manual INTEL_GPU_TOP(1)
2
3
4
6 intel_gpu_top - Display a top-like summary of Intel GPU usage
7
9 intel_gpu_top [OPTIONS]
10
12 intel_gpu_top is a tool to display usage information on Intel GPU's.
13
14 The tool gathers data using perf performance counters (PMU) exposed by
15 i915 and other platform drivers like RAPL (power) and Uncore IMC (mem‐
16 ory bandwidth).
17
19 -h Show help text.
20
21 -J Output JSON formatted data.
22
23 -l List plain text data.
24
25 -o <filepath|->
26 Output to the specified file instead of standard output. '-'
27 can also be specified to explicitly select standard output.
28
29 -s <ms>
30 Refresh period in milliseconds.
31
33 · Not all metrics are supported on all platforms. Where a metric is
34 unsupported it's value will be replaced by a dashed line.
35
36 · Non-root access to perf counters is controlled by the
37 perf_event_paranoid sysctl.
38
40 Report bugs to https://bugs.freedesktop.org.
41
43 IGT Developers <igt-dev@lists.freedesktop.org>
44
46 2009,2011,2012,2016,2018,2019 Intel Corporation
47
48
49
50
51igt-gpu-tools 1.24 2019-02-08 INTEL_GPU_TOP(1)