TivoliPerfViewer

This type is a class for model objects.

* No description is available *

Package: tperfviewer

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes 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

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: ELong
    Default value:  900
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

pollingInterval  -  The pollingInterval is the frequency at which data is collected from a server.
    Data Type: ELong
    Default value:  45
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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: EInt
    Default value:  40
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

maxLogFiles  -  The maximum number of log files that will be created when logging is turned on for a server.
    Data Type: EInt
    Default value:  3
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

logFileSize  -  After a log file reached this size (in bytes), logging will wrap to a new file as soon as possible.
    Data Type: ELong
    Default value:  5242880
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

loggingDuration  -  The duration in seconds that logging will remain on when it is first started.
    Data Type: ELong
    Default value:  1200
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006