IBM Tivoli Monitoring, Version 6.3

Attributes in each attribute group

Attributes in each Log File agent attribute group collect data that the agent uses for monitoring.

The descriptions of the attribute groups contain the following information:
Historical group
Whether the attribute group is a historical type that you can roll off to a data warehouse.
Attribute descriptions
Information such as description, type, source, and warehouse name, as applicable, for each attribute in the attribute group.

Some attributes are designated as key attributes. A key attribute is an attribute that is used in warehouse aggregation to identify rows of data that represent the same object.

The Source information sometimes uses C programming code syntax for if-then-else clauses to describe how an attribute is derived, for example:
(CPU_Pct < 0 ) || (Memory_Pct < 0 )? 0 : 1
This example means that if the CPU_Pct attribute is less than 0 or if the Memory_Pct attribute is less than 0, then the attribute is set to 0. Otherwise, the attribute is set to 1.

LFAProfiles attribute group

Log File Agent Profiles

Historical group
This attribute group is eligible for use with Tivoli® Data Warehouse.
Attribute descriptions
The following list contains information about each attribute in the LFAProfiles attribute group:
Node attribute: This attribute is a key attribute.
Description
The managed system name of the agent.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
NODE
Timestamp attribute
Description
The local time at the agent when the data was collected.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
TIMESTAMP
Subnode MSN attribute: This attribute is a key attribute.
Description
The Managed System Name of the subnode agent.
Type
String
Warehouse name
SUBNODE_MSN or SN_MSN
Subnode Affinity attribute
Description
The affinity for the subnode agent.
Type
String
Warehouse name
SUBNODE_AFFINITY or SN_AFFIN
Subnode Type attribute: This attribute is a key attribute.
Description
The Node Type of this subnode.
Type
String
Warehouse name
SUBNODE_TYPE or SN_TYPE
Subnode Resource Name attribute
Description
The Resource Name of the subnode agent.
Type
String
Warehouse name
SUBNODE_RESOURCE_NAME or SN_RES
Subnode Version attribute
Description
The Version of the subnode agent.
Type
String
Warehouse name
SUBNODE_VERSION or SN_VER
Subnode Config File attribute
Description
The path to the discovered configuration file that caused this subnode to be created.
Type
String
Warehouse name
SUBNODE_CONFIG_FILE or SN_FILE
Subnode Description attribute
Description
User supplied description of this subnode, specified via the SubnodeDescription key in the config file.
Type
String with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Set the SubnodeDescription keyword in your config file to populate this field (none)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
SUBNODE_DESCRIPTION or SN_DESC

Log File RegEx Statistics attribute group

The Log File RegEx Statistics attribute group contains information that shows the statistics of the log file regular expression search expressions. Regular expressions can be used to filter records or to define records. This attribute group shows information about both types. When the Result Type attribute value is INCLUDE or EXCLUDE, the filter is used to filter records; when the value is BEGIN or END, the filter is used to define records. The CPU measurements are approximations based on the granularity of the data exposed by the operating system. This can result in values of 0.00 when a regular expression takes little time to evaluate. The CPU times should be used to determine the relative cost of regular expressions and to optimize the behavior of specific specific regular expressions.

