HackerTrans
TopNewTrendsCommentsPastAskShowJobs

github-trending

no profile record

Submissions

[untitled]

1 points·by github-trending·4 месяца назад·0 comments

[untitled]

1 points·by github-trending·5 месяцев назад·0 comments

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

psalias2006.github.io
2 points·by github-trending·5 месяцев назад·1 comments

[untitled]

1 points·by github-trending·8 месяцев назад·0 comments

GPU Hot: Dashboard for monitoring NVIDIA GPUs on remote servers

github.com
83 points·by github-trending·9 месяцев назад·48 comments

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

github.com
1 points·by github-trending·9 месяцев назад·1 comments

GitHub Trending CLI

1 points·by github-trending·10 месяцев назад·0 comments

GitHub-Trending-CLI

github.com
2 points·by github-trending·10 месяцев назад·0 comments

comments

github-trending
·5 месяцев назад·discuss
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 месяцев назад·discuss
thats a solid solution, but you have to configure prometheus/grafana etc, but yes grafana rocks

check also netdata amazing project
github-trending
·9 месяцев назад·discuss
True nvtop is super useful but sometimes I want to be able to take a quick look from the browser
github-trending
·9 месяцев назад·discuss
Thanks a lot!! yes I have to check the names
github-trending
·9 месяцев назад·discuss
nvitop actually is a super cool project
github-trending
·9 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
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!