Projet

Général

Profil

Révision c53197ce

IDc53197ce5a01eec368ff56c553456dcd6f57ab87
Parent 10b1de81
Enfant 04e9d5bf

Ajouté par Nuno Fachada il y a environ 12 ans

Improve GPU plugins documentation

Voir les différences:

plugins/gpu/nvidia_gpu_
22 22

  
23 23
=head2 DEFAULT CONFIGURATION
24 24

  
25
The default configuration is to set "env.smiexec" to /usr/bin/nvidia-smi.
25
The default configuration is to set "env.smiexec" to /usr/bin/nvidia-smi and
26
assume warning and critical temperatures of 75 and 95 degrees celsius, respectively.
26 27

  
27 28
=head2 EXAMPLE WILDCARD USAGE
28 29

  
......
30 31

  
31 32
...will monitor the temperature of available GPUs.
32 33

  
34
=head1 TODO
35

  
36
=over 4
37

  
38
=item *
39

  
40
Add support for specific professional GPU features such as number of compute 
41
processes, clocks, power draw, utilization, and so on.
42

  
43
=item *
44

  
45
Use multigraphs for multiple GPUs (http://munin-monitoring.org/wiki/MultigraphSampleOutput).
46

  
47
=back
48

  
33 49
=head1 AUTHOR
34 50

  
35 51
Nuno Fachada
......
206 222
	: $(( nGpusCounter = $nGpusCounter + 1 ))
207 223
done
208 224

  
209
# TODO Follow multigraph suggestion from Flameeyes to look into multigraph plugins http://munin-monitoring.org/wiki/MultigraphSampleOutput, in order to reduce the amount of round trips to get the data.
210
# TODO Nvidia only: Add unsupported output options from nvidia-smi for those who have that option (how to test?). Test if they are supported and put them in suggest (or not) in case they are supported (or not)
211

  
212

  
213 225

  
214 226

  

Formats disponibles : Unified diff