sndnyang / nvGPUWebUI

A web-based tool for monitoring/killing processes running on GPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvGPUWebUI

A web-based tool for monitoring/killing processes running on GPUs, integrating with tensorboard in the iframes.

index

Usage

  1. Install flask

  2. Set the flask port in app.py, then python app.py

  3. Open the web page, change the default tensorboard port.

  • Click Button "Show" to toggle the iframe.

  • Click Button 'Kill' to kill your process.

LICENSE

See LICENSE

ChangeLog

2019-12-04 V1.0

Basic functions

  • Integrate tensorboard in iframes
  • List processes
  • Kill by the PID

About

A web-based tool for monitoring/killing processes running on GPUs

License:MIT License


Languages

Language:Python 79.7%Language:JavaScript 20.3%