`nvtop -s` doesn't show `gpu_util` or `power_draw` for Intel cards
Author: FmstratCreated Jun 14, 2026Updated Sep 14, 2026
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%"
}
]Source: Syllo/nvtop