Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / gpu / nvidia_gpu_ @ c3660c2a

Historique | Voir | Annoter | Télécharger (6,12 ko)

# Date Auteur Commentaire
3a4b7fcb 2015-01-13 21:16 Lee Clemens

Revert "Avoid bashism"

911adebe 2014-10-05 18:20 Stig Sandbeck Mathisen

Merge pull request #534 from asgh/master

Avoid bashism

aaeaa2e6 2014-10-04 15:21 Stig Sandbeck Mathisen

USe /bin/bash as interpreter for bash script

2b3c17b9 2014-09-28 21:03 asgh

Avoid bashism

aad8d7fb 2014-09-17 03:19 Steve Schnepp

Merge pull request #525 from leeclemens/patch-3

Use case insensitive grep for Temp lines

73bf78e7 2014-09-15 19:14 Lee Clemens

backwards compatible grep for memory

Potentially will work for 5.5 and earlier, as well as 6 and 6.5 (tested with 6.5)

49312192 2014-09-15 17:35 leeclemens

Use case insensitive grep for Temp lines

xorg-x11-drv-nvidia-340.29-1.el6.x86_64 (CUDA 6.5?) seems to have changed the Temperature lines from "Gpu" to "GPU" prefixes. Case insensitive grep preserves backwards comatability.

d8dad713 2014-08-19 22:21 asgh

Fix memory usage check

Change "FB Memory Usage" to just "Memory Usage" - this will also work on an old version that still uses the "FB" terminology.

61f058fc 2014-05-04 12:46 leeclemens

_mem should use FB memory used, only

NVIDIA 6 added differentiation between FB and BAR1 memory - use nvidia_gpu_mem for FB Memory only since its definition fits better with the usage prior to BAR1 memory.

f88b1110 2014-02-18 09:43 Steve Schnepp

Merge pull request #430 from leeclemens/master

append newline to support _mem and multiple GPUs

77133297 2014-01-23 14:33 leeclemens

append newline to support _mem and multiple GPUs

Memory used percentages were being concatenated into a single string if multiple GPUs were present, e.g. both using 30% would print mem0.value 3030 mem1.value

04e9d5bf 2013-11-15 07:29 Steve Schnepp

Merge branch 'pr/401'

Merging a rebased branch for pull #401

c53197ce 2013-11-15 07:27 Nuno Fachada

Improve GPU plugins documentation

10b1de81 2013-11-15 07:27 Nuno Fachada

Configurable warning and critical temperatures for GPUs

758ca724 2013-11-15 07:27 Nuno Fachada

Add TODO and FIXME notes on some issues

TODO 1: 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.

TODO 2: Put warning and critical as vars in config with sensible defaults....

7688a3f5 2013-02-12 09:30 CWempe

deletet unnecessary output "\n"

Output looked like this:

root@htpc:/etc/munin/plugins# ./nvidia_gpu_mem
mem0.value 0\n

426bba44 2012-12-11 14:57 Nuno Fachada

Add plugins for monitoring NVIDIA and AMD GPUs