dsh-gpu-pulse
DSH 网页内置悬浮 GPU 监控:实时显示每张 GPU 的利用率、显存、温度、功耗与占用进程(基于 nvidia-smi)。
AI 分析
核心用途是在 dsh 界面内直观监控本地显卡状态。适合在本地运行私有大模型、需要密切关注 GPU 负载与显存变化的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhubaohi/dsh-gpu-pulse说明文档
阅读完整 README ↗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.