@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=StatisticsConfiguration.class) public @interface EnableStatistics
@Configuration
annotated class to configure and enable statistics and runtime metrics of a running GemFire/Geode system.
Sets statistic-sampling-enabled to true.StatisticsConfiguration
Modifier and Type | Optional Element and Description |
---|---|
int |
archiveDiskSpaceLimit
Maximum size (in megabytes) of all inactive statistic archive files combined.
|
String |
archiveFile
The file to which the running system member writes statistic samples.
|
int |
archiveFileSizeLimit
The maximum size (in megabytes) of a single statistic archive file.
|
boolean |
enableTimeStatistics
Boolean instructing the system to track time-based statistics for the distributed system and caching.
|
long |
sampleRate
How often to sample statistics, in milliseconds.
|
public abstract int archiveDiskSpaceLimit
public abstract String archiveFile
public abstract int archiveFileSizeLimit
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.