gpu 993 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #
  2. # pcp-htop(1) configuration file - see pcp-htop(5)
  3. #
  4. [amd_gpu_load]
  5. caption = AMD GPU load
  6. description = AMD GPU load
  7. load.metric = amdgpu.gpu.load
  8. load.suffix = %
  9. [amd_gpu_average_power]
  10. caption = AMD GPU average power
  11. description = AMD GPU average power in Watts
  12. average_power.metric = amdgpu.gpu.average_power
  13. average_power.suffix = W
  14. [amd_gpu_memory]
  15. type = bar
  16. caption = AMD GPU memory
  17. description = Allocated frame buffer memory
  18. used.metric = amdgpu.memory.used
  19. used.color = red
  20. total.metric = amdgpu.memory.total
  21. total.color: blue
  22. [amd_gpu_clock]
  23. caption = AMD GPU clock
  24. description = The GPU clock speed in MHz
  25. clock.metric = amdgpu.gpu.clock
  26. clock.label = MHz
  27. [amd_gpu_memory_clock]
  28. caption = AMD GPU memory clock
  29. description = The GDDRx memory clock speed in MHz
  30. clock.metric = amdgpu.memory.clock
  31. clock.label = MHz
  32. [amd_gpu_temp]
  33. caption = AMD GPU temperature
  34. description = The GPU temperature in degrees Celsius
  35. temp.metric = amdgpu.gpu.temperature / 1000
  36. temp.label = °C