zhubaohi/dsh-gpu-pulse0

dsh-gpu-pulse

Floating GPU monitor inside the DSH Web UI: live per-GPU utilization, VRAM, temperature, power and top processes from nvidia-smi. · DSH Web 内置悬浮 GPU 监控:实时显示每张 GPU 的利用率、显存、温度、功耗与占用进程(nvidia-smi)。

AI Analysis

核心用途是在 dsh 界面内直观监控本地显卡状态。适合在本地运行私有大模型、需要密切关注 GPU 负载与显存变化的开发者。

Package
dsh-gpu-pulse
Version
1.0.0
License
MIT
Last updated
Aug 30, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhubaohi/dsh-gpu-pulse

Configuration

Everything is optional: defaults work out of the box. Override in the profile's cordis.patch.yml (an id-targeted patch replaces the whole config, so restate every field you want to keep):

- id: dsh-gpu-pulse
  config:
    pollMs: 3000            # client poll interval hint, default 2000, floor 500
    showProcesses: true     # also collect per-process VRAM consumers
    nvidiaSmiPath: 'C:\Windows\System32\nvidia-smi.exe'  # default: "nvidia-smi" via PATH

pollMs is a hint served to the client in every status response, so it applies to all open tabs without a browser-side setting.