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:
Xuehai Pan 2026-05-20 14:21:42 +08:00
parent 91dc7a154a
commit 981ed588fe

View file

@ -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));