gpu_memory 2.0 KB

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