Attributes Summary |
inactivityTimeout : long | The data collection for a server happens on a period specified by the polling interval.
|
pollingInterval : long | The pollingInterval is the frequency at which data is collected from a server.
|
bufferLength : int | The number of data points to store in memory.
|
maxLogFiles : int | The maximum number of log files that will be created when logging is turned on for a server.
|
logFileSize : long | After a log file reached this size (in bytes), logging will wrap to a new file as soon as possible.
|
loggingDuration : long | The duration in seconds that logging will remain on when it is first started.
|