TivoliPerfViewer





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

Attribute Details

inactivityTimeout    -    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.
     data type:  long
     default Value:   900



pollingInterval    -    The pollingInterval is the frequency at which data is collected from a server.
     data type:  long
     default Value:   45



bufferLength    -    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.
     data type:  int
     default Value:   40



maxLogFiles    -    The maximum number of log files that will be created when logging is turned on for a server.
     data type:  int
     default Value:   3



logFileSize    -    After a log file reached this size (in bytes), logging will wrap to a new file as soon as possible.
     data type:  long
     default Value:   5242880



loggingDuration    -    The duration in seconds that logging will remain on when it is first started.
     data type:  long
     default Value:   1200


Copyright IBM Corp. 1997-2004