SystemPropertiesStatisticsSampleInterval Property |
Returns the sampling interval, that is,
how often the statistics thread writes to disk, in seconds.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int StatisticsSampleInterval { get; }
Public ReadOnly Property StatisticsSampleInterval As Integer
Get
public:
property int StatisticsSampleInterval {
int get ();
}
member StatisticsSampleInterval : int with get
Return Value
Type:
Int32the statistics sampling interval
See Also