We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduce --header option that specifies whether each of {host,time,driver} will be displayed in the header. Display driver version in the header:
--header
e.g.
$ gpustat # by default, {host,time} are only shown $ gpustat --header host,time,driver
which prints:
workstation Tue Oct 30 20:50:35 2018 396.54 [0] TITAN Xp | 41'C, 0 % | 4479 / 12196 MB | user(4469M) [1] TITAN Xp | 38'C, 100 % | 4479 / 12196 MB | user(4469M)
The text was updated successfully, but these errors were encountered:
Display NVIDIA driver version in the header (#53)
caba47e
We will not include a configuration point for now. Driver version will be shown by default.
Closed by caba47e.
Sorry, something went wrong.
No branches or pull requests
IntroduceDisplay driver version in the header:--header
option that specifies whether each of {host,time,driver} will be displayed in the header.e.g.
$ gpustat # by default, {host,time} are only shown $ gpustat --header host,time,driver
which prints:
The text was updated successfully, but these errors were encountered: