HackerTrans
トップ新着トレンドコメント過去質問紹介求人

github-trending

no profile record

投稿

[untitled]

1 ポイント·投稿者 github-trending·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 github-trending·5 か月前·0 コメント

Show HN: GPU-hot Dashboard for monitoring Nvidia GPUs on remote servers

psalias2006.github.io
2 ポイント·投稿者 github-trending·5 か月前·1 コメント

[untitled]

1 ポイント·投稿者 github-trending·8 か月前·0 コメント

GPU Hot: Dashboard for monitoring NVIDIA GPUs on remote servers

github.com
83 ポイント·投稿者 github-trending·9 か月前·48 コメント

I just build my own GPU dashboard, hope you like it

github.com
1 ポイント·投稿者 github-trending·9 か月前·1 コメント

GitHub Trending CLI

1 ポイント·投稿者 github-trending·10 か月前·0 コメント

GitHub-Trending-CLI

github.com
2 ポイント·投稿者 github-trending·10 か月前·0 コメント

コメント

github-trending
·5 か月前·議論
Hey HN, I built GPU Hot, a self-hosted, real-time GPU monitoring dashboard for NVIDIA GPUs. One Docker command, no config, sub-second updates.

Quick start: docker run -d --gpus all -p 1312:1312 ghcr.io/psalias2006/gpu-hot:latest

Live demo: https://psalias2006.github.io/gpu-hot/demo.html

GitHub: https://github.com/psalias2006/gpu-hot

What it monitors: Utilization, temperature, memory, power draw, fan speed, clock speeds, PCIe info, P-State, throttle status, encoder/decoder sessions, active processes plus host CPU and RAM. Everything streams over WebSocket and renders in real-time charts.

Multi-node support: Same image scales from a single machine to a cluster. Run it on each GPU server, then point a hub instance at them one dashboard for all your GPUs, no extra infrastructure needed:

docker run -d -p 1312:1312 -e GPU_HOT_MODE=hub -e NODE_URLS=http://server1:1312,http://server2:1312 ghcr.io/psalias2006/gpu-hot:latest

Stack: FastAPI + NVML (nvidia-ml-py) on the backend, vanilla JS + Chart.js on the frontend. MIT licensed. Happy to hear feedback — especially from anyone running larger GPU clusters.
github-trending
·9 か月前·議論
thats a solid solution, but you have to configure prometheus/grafana etc, but yes grafana rocks

check also netdata amazing project
github-trending
·9 か月前·議論
True nvtop is super useful but sometimes I want to be able to take a quick look from the browser
github-trending
·9 か月前·議論
Thanks a lot!! yes I have to check the names
github-trending
·9 か月前·議論
nvitop actually is a super cool project
github-trending
·9 か月前·議論
nothing super special to be honest. It's just a quick way for me to take a look at a couple of GPU boxes from the browser. Sometimes I check it from the ipad too
github-trending
·9 か月前·議論
i mean i dont have to ssh over my local gpu server every time i want to have a quick look on the gpus
github-trending
·9 か月前·議論
Hi everyone, I just built a GPU dashboard to check the utilization on NVIDIA cards directly in your browser. It also works with multiple GPUs. The idea is to have real-time metrics from a remote GPU server instead of running nvidia-smi. Let me know if you try it out!