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

Add an option to hide card name, temperature, etc. #49

Open
innerlee opened this issue Sep 13, 2018 · 5 comments
Open

Add an option to hide card name, temperature, etc. #49

innerlee opened this issue Sep 13, 2018 · 5 comments
Milestone

Comments

@innerlee
Copy link

pls add option to disable card type and temperature.

@wookayin
Copy link
Owner

wookayin commented Sep 13, 2018

We may consider the following flags. @Stonesjtu Please suggest better names if any.

--no-name     Suppress graphics card name
--no-temperature    Suppress temperature information
--no-process     Suppress process information

Thoughts

  • Are they consistent with --show-power, etc?
  • Or, we can think of listing all the columns to display (as in nvidia-smi --query-gpu, etc.)

@Stonesjtu
Copy link
Collaborator

Prefer a list-like argument e.g. --show power, name, temp, which overwrites other displaying options. But it's still confusing with the existing -cpu arguments, the latter one is for extra information.

@wookayin wookayin changed the title Be concise Add an option to hide card name, temperature, etc. Sep 15, 2018
@neighthan
Copy link

It would be nice to have a full-on format string like, e.g., git log does so the user could specify which gpu parameters to show, in which order, with which colors.

@wookayin
Copy link
Owner

wookayin commented Sep 15, 2018

@neighthan That's a very good idea. As this is a major new feature rather than a simple improvement, I'd like to keep track in #51. Still, more handy options (as proposed in this ticket) could work as well.

@wookayin
Copy link
Owner

wookayin commented Sep 4, 2022

Hiding gpu name is now possible with gpustat --gpuname-width 0 (#47). Hiding other columns will be added in the next versions.

@wookayin wookayin added this to the Backlog milestone Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants