All Projects → wookayin → Gpustat Web

wookayin / Gpustat Web

Licence: mit
👓 A web interface of gpustat: monitor GPU clusters at a look

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gpustat Web

Nvtop
NVIDIA GPUs htop like monitoring tool
Stars: ✭ 3,604 (+2007.6%)
Mutual labels:  gpu, monitoring
Gpuprofiler
GPUProfiler - Understand your application and workflow resource requirements
Stars: ✭ 181 (+5.85%)
Mutual labels:  gpu, monitoring
Gonvml
NVIDIA Management Library (NVML) bindings for Go
Stars: ✭ 82 (-52.05%)
Mutual labels:  gpu, monitoring
Gpustat
📊 A simple command-line utility for querying and monitoring GPU status
Stars: ✭ 2,662 (+1456.73%)
Mutual labels:  gpu, monitoring
Nvidia gpu prometheus exporter
NVIDIA GPU Prometheus Exporter
Stars: ✭ 138 (-19.3%)
Mutual labels:  gpu, monitoring
Webfunny monitor
webfunny是一款轻量级的前端监控系统,webfunny也是一款前端性能监控系统,无埋点监控前端日志,实时分析前端健康状态。webfunny is a lightweight front-end monitoring system and webfunny is also a front-end performance monitoring system. It monitors front-end logs and analyzes front-end health status in real time.
Stars: ✭ 3,470 (+1929.24%)
Mutual labels:  monitoring
Sensu Puppet
Sensu Puppet module.
Stars: ✭ 167 (-2.34%)
Mutual labels:  monitoring
Primitiv
A Neural Network Toolkit.
Stars: ✭ 164 (-4.09%)
Mutual labels:  gpu
Https Ssl Cert Check Zabbix
Script to check validity and expiration of TLS/SSL certificate on site. May be used with Zabbix or standalone.
Stars: ✭ 162 (-5.26%)
Mutual labels:  monitoring
Deeplearning4j
Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learni…
Stars: ✭ 12,277 (+7079.53%)
Mutual labels:  gpu
Zabbix Haproxy
HAProxy Zabbix Discovery and Template
Stars: ✭ 169 (-1.17%)
Mutual labels:  monitoring
Quda
QUDA is a library for performing calculations in lattice QCD on GPUs.
Stars: ✭ 166 (-2.92%)
Mutual labels:  gpu
Pmm Server
PMM Server
Stars: ✭ 165 (-3.51%)
Mutual labels:  monitoring
Probequest
Toolkit for Playing with Wi-Fi Probe Requests
Stars: ✭ 167 (-2.34%)
Mutual labels:  monitoring
Github Monitoring
Monitor your GitHub Repos with Docker & Prometheus
Stars: ✭ 163 (-4.68%)
Mutual labels:  monitoring
Media Watermark
GPU/CPU-based iOS Watermark Library for Image and Video Overlay
Stars: ✭ 170 (-0.58%)
Mutual labels:  gpu
Dashbuilder
Dashboard composition tooling based on the Uberfire framework
Stars: ✭ 163 (-4.68%)
Mutual labels:  monitoring
Server
The Triton Inference Server provides an optimized cloud and edge inferencing solution.
Stars: ✭ 2,994 (+1650.88%)
Mutual labels:  gpu
Gmonitor
gmonitor is a GPU monitor (Nvidia only at the moment)
Stars: ✭ 169 (-1.17%)
Mutual labels:  gpu
Hastic Grafana App
Hastic data management server for labeling patterns and anomalies in Grafana
Stars: ✭ 166 (-2.92%)
Mutual labels:  monitoring

gpustat-web

A web interface of gpustat --- aggregate gpustat across multiple nodes.

NOTE: This project is in alpha stage. Errors and exceptions are not well handled, and it might use much network resources. Please use at your own risk!

Usage

Launch the application as follows. SSH connections will be established to each of the specified hosts. Make sure ssh works under a proper authentication scheme such as SSH key (e.g. id-rsa). It is known that asyncssh does NOT obey ~/.ssh/config file (e.g. alias, username, keyfile), so just be aware of this.

python -m gpustat_web --port 48109 HOST1 [... HOSTN]

Python 3.6+ is required.

More Examples

To see CPU usage as well:

python -m gpustat_web --exec 'gpustat --color --gpuname-width 25 && echo -en "CPU : \033[0;31m" && cpu-usage | ascii-bar 27'

License

MIT License

Copyright (c) 2018-2020 Jongwook Choi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].