]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
gpu_sysman: document "LogMetrics" option
authorEero Tamminen <eero.t.tamminen@intel.com>
Wed, 29 Nov 2023 14:59:12 +0000 (16:59 +0200)
committerEero Tamminen <eero.t.tamminen@intel.com>
Wed, 28 Feb 2024 15:21:09 +0000 (17:21 +0200)
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
src/collectd.conf.pod

index 09036da19bfc8281832f0d0fb4e0a92bbe58cea8..b41d890bb91095ddd979da9b6de1ca5f129d9ebc 100644 (file)
@@ -3777,6 +3777,18 @@ If enabled, plugin logs at start some information about plugin
 settings, all the GPUs detected through Sysman API, and enables
 "pci_dev" PCI device ID label for the metrics.
 
+=item B<LogMetrics>
+
+If enabled, all metric values are also printed to collectd log
+(standard output by default).  This can be useful for local real-time
+monitoring / debugging of specific GPU metric values, as one does not
+need to enable any write plugins.
+
+Output is most readable when only one metric type + "MetricsOutput"
+variant are enabled, and collectd (container) sees only single GPU.
+Alternatively one could grep the output for the relevant GPU, metric
+type and its output variant, but that adds delay to the output.
+
 =item B<MetricsOutput>
 
 Set of "base", "rate", and "ratio" strings, separated by comma, colon,