|
From: Tyrel D. <ty...@us...> - 2012-08-03 23:10:41
|
Update of /cvsroot/sblim/gather In directory vz-cvs-3.sog:/tmp/cvs-serv28138 Modified Files: NEWS gatherd.conf Log Message: Fixed 3554130: sample interval config warning Index: gatherd.conf =================================================================== RCS file: /cvsroot/sblim/gather/gatherd.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- gatherd.conf 7 Mar 2006 12:55:20 -0000 1.8 +++ gatherd.conf 3 Aug 2012 23:10:38 -0000 1.9 @@ -31,6 +31,12 @@ # SampleInterval - If specified, this interval will override the plugin # specified individual sampling intervals. Unit is seconds. +# +# WARNING: This config option should only be used for +# debugging purposes. It overrides the per metric defined +# sample interval of all plugins, and really short intervals +# can introduce skew in the data due to seconds not being a +# high enough sample resolution. # SampleInterval=300 # Synchronization - Specifies whether the metric plugins are invoked in a Index: NEWS =================================================================== RCS file: /cvsroot/sblim/gather/NEWS,v retrieving revision 1.128 retrieving revision 1.129 diff -u -d -r1.128 -r1.129 --- NEWS 1 Aug 2012 00:00:59 -0000 1.128 +++ NEWS 3 Aug 2012 23:10:38 -0000 1.129 @@ -6,6 +6,7 @@ - 3545751 BaseMetricValue.Volatile should be false - 3552310 incorrect metric definition for VirtualState - 2811884 dsp1053 unique BaseMetricDefinition.Name +- 3554130 sample interval config warning Features added: - 3031802 add support for CIM property filters |