Skip to content

gpugpu shows current statistics of GPUs and memory usage by running containers.

Notifications You must be signed in to change notification settings

jonghwanhyeon/gpugpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpugpu

Screenshot: docker run --rm --gpus=all --pid=host --env DOCKER_HOST=unix://tmp/docker.sock --volume /var/run/docker.sock:/tmp/docker.sock:ro ghcr.io/jonghwanhyeon/gpugpu

Do you want to know which docker containers are currently using GPUs? gpugpu shows current statistics of GPUs and memory usage by running containers.

Usage

To run it:

$ docker run \
        --rm \
        --tty \
        --gpus=all \
        --pid=host \
        --env DOCKER_HOST=unix://tmp/docker.sock \
        --volume /var/run/docker.sock:/tmp/docker.sock:ro \
        ghcr.io/jonghwanhyeon/gpugpu

Acknowledgments

Reporting formats are inspired by gpustat

About

gpugpu shows current statistics of GPUs and memory usage by running containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages