This type is a class for model objects.
* No description is available *
Package: tperfviewerAttributes Summary | |
inactivityTimeout : ELong | The data collection for a server happens on a period specified by the polling interval. If users stop requesting data from the server, then there is no longer a need to continue collecting that data. This timeout specifies the amount of time to wait since the most recent user collected data to stop the data collection for the server. |
pollingInterval : ELong | The pollingInterval is the frequency at which data is collected from a server. |
bufferLength : EInt | The number of data points to store in memory. A value of 40 means when you graph performance data, you will see the most recent 40 values collected from the server. Older data will be lost as new data is received. Each data point will be seperated by about one pollingInterval number of seconds. So the total timespan that you will see on the graph is the bufferLength multiplied by the pollingInterval in seconds. |
maxLogFiles : EInt | The maximum number of log files that will be created when logging is turned on for a server. |
logFileSize : ELong | After a log file reached this size (in bytes), logging will wrap to a new file as soon as possible. |
loggingDuration : ELong | The duration in seconds that logging will remain on when it is first started. |
Attribute Details |