INTEL_GPU_TOP(1) | General Commands Manual | INTEL_GPU_TOP(1) |
intel_gpu_top - Display a top-like summary of Intel GPU usage
intel_gpu_top [OPTIONS]
intel_gpu_top is a tool to display usage information on Intel GPU's.
The tool gathers data using perf performance counters (PMU) exposed by i915 and other platform drivers like RAPL (power) and Uncore IMC (memory bandwidth).
Supported keys:
User can select specific GPU for performance monitoring on platform where multiple GPUs are available. A GPU can be selected by sysfs path, drm node or using various PCI sub filters.
Filter types:
--- filter syntax --- sys sys:/sys/devices/pci0000:00/0000:00:02.0
find device by its sysfs path drm drm:/dev/dri/* path
find drm device by /dev/dri/* node pci pci:[vendor=%04x/name][,device=%04x][,card=%d]
vendor is hex number or vendor name
To parse the JSON as output by the tool the consumer should wrap its entirety into square brackets ([ ]). This will make each sample point a JSON array element and will avoid "Multiple root elements" JSON validation error.
Report bugs on fd.o GitLab: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues
IGT Developers <igt-dev@lists.freedesktop.org>
2009,2011,2012,2016,2018,2019,2020 Intel Corporation
2020-03-18 | igt-gpu-tools 1.27.1 |