Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: nvidia-smi support #39

Open
petrbel opened this issue Aug 26, 2017 · 2 comments
Open

Feature Request: nvidia-smi support #39

petrbel opened this issue Aug 26, 2017 · 2 comments

Comments

@petrbel
Copy link

petrbel commented Aug 26, 2017

It would be nice to add a (optional) panel which would provide info about nvidia GPUs (e.g. workload memory, temperature etc).

The key functionality is already implemented in the nvidia-smi tool. Maybe it would be sufficient to add a panel in which nvidia-smi -l 1 runs and provides the info?

@aksakalli aksakalli changed the title nvidia-smi support Feature Request: nvidia-smi support Aug 26, 2017
@jessemartin
Copy link

jessemartin commented Nov 28, 2017

@petrbel
I wanted this too, so I implemented basic nvidia-smi support for GPU utilization in a fork. If any smi compatible cards are found, the grid size is increased and a 'GPU History' section is added at the bottom. Otherwise, the UI remains the same.

Give it a try if you like: https://github.com/jessemartin/gtop
2017-11-28-001715_911x1168_scrot

It's also not difficult to display GPU memory utilization in addition; however, screen real estate is already scarce, so I've left that for someone more UX-minded to tackle :)

@petrbel
Copy link
Author

petrbel commented Nov 28, 2017

@jessemartin I am impressed! Great job. Hope #67 will be merged :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants