running the nvidia command alone
#nvidia-smi
Thu Apr 17 08:30:14 2014
+------------------------------------------------------+
| NVIDIA-SMI 331.38 Driver Version: 331.38 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro 4000 Off | 0000:01:00.0 On | N/A |
| 90% 93C P1 N/A / N/A | 201MiB / 2047MiB | 38% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Compute processes: GPU Memory |
| GPU PID Process name Usage |
|=============================================================================|
| No running compute processes found |
+-----------------------------------------------------------------------------+
and here running the line from the script
#>nvidia-smi --format=csv --query-gpu=index,gpu_name,temperature.gpu,fan.speed,power.draw,utilization.gpu,utilization.memory
index, name, temperature.gpu, fan.speed [%], power.draw [W], utilization.gpu [%], utilization.memory [%]
0, Quadro 4000, 93, 90 %, [Not Supported], 39 %, 5 %
looks to me that all the data is sent to observium,
is it something that I can do to make it show in the graphs?
Thank you!