1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
#
# pcp-htop(1) configuration file - see pcp-htop(5)
#
[drm_memory_cpu]
heading = DCPU
width = 6
metric = proc.fdinfo.drm_memory_cpu
description = CPU memory which can be used by the GPU to store buffer objects
[drm_memory_gtt]
heading = DGTT
width = 6
metric = proc.fdinfo.drm_memory_gtt
description = GTT memory which can be used by the GPU to store buffer objects
[drm_memory_vram]
heading = DVRAM
width = 6
metric = proc.fdinfo.drm_memory_vram
description = VRAM memory which can be used by the GPU to store buffer objects
[drm_shared_cpu]
heading = DCPU_SHARE
width = 6
metric = proc.fdinfo.drm_shared_cpu
description = CPU memory which can be used by the GPU to store buffer objects, and is shared with another file
[drm_shared_gtt]
heading = DGTT_SHARE
width = 6
metric = proc.fdinfo.drm_shared_gtt
description = GTT memory which can be used by the GPU to store buffer objects, and is shared with another file
[drm_shared_vram]
heading = DVRAM_SHARE
width = 6
metric = proc.fdinfo.drm_shared_vram
description = VRAM memory which can be used by the GPU to store buffer objects, and is shared with another file
[amd_evicted_visible_vram]
heading = AMD_EVVRAM
width = 6
metric = proc.fdinfo.amd_evicted_visible_vram
description = Sum of evicted buffers due to CPU access
[amd_evicted_vram]
heading = AMD_EVRAM
width = 6
metric = proc.fdinfo.amd_evicted_vram
description = Sum of evicted buffers, includes visible VRAM
[amd_memory_visible_vram]
heading = AMD_VVRAM
width = 6
metric = proc.fdinfo.amd_memory_visible_vram
description = Current visible VRAM usage
[amd_requested_gtt]
heading = AMD_RGTT
width = 6
metric = proc.fdinfo.amd_requested_gtt
description = How much GTT memory userspace asked for
[amd_requested_visible_vram]
heading = AMD_RVVRAM
width = 6
metric = proc.fdinfo.amd_requested_visible_vram
description = How much visible VRAM userspace asked for
[amd_requested_vram]
heading = AMD_RVRAM
width = 6
metric = proc.fdinfo.amd_requested_vram
description = How much VRAM userspace asked for, includes visible VRAM
|