Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cyril-Meyer/gpumon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpumon

GPU visualization monitor based on GPUutil.

What does it look like ?

gpumon 1 line per gpu, showing gpu load (0.0 = 0%, 1.0 = 100%).

Usage

Create venv and install requirements.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run the script.

python gpumon.py

There are no options or arguments (yet).

Acknowledgement

this project would not exist without the GPUutil library. The matplotlib animation system is largely inspired by the following stackoverflow post.

About

GPU visualization monitor based on GPUutil

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages