1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Modified nvidia_gpu_by_user plugin's usage

This commit is contained in:
h-takano 2018-10-01 11:23:36 +09:00
parent a6d27873de
commit f41569c0c3

View file

@ -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