mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
style(examples/monitor-web): rename Mem BW to GMBW and Memory to GMEM
Aligns the per-GPU row labels with the `nvidia-smi`/nvtop convention of G-prefixed mnemonics, and disambiguates them from host-scoped metrics (`Host: CPU/Memory/Swap`) in the footer.
This commit is contained in:
parent
91dc7a154a
commit
981ed588fe
1 changed files with 2 additions and 2 deletions
|
|
@ -241,8 +241,8 @@
|
|||
card.appendChild(title);
|
||||
|
||||
card.appendChild(makeRow("GPU", "util", true));
|
||||
card.appendChild(makeRow("Mem BW", "membw", true));
|
||||
card.appendChild(makeRow("Memory", "mem", true));
|
||||
card.appendChild(makeRow("GMBW", "membw", true));
|
||||
card.appendChild(makeRow("GMEM", "mem", true));
|
||||
card.appendChild(makeRow("Temp", "temp", false));
|
||||
card.appendChild(makeRow("Fan", "fan", false));
|
||||
card.appendChild(makeRow("Power", "power", false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue