Skip to content

一个开源的GPU服务器管理平台;可以实时查看模型训练状态、GPU资源占用、模型训练日志、IP访问记录等

Notifications You must be signed in to change notification settings

Asimok/GPU-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU-Monitor

Real-time monitoring of model training status, GPU resource utilization, model training logs, IP access records, etc.

Welcome to star, fork, and submit pull requests.

Main Features

  • Lightweight and Concise: Flask + SQLite3 + Vue3 + ElementUI-Plus
  • Quick Integration: Integration with new servers is as easy as a single line of configuration
  • Leisurely Alchemy: Real-time monitoring of model training progress
  • Logging System: Track changes in model loss and review training logs
  • Announcement Module: Timely delivery of important information
  • IP Statistics: Collect and display IP access information to enhance security awareness
  • Quick Card Grabbing: Real-time preview of GPU resource utilization
  • Low Resource Consumption: Multi-threaded controllable scheduling with minimal CPU usage
  • One-Click Deployment: Docker one-click deployment
  • Extensibility: Suitable for beginners to practice

Preview

Home Page

首页

Announcement Module

首页

GPU Server Details

首页

Logging System

日志管理-弹窗

Logging System

日志管理-弹窗

Log Management

日志管理-弹窗

View Logs

查看日志

System Monitoring

系统监测

Performance Oversight

系统监测

Update Log or Change Log

更新日志

Deployment Methods

Docker Deployment Example

1. Build the Image

docker-compose build

2. Run the Service

docker-compose up -d

3. Rebuild

docker stop gpumonitor_web & docker rm -f gpumonitor_web & docker rmi -f  219.216.65.59:5000/gpumonitor_web:latest & \
docker stop gpumonitor_server & docker rm -f gpumonitor_server & docker rmi -f  219.216.65.59:5000/gpumonitor_server:latest & \

Appreciation

If it can help you

支付宝
支付宝
微信
微信

Disclaimer

This project is open-sourced solely for educational purposes and shall not be used for any illegal activities. Otherwise, the consequences are your own responsibility and are not associated with me. Please retain the project's address when using it, thank you.

About

一个开源的GPU服务器管理平台;可以实时查看模型训练状态、GPU资源占用、模型训练日志、IP访问记录等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published