Historical group
This attribute group is eligible for use with Tivoli Data Warehouse.
Attribute descriptions
The following list contains information about each attribute in the Log File RegEx Statistics attribute group:
Node attribute: This attribute is a key attribute.
Description
The managed system name of the agent.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
NODE
Timestamp attribute
Description
The local time at the agent when the data was collected.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
TIMESTAMP
Table Name attribute: This attribute is a key attribute.
Description
The name of the log file attribute group.
Type
String
Warehouse name
TABLE_NAME or TBLNAME
Attrib Name attribute: This attribute is a key attribute.
Description
The name of the attribute to which this filter is applied.
Type
String
Warehouse name
ATTRIB_NAME or ATRNAME
Filter Number attribute
Description
The sequence number, starting at zero, of the filter being used for the attribute.
Type
Integer (32-bit numeric property)
Warehouse name
FILTER_NUMBER or FLTRNUM
Average Processor Time attribute
Description
The average number of processor seconds used to process the filter for this attribute. The average processor time is the total processor seconds divided by the filter count.
Type
Real number (32-bit gauge) with two decimal places of precision with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (-1)
  • N/A (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
AVERAGE_PROCESSOR_TIME or CPUTAVG
Total Processor Time attribute
Description
The total number of processor seconds used to process the filter for this attribute. The processor time is cumulative and is truncated, not rounded. This is similar to the Linux /proc/123/task/12/stat where 123 is the PID of the process and 12 is the thread id.
Type
Real number (64-bit counter) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (-1)
  • N/A (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
TOTAL_PROCESSOR_TIME or CPUTIME
Max Processor Time attribute
Description
The maximum number of processor seconds used for a single filter processing. It is possible that the maximum is zero if the filter has never been used or if each of the filter processing took less than one hundredth of a second.
Type
Real number (32-bit gauge) with two decimal places of precision with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (-1)
  • N/A (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
MAX_PROCESSOR_TIME or CPUTMAX
Min Processor Time attribute
Description
The minimum number of processor seconds used for a single filter processing. It is possible that the minimum is zero if one of the filter processing took less than one hundredth of a second.
Type
Real number (32-bit gauge) with two decimal places of precision with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (-1)
  • N/A (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
MIN_PROCESSOR_TIME or CPUTMIN
Filter Count attribute
Description
The number of times the filter has been invoked. Used with the total processor time to compute the average processor time.
Type
Integer (64-bit counter)
Warehouse name
FILTER_COUNT or COUNT
Filter Count Matched attribute
Description
The number of times the filter has been invoked and the attribute matched.
Type
Integer (64-bit counter)
Warehouse name
FILTER_COUNT_MATCHED or COUNTMA
Filter Count Unmatched attribute
Description
The number of times the filter has been invoked and the attribute did not match.
Type
Integer (64-bit counter)
Warehouse name
FILTER_COUNT_UNMATCHED or COUNTUN
RegEx Pattern attribute: This attribute is a key attribute.
Description
The regular expression used for the match.
Type
String
Warehouse name
REGEX_PATTERN or REGXPAT
Last Matched Time attribute
Description
The last time the filter was used and the result was matched.
Type
Timestamp with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (0000000000000001)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
LAST_MATCHED_TIME or LASTMAT
Last Unmatched Time attribute
Description
The last time the filter was used and the result was unmatched.
Type
Timestamp with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (0000000000000001)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
LAST_UNMATCHED_TIME or LASTUMA
Result Type attribute
Description
The filter type can be INCLUDE or EXCLUDE to accept or reject the attribute if the filter matches, respectively; the filter type can be BEGIN or END to specify the start or end of a record for multi-line records.
Type
Integer (32-bit numeric property) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • UNKNOWN (0)
  • INCLUDE (1)
  • EXCLUDE (2)
  • BEGIN (3)
  • END (4)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
RESULT_TYPE or RSTTYPE

Log File Status attribute group

The Log File Status attribute group contains information that reflects the status of log files this agent is monitoring.

Historical group
This attribute group is eligible for use with Tivoli Data Warehouse.
Attribute descriptions
The following list contains information about each attribute in the Log File Status attribute group:
Node attribute: This attribute is a key attribute.
Description
The managed system name of the agent.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
NODE
Timestamp attribute
Description
The local time at the agent when the data was collected.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
TIMESTAMP
Table Name attribute: This attribute is a key attribute.
Description
The name of the table in which this log is being monitored.
Type
String
Warehouse name
TABLE_NAME or TBLNAME
File Name attribute: This attribute is a key attribute.
Description
The name of the monitored file. The file name will be null if the row represents a file pattern to be matched during the next scan.
Type
String
Warehouse name
FILE_NAME or FILNAME
RegEx Pattern attribute: This attribute is a key attribute.
Description
The regular expression pattern (if any) that caused this file to be monitored. The regular expression may be the same as the File Name attribute if the regular expression contains no meta characters or if the dot meta character actually matches a dot. If the regular expression is different than the non-null File Name attribute, then the regular expression pattern was used to match the filename.
Type
String
Warehouse name
REGEX_PATTERN or REPATRN
File Type attribute
Description
The type of this file (regular file or pipe).
Type
Integer (32-bit numeric property) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • UNKNOWN (0)
  • REGULAR FILE (1)
  • PIPE (2)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
FILE_TYPE or FILTYPE
File Status attribute
Description
The current status of this file.
Type
Integer (32-bit numeric property) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (-1)
  • OK (0)
  • PERMISSION DENIED (1)
  • FILE DOES NOT EXIST (2)
  • PATH DOES NOT EXIST (3)
  • INTERRUPTED SYSTEM CALL (4)
  • I/O ERROR (5)
  • NO SUCH DEVICE (6)
  • BAD FILE NUMBER (9)
  • OUT OF MEMORY (12)
  • ACCESS DENIED (13)
  • RESOURCE BUSY (16)
  • NOT A DIRECTORY (20)
  • IS A DIRECTORY (21)
  • INVALID ARGUMENT (22)
  • FILE TABLE OVERFLOW (23)
  • TOO MANY OPEN FILES (24)
  • TEXT FILE BUSY (26)
  • FILE TOO LARGE (27)
  • NO SPACE LEFT ON DEVICE (28)
  • ILLEGAL SEEK ON PIPE (29)
  • READ-ONLY FILE SYSTEM (30)
  • TOO MANY LINKS (31)
  • BROKEN PIPE (32)
  • PASSWORD EXPIRED (50)
  • PUBLIC KEY UNVERIFIED (51)
  • PUBLIC KEY UNRECOGNIZED (52)
  • NO SUPPORTED DESCR (53)
  • KEY FILE ACCESS ERROR (126)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
FILE_STATUS or FILSTAT
Num Records Matched attribute
Description
The number of processed records from this log which matched one of the specified patterns.
Type
Integer (32-bit counter)
Warehouse name
NUM_RECORDS_MATCHED or RECMTCH
Num Records Not Matched attribute
Description
The number of processed records from this log which did not match any of the specified patterns.
Type
Integer (32-bit counter) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • UNMATCH LOG NOT ENABLED (-1)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
NUM_RECORDS_NOT_MATCHED or RECUNMT
Num Records Processed attribute
Description
The number of records processed from this log since agent start (including ones that are not matches/events).
Type
Integer (32-bit counter)
Warehouse name
NUM_RECORDS_PROCESSED or RECPROC
Current File Position attribute
Description
The current position in bytes into the monitored file. Data up to this has been processed, after it has not. Not applicable to pipes.
Type
Integer (64-bit numeric property) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (-1)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
CURRENT_FILE_POSITION or OFFSET
Current File Size attribute
Description
The current size of the monitored file. Not applicable to pipes.
Type
Integer (64-bit counter) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • N/A (-1)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
CURRENT_FILE_SIZE or FILSIZE
Last Modification Time attribute
Description
The time when the monitored file was last written to. Not applicable to pipes.
Type
Timestamp with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NOT INITIALIZED (0)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
LAST_MODIFICATION_TIME or LASTMOD
Codepage attribute
Description
The language codepage of the monitored file.
Type
String
Warehouse name
CODEPAGE or CODEPG
Remote Host attribute: This attribute is a key attribute.
Description
The remote host name where the monitored file resides. The host name will be N/A if the row represents a local file.
Type
String
Warehouse name
REMOTE_HOST or REMHOST

LogfileEvents attribute group

Events matching configured formats in monitored log files.

Historical group
This attribute group is eligible for use with Tivoli Data Warehouse.
Attribute descriptions
The following list contains information about each attribute in the LogfileEvents attribute group:
Node attribute: This attribute is a key attribute.
Description
The managed system name of the agent.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
NODE
Timestamp attribute
Description
The local time at the agent when the data was collected.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
TIMESTAMP
Class attribute: This attribute is a key attribute.
Description
The Class name of the log file event, as defined in the configured format (.fmt) file.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CLASS or TECCLASS
Logname attribute: This attribute is a key attribute.
Description
The name of the log in which the matching record was found.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
LOGNAME
EIFEvent attribute
Description
The contents of the log file event in EIF format.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
EIFEVENT
msg attribute
Description
The contents of the msg slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
MSG
CustomSlot1 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT1 or CUSLOT1
CustomSlot2 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT2 or CUSLOT2
CustomSlot3 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT3 or CUSLOT3
CustomSlot4 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT4 or CUSLOT4
CustomSlot5 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT5 or CUSLOT5
CustomSlot6 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT6 or CUSLOT6
CustomSlot7 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT7 or CUSLOT7
CustomSlot8 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT8 or CUSLOT8
CustomSlot9 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT9 or CUSLOT9
CustomSlot10 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT10 or CUSLOT10
Occurrence Count attribute
Description
The number of times this event occurred over the current flood control summary interval.
Type
Integer (32-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Value Exceeds Maximum (2147483647)
  • Value Exceeds Minimum (-2147483648)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is derived: occurrenceCount().
Warehouse name
OCCURRENCE_COUNT or OCOUNT
Event Type attribute
Description
A flag indicating whether the current event is a flood control summary event.
Type
Integer (32-bit numeric property) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Event (0)
  • Summary Event (1)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is derived: isSummaryEvent().
Warehouse name
EVENT_TYPE or EVTYPE
CustomInteger1 attribute
Description
User-defined slot with integral type from the EIF event.
Type
Integer (64-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Value Exceeds Maximum (9223372036854775807)
  • Value Exceeds Minimum (-9223372036854775808)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMINTEGER1 or CUINT1
CustomInteger2 attribute
Description
User-defined slot with integral type from the EIF event.
Type
Integer (64-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Value Exceeds Maximum (9223372036854775807)
  • Value Exceeds Minimum (-9223372036854775808)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMINTEGER2 or CUINT2
CustomInteger3 attribute
Description
User-defined slot with integral type from the EIF event.
Type
Integer (64-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Value Exceeds Maximum (9223372036854775807)
  • Value Exceeds Minimum (-9223372036854775808)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMINTEGER3 or CUINT3
RemoteHost attribute
Description
Remote host on which the event originated if using ssh/remote; blank for local system
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
REMOTEHOST or REMHOST

LogfileProfileEvents attribute group

Events matching configured formats in monitored log files.

Historical group
This attribute group is eligible for use with Tivoli Data Warehouse.
Attribute descriptions
The following list contains information about each attribute in the LogfileProfileEvents attribute group:
Node attribute: This attribute is a key attribute.
Description
The managed system name of the agent.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
NODE
Timestamp attribute
Description
The local time at the agent when the data was collected.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
TIMESTAMP
Class attribute: This attribute is a key attribute.
Description
The Class name of the log file event, as defined in the configured format (.fmt) file.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CLASS or TECCLASS
Logname attribute: This attribute is a key attribute.
Description
The name of the log in which the matching record was found.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
LOGNAME
EIFEvent attribute
Description
The contents of the log file event in EIF format.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
EIFEVENT
msg attribute
Description
The contents of the msg slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
MSG
CustomSlot1 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT1 or CUSLOT1
CustomSlot2 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT2 or CUSLOT2
CustomSlot3 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT3 or CUSLOT3
CustomSlot4 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT4 or CUSLOT4
CustomSlot5 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT5 or CUSLOT5
CustomSlot6 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT6 or CUSLOT6
CustomSlot7 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT7 or CUSLOT7
CustomSlot8 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT8 or CUSLOT8
CustomSlot9 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT9 or CUSLOT9
CustomSlot10 attribute
Description
User-defined slot from the EIF event.
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMSLOT10 or CUSLOT10
Occurrence Count attribute
Description
The number of times this event occurred over the current flood control summary interval.
Type
Integer (32-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Value Exceeds Maximum (2147483647)
  • Value Exceeds Minimum (-2147483648)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is derived: occurrenceCount().
Warehouse name
OCCURRENCE_COUNT or OCOUNT
Event Type attribute
Description
A flag indicating whether the current event is a flood control summary event.
Type
Integer (32-bit numeric property) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Event (0)
  • Summary Event (1)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is derived: isSummaryEvent().
Warehouse name
EVENT_TYPE or EVTYPE
CustomInteger1 attribute
Description
User-defined slot with integral type from the EIF event.
Type
Integer (64-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Value Exceeds Maximum (9223372036854775807)
  • Value Exceeds Minimum (-9223372036854775808)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMINTEGER1 or CUINT1
CustomInteger2 attribute
Description
User-defined slot with integral type from the EIF event.
Type
Integer (64-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Value Exceeds Maximum (9223372036854775807)
  • Value Exceeds Minimum (-9223372036854775808)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMINTEGER2 or CUINT2
CustomInteger3 attribute
Description
User-defined slot with integral type from the EIF event.
Type
Integer (64-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • Value Exceeds Maximum (9223372036854775807)
  • Value Exceeds Minimum (-9223372036854775808)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Source
The source for this attribute is Log File Data.
Warehouse name
CUSTOMINTEGER3 or CUINT3
RemoteHost attribute
Description
Remote host on which the event originated if using ssh/remote; blank for local system
Type
String
Source
The source for this attribute is Log File Data.
Warehouse name
REMOTEHOST or REMHOST

Performance Object Status attribute group

The Performance Object Status attribute group contains information that reflects the status of other attribute groups so you can see the status of all of the performance objects that make up this application all at once. Each of these other performance attribute groups is represented by a row in this table (or other type of view). The status for an attribute group reflects the result of the last attempt to collect data for that attribute group, which allows you to see whether the agent is performing correctly. Unlike other attribute groups, the Performance Object Status attribute group does not reflect the state of the monitored application. This attribute group is most often used to determine why data is not available for one of the performance attribute groups.

Historical group
This attribute group is eligible for use with Tivoli Data Warehouse.
Attribute descriptions
The following list contains information about each attribute in the Performance Object Status attribute group:
Node attribute: This attribute is a key attribute.
Description
The managed system name of the agent.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
NODE
Timestamp attribute
Description
The local time at the agent when the data was collected.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
TIMESTAMP
Query Name attribute: This attribute is a key attribute.
Description
The name of the attribute group.
Type
String
Warehouse name
QUERY_NAME or ATTRGRP
Object Name attribute
Description
The name of the performance object.
Type
String
Warehouse name
OBJECT_NAME or OBJNAME
Object Type attribute
Description
The type of the performance object.
Type
Integer with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • WMI (0)
  • PERFMON (1)
  • WMI ASSOCIATION GROUP (2)
  • JMX (3)
  • SNMP (4)
  • SHELL COMMAND (5)
  • JOINED GROUPS (6)
  • CIMOM (7)
  • CUSTOM (8)
  • ROLLUP DATA (9)
  • WMI REMOTE DATA (10)
  • LOG FILE (11)
  • JDBC (12)
  • CONFIG DISCOVERY (13)
  • NT EVENT LOG (14)
  • FILTER (15)
  • SNMP EVENT (16)
  • PING (17)
  • DIRECTOR DATA (18)
  • DIRECTOR EVENT (19)
  • SSH REMOTE SHELL COMMAND (20)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
OBJECT_TYPE or OBJTYPE
Object Status attribute
Description
The status of the performance object.
Type
Integer with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • ACTIVE (0)
  • INACTIVE (1)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
OBJECT_STATUS or OBJSTTS
Error Code attribute
Description
The error code that is associated with the query.
Type
Integer with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO ERROR (0)
  • GENERAL ERROR (1)
  • OBJECT NOT FOUND (2)
  • COUNTER NOT FOUND (3)
  • NAMESPACE ERROR (4)
  • OBJECT CURRENTLY UNAVAILABLE (5)
  • COM LIBRARY INIT FAILURE (6)
  • SECURITY INIT FAILURE (7)
  • PROXY SECURITY FAILURE (9)
  • NO INSTANCES RETURNED (10)
  • ASSOCIATOR QUERY FAILED (11)
  • REFERENCE QUERY FAILED (12)
  • NO RESPONSE RECEIVED (13)
  • CANNOT FIND JOINED QUERY (14)
  • CANNOT FIND JOIN ATTRIBUTE IN QUERY 1 RESULTS (15)
  • CANNOT FIND JOIN ATTRIBUTE IN QUERY 2 RESULTS (16)
  • QUERY 1 NOT A SINGLETON (17)
  • QUERY 2 NOT A SINGLETON (18)
  • NO INSTANCES RETURNED IN QUERY 1 (19)
  • NO INSTANCES RETURNED IN QUERY 2 (20)
  • CANNOT FIND ROLLUP QUERY (21)
  • CANNOT FIND ROLLUP ATTRIBUTE (22)
  • FILE OFFLINE (23)
  • NO HOSTNAME (24)
  • MISSING LIBRARY (25)
  • ATTRIBUTE COUNT MISMATCH (26)
  • ATTRIBUTE NAME MISMATCH (27)
  • COMMON DATA PROVIDER NOT STARTED (28)
  • CALLBACK REGISTRATION ERROR (29)
  • MDL LOAD ERROR (30)
  • AUTHENTICATION FAILED (31)
  • CANNOT RESOLVE HOST NAME (32)
  • SUBNODE UNAVAILABLE (33)
  • SUBNODE NOT FOUND IN CONFIG (34)
  • ATTRIBUTE ERROR (35)
  • CLASSPATH ERROR (36)
  • CONNECTION FAILURE (37)
  • FILTER SYNTAX ERROR (38)
  • FILE NAME MISSING (39)
  • SQL QUERY ERROR (40)
  • SQL FILTER QUERY ERROR (41)
  • SQL DB QUERY ERROR (42)
  • SQL DB FILTER QUERY ERROR (43)
  • PORT OPEN FAILED (44)
  • ACCESS DENIED (45)
  • TIMEOUT (46)
  • NOT IMPLEMENTED (47)
  • REQUESTED A BAD VALUE (48)
  • RESPONSE TOO BIG (49)
  • GENERAL RESPONSE ERROR (50)
  • SCRIPT NONZERO RETURN (51)
  • SCRIPT NOT FOUND (52)
  • SCRIPT LAUNCH ERROR (53)
  • CONF FILE DOES NOT EXIST (54)
  • CONF FILE ACCESS DENIED (55)
  • INVALID CONF FILE (56)
  • EIF INITIALIZATION FAILED (57)
  • CANNOT OPEN FORMAT FILE (58)
  • FORMAT FILE SYNTAX ERROR (59)
  • REMOTE HOST UNAVAILABLE (60)
  • EVENT LOG DOES NOT EXIST (61)
  • PING FILE DOES NOT EXIST (62)
  • NO PING DEVICE FILES (63)
  • PING DEVICE LIST FILE MISSING (64)
  • SNMP MISSING PASSWORD (65)
  • DISABLED (66)
  • URLS FILE NOT FOUND (67)
  • XML PARSE ERROR (68)
  • NOT INITIALIZED (69)
  • ICMP SOCKETS FAILED (70)
  • DUPLICATE CONF FILE (71)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
ERROR_CODE or ERRCODE
Last Collection Start attribute
Description
The most recent time a data collection of this group started.
Type
Timestamp with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NOT COLLECTED (0691231190000000)
  • NOT COLLECTED (0000000000000001)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
LAST_COLLECTION_START or COLSTRT
Last Collection Finished attribute
Description
The most recent time a data collection of this group finished.
Type
Timestamp with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NOT COLLECTED (0691231190000000)
  • NOT COLLECTED (0000000000000001)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
LAST_COLLECTION_FINISHED or COLFINI
Last Collection Duration attribute
Description
The duration of the most recently completed data collection of this group in seconds.
Type
Real number (32-bit counter) with two decimal places of precision
Warehouse name
LAST_COLLECTION_DURATION or COLDURA
Average Collection Duration attribute
Description
The average duration of all data collections of this group in seconds.
Type
Real number (32-bit counter) with two decimal places of precision with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
AVERAGE_COLLECTION_DURATION or COLAVGD
Refresh Interval attribute
Description
The interval at which this group is refreshed in seconds.
Type
Integer (32-bit counter)
Warehouse name
REFRESH_INTERVAL or REFRINT
Number of Collections attribute
Description
The number of times this group has been collected since agent start.
Type
Integer (32-bit counter)
Warehouse name
NUMBER_OF_COLLECTIONS or NUMCOLL
Cache Hits attribute
Description
The number of times an external data request for this group was satisfied from the cache.
Type
Integer (32-bit counter)
Warehouse name
CACHE_HITS or CACHEHT
Cache Misses attribute
Description
The number of times an external data request for this group was not available in the cache.
Type
Integer (32-bit counter)
Warehouse name
CACHE_MISSES or CACHEMS
Cache Hit Percent attribute
Description
The percentage of external data requests for this group that were satisfied from the cache.
Type
Real number (32-bit counter) with two decimal places of precision
Warehouse name
CACHE_HIT_PERCENT or CACHPCT
Intervals Skipped attribute
Description
The number of times a background data collection for this group was skipped because the previous collection was still running when the next one was due to start.
Type
Integer (32-bit counter)
Warehouse name
INTERVALS_SKIPPED or INTSKIP

pro Performance Object Status attribute group

The Performance Object Status attribute group contains information that reflects the status of other attribute groups so you can see the status of all of the performance objects that make up this application all at once. Each of these other performance attribute groups is represented by a row in this table (or other type of view). The status for an attribute group reflects the result of the last attempt to collect data for that attribute group, which allows you to see whether the agent is performing correctly. Unlike other attribute groups, the Performance Object Status attribute group does not reflect the state of the monitored application. This attribute group is most often used to determine why data is not available for one of the performance attribute groups.

Historical group
This attribute group is eligible for use with Tivoli Data Warehouse.
Attribute descriptions
The following list contains information about each attribute in the pro Performance Object Status attribute group:
Node attribute: This attribute is a key attribute.
Description
The managed system name of the agent.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
NODE
Timestamp attribute
Description
The local time at the agent when the data was collected.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
TIMESTAMP
Query Name attribute: This attribute is a key attribute.
Description
The name of the attribute group.
Type
String
Warehouse name
QUERY_NAME or ATTRGRP
Object Name attribute
Description
The name of the performance object.
Type
String
Warehouse name
OBJECT_NAME or OBJNAME
Object Type attribute
Description
The type of the performance object.
Type
Integer with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • WMI (0)
  • PERFMON (1)
  • WMI ASSOCIATION GROUP (2)
  • JMX (3)
  • SNMP (4)
  • SHELL COMMAND (5)
  • JOINED GROUPS (6)
  • CIMOM (7)
  • CUSTOM (8)
  • ROLLUP DATA (9)
  • WMI REMOTE DATA (10)
  • LOG FILE (11)
  • JDBC (12)
  • CONFIG DISCOVERY (13)
  • NT EVENT LOG (14)
  • FILTER (15)
  • SNMP EVENT (16)
  • PING (17)
  • DIRECTOR DATA (18)
  • DIRECTOR EVENT (19)
  • SSH REMOTE SHELL COMMAND (20)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
OBJECT_TYPE or OBJTYPE
Object Status attribute
Description
The status of the performance object.
Type
Integer with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • ACTIVE (0)
  • INACTIVE (1)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
OBJECT_STATUS or OBJSTTS
Error Code attribute
Description
The error code that is associated with the query.
Type
Integer with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO ERROR (0)
  • GENERAL ERROR (1)
  • OBJECT NOT FOUND (2)
  • COUNTER NOT FOUND (3)
  • NAMESPACE ERROR (4)
  • OBJECT CURRENTLY UNAVAILABLE (5)
  • COM LIBRARY INIT FAILURE (6)
  • SECURITY INIT FAILURE (7)
  • PROXY SECURITY FAILURE (9)
  • NO INSTANCES RETURNED (10)
  • ASSOCIATOR QUERY FAILED (11)
  • REFERENCE QUERY FAILED (12)
  • NO RESPONSE RECEIVED (13)
  • CANNOT FIND JOINED QUERY (14)
  • CANNOT FIND JOIN ATTRIBUTE IN QUERY 1 RESULTS (15)
  • CANNOT FIND JOIN ATTRIBUTE IN QUERY 2 RESULTS (16)
  • QUERY 1 NOT A SINGLETON (17)
  • QUERY 2 NOT A SINGLETON (18)
  • NO INSTANCES RETURNED IN QUERY 1 (19)
  • NO INSTANCES RETURNED IN QUERY 2 (20)
  • CANNOT FIND ROLLUP QUERY (21)
  • CANNOT FIND ROLLUP ATTRIBUTE (22)
  • FILE OFFLINE (23)
  • NO HOSTNAME (24)
  • MISSING LIBRARY (25)
  • ATTRIBUTE COUNT MISMATCH (26)
  • ATTRIBUTE NAME MISMATCH (27)
  • COMMON DATA PROVIDER NOT STARTED (28)
  • CALLBACK REGISTRATION ERROR (29)
  • MDL LOAD ERROR (30)
  • AUTHENTICATION FAILED (31)
  • CANNOT RESOLVE HOST NAME (32)
  • SUBNODE UNAVAILABLE (33)
  • SUBNODE NOT FOUND IN CONFIG (34)
  • ATTRIBUTE ERROR (35)
  • CLASSPATH ERROR (36)
  • CONNECTION FAILURE (37)
  • FILTER SYNTAX ERROR (38)
  • FILE NAME MISSING (39)
  • SQL QUERY ERROR (40)
  • SQL FILTER QUERY ERROR (41)
  • SQL DB QUERY ERROR (42)
  • SQL DB FILTER QUERY ERROR (43)
  • PORT OPEN FAILED (44)
  • ACCESS DENIED (45)
  • TIMEOUT (46)
  • NOT IMPLEMENTED (47)
  • REQUESTED A BAD VALUE (48)
  • RESPONSE TOO BIG (49)
  • GENERAL RESPONSE ERROR (50)
  • SCRIPT NONZERO RETURN (51)
  • SCRIPT NOT FOUND (52)
  • SCRIPT LAUNCH ERROR (53)
  • CONF FILE DOES NOT EXIST (54)
  • CONF FILE ACCESS DENIED (55)
  • INVALID CONF FILE (56)
  • EIF INITIALIZATION FAILED (57)
  • CANNOT OPEN FORMAT FILE (58)
  • FORMAT FILE SYNTAX ERROR (59)
  • REMOTE HOST UNAVAILABLE (60)
  • EVENT LOG DOES NOT EXIST (61)
  • PING FILE DOES NOT EXIST (62)
  • NO PING DEVICE FILES (63)
  • PING DEVICE LIST FILE MISSING (64)
  • SNMP MISSING PASSWORD (65)
  • DISABLED (66)
  • URLS FILE NOT FOUND (67)
  • XML PARSE ERROR (68)
  • NOT INITIALIZED (69)
  • ICMP SOCKETS FAILED (70)
  • DUPLICATE CONF FILE (71)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
ERROR_CODE or ERRCODE
Last Collection Start attribute
Description
The most recent time a data collection of this group started.
Type
Timestamp with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NOT COLLECTED (0691231190000000)
  • NOT COLLECTED (0000000000000001)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
LAST_COLLECTION_START or COLSTRT
Last Collection Finished attribute
Description
The most recent time a data collection of this group finished.
Type
Timestamp with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NOT COLLECTED (0691231190000000)
  • NOT COLLECTED (0000000000000001)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
LAST_COLLECTION_FINISHED or COLFINI
Last Collection Duration attribute
Description
The duration of the most recently completed data collection of this group in seconds.
Type
Real number (32-bit counter) with two decimal places of precision
Warehouse name
LAST_COLLECTION_DURATION or COLDURA
Average Collection Duration attribute
Description
The average duration of all data collections of this group in seconds.
Type
Real number (32-bit counter) with two decimal places of precision with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
AVERAGE_COLLECTION_DURATION or COLAVGD
Refresh Interval attribute
Description
The interval at which this group is refreshed in seconds.
Type
Integer (32-bit counter)
Warehouse name
REFRESH_INTERVAL or REFRINT
Number of Collections attribute
Description
The number of times this group has been collected since agent start.
Type
Integer (32-bit counter)
Warehouse name
NUMBER_OF_COLLECTIONS or NUMCOLL
Cache Hits attribute
Description
The number of times an external data request for this group was satisfied from the cache.
Type
Integer (32-bit counter)
Warehouse name
CACHE_HITS or CACHEHT
Cache Misses attribute
Description
The number of times an external data request for this group was not available in the cache.
Type
Integer (32-bit counter)
Warehouse name
CACHE_MISSES or CACHEMS
Cache Hit Percent attribute
Description
The percentage of external data requests for this group that were satisfied from the cache.
Type
Real number (32-bit counter) with two decimal places of precision
Warehouse name
CACHE_HIT_PERCENT or CACHPCT
Intervals Skipped attribute
Description
The number of times a background data collection for this group was skipped because the previous collection was still running when the next one was due to start.
Type
Integer (32-bit counter)
Warehouse name
INTERVALS_SKIPPED or INTSKIP

Thread Pool Status attribute group

The Thread Pool Status attribute group contains information that reflects the status of the internal thread pool used to collect data asynchronously.

Historical group
This attribute group is eligible for use with Tivoli Data Warehouse.
Attribute descriptions
The following list contains information about each attribute in the Thread Pool Status attribute group:
Node attribute: This attribute is a key attribute.
Description
The managed system name of the agent.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
NODE
Timestamp attribute
Description
The local time at the agent when the data was collected.
Type
String
Source
The source for this attribute is the agent.
Warehouse name
TIMESTAMP
Thread Pool Size attribute
Description
The number of threads currently existing in the thread pool.
Type
Integer (32-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_SIZE or THPSIZE
Thread Pool Max Size attribute
Description
The maximum number of threads allowed to exist in the thread pool.
Type
Integer (32-bit numeric property) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_MAX_SIZE or TPMAXSZ
Thread Pool Active Threads attribute
Description
The number of threads in the thread pool currently active doing work.
Type
Integer (32-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_ACTIVE_THREADS or TPACTTH
Thread Pool Avg Active Threads attribute
Description
The average number of threads in the thread pool simultaneously active doing work.
Type
Real number (32-bit gauge) with two decimal places of precision with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_AVG_ACTIVE_THREADS or TPAVGAT
Thread Pool Min Active Threads attribute
Description
The smallest number of threads in the thread pool that have simultaneously been active doing work.
Type
Integer (32-bit counter) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_MIN_ACTIVE_THREADS or TPMINAT
Thread Pool Max Active Threads attribute
Description
The peak number of threads in the thread pool that have simultaneously been active doing work.
Type
Integer (32-bit counter) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_MAX_ACTIVE_THREADS or TPMAXAT
Thread Pool Queue Length attribute
Description
The number of jobs currently waiting in the thread pool queue.
Type
Integer (32-bit gauge) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_QUEUE_LENGTH or TPQLGTH
Thread Pool Avg Queue Length attribute
Description
The average length of the thread pool queue during this run.
Type
Real number (32-bit gauge) with two decimal places of precision with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_AVG_QUEUE_LENGTH or TPAVGQL
Thread Pool Min Queue Length attribute
Description
The minimum length the thread pool queue has reached.
Type
Integer (32-bit counter) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_MIN_QUEUE_LENGTH or TPMINQL
Thread Pool Max Queue Length attribute
Description
The peak length the thread pool queue has reached.
Type
Integer (32-bit counter) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_MAX_QUEUE_LENGTH or TPMAXQL
Thread Pool Avg Job Wait attribute
Description
The average time a job spends waiting on the thread pool queue in seconds.
Type
Real number (32-bit gauge) with two decimal places of precision with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_AVG_JOB_WAIT or TPAVJBW
Thread Pool Total Jobs attribute
Description
The number of jobs completed by all threads in the pool since agent start.
Type
Integer (32-bit counter) with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. The warehouse and queries return the values that are shown in parentheses. The following values are defined:
  • NO DATA (-1)
  • NO DATA (-100)
Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.
Warehouse name
THREAD_POOL_TOTAL_JOBS or TPTJOBS


Feedback