mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Modified nvidia_gpu_by_user plugin's usage
This commit is contained in:
parent
a6d27873de
commit
f41569c0c3
1 changed files with 5 additions and 4 deletions
|
@ -17,13 +17,14 @@ Add this to node configuration file:
|
||||||
|
|
||||||
=head1 USAGE
|
=head1 USAGE
|
||||||
|
|
||||||
|
If env.gpuusers is set, graph always shows listed users
|
||||||
|
(root, user1, user2 in example below) whether using GPU or not.
|
||||||
|
Otherwise, graph shows users that are using the GPU right now only.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
[nvidia_gpu_by_user]
|
[nvidia_gpu_by_user]
|
||||||
env.smiexec /path/to/nvidia-smi
|
env.smiexec /path/to/nvidia-smi
|
||||||
env.gpuusers root hideki
|
env.gpuusers root user1 user2
|
||||||
|
|
||||||
If env.gpuusers is set, graph always shows listed users.
|
|
||||||
Otherwise graph shows users that have been using GPUs only.
|
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue