Skip to content

nvtop -s doesn't show gpu_util or power_draw for Intel cards #480

Description

@Fmstrat

When in normal mode, these are displayed fine, but with -s, it shows null:

$ nvtop -s
[
  {
   "device_name": "NVIDIA GeForce GTX 1060 6GB",
   "gpu_clock": "1025MHz",
   "mem_clock": "4006MHz",
   "temp": "57C",
   "fan_speed": "0%",
   "power_draw": "23W",
   "gpu_util": "1%",
   "mem_util": "31%"
  },
  {
   "device_name": "Battlemage G31 (Intel Graphics)",
   "gpu_clock": "2800MHz",
   "mem_clock": null,
   "temp": "59C",
   "fan_speed": "1061RPM",
   "power_draw": null,
   "gpu_util": null,
   "mem_util": "83%"
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions