IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agentless OS Monitor User's Guides > Agentless Monitoring for Linux User's Guide > Attributes reference IBM Tivoli Monitoring, Version 6.3


Attributes in each attribute group

Attributes in each Agentless Monitor for Linux 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

Description, type, warehouse name (if applicable), and other information 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.


Parent topic:

Attributes reference


Disk attribute group

Data gathered from the hrStorageTable that has been filterd to present only Disk metrics.

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 Disk 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

Index attribute: This attribute is a key attribute.

Description

A unique value for each logical storage area contained by the host.

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 Filtered data - Index.

Warehouse name

INDEX or HRSTORINDX

Disk Type attribute

Description

The type of storage represented by this entry.

Type

String

Source

The source for this attribute is Filtered data - Disk_Type.

Warehouse name

DISK_TYPE or FSYSTYPE

Name attribute: This attribute is a key attribute.

Description

A description of the type and instance of the storage described by this entry.

Type

String

Source

The source for this attribute is Filtered data - Name.

Warehouse name

NAME or FSYSNAME

Block Size attribute

Description

The size, in bytes, of the data objects allocated from this pool. For example, If this entry is monitoring sectors, blocks, buffers, or packets, this number is usually greater than one. Otherwise, this number is typically one.

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 Filtered data - Block_Size.

Warehouse name

BLOCK_SIZE or FSYSBLKSIZ

Total Blocks attribute

Description

The size of the storage represented by this entry, in blocks. The size of a block is defined by the Block Size attribute.

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 Filtered data - Total_Blocks.

Warehouse name

TOTAL_BLOCKS or FSYSTOTBLK

Used Blocks attribute

Description

The amount of the storage represented by this entry that is allocated, in blocks. The size of a block is defined by the Block Size attribute.

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 Filtered data - Used_Blocks.

Warehouse name

USED_BLOCKS or FSYSUSEBLK

Disk Allocation Failures attribute

Description

The number of requests for storage represented by this entry that could not be honored due to not enough storage.

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:

  • 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 Filtered data - Disk_Allocation_Failures.

Warehouse name

DISK_ALLOCATION_FAILURES or FSYSFAIL

Free Blocks attribute

Description

The amount of the storage represented by this entry that is not allocated, in blocks. The size of a block is defined by the Block Size attribute.

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 derived: Total_Blocks - Used_Blocks.

Warehouse name

FREE_BLOCKS or FSYSFREBLK

Total Disk Space MB attribute

Description

The size of the storage represented by this entry, in units of MB.

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: Total_Blocks * (Block_Size / 1024) / 1024.

Warehouse name

TOTAL_DISK_SPACE_MB or FSYSTOTMB

Used Disk Space MB attribute

Description

The amount of the storage represented by this entry that is allocated, in units of MB.

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: Used_Blocks * (Block_Size / 1024) / 1024.

Warehouse name

USED_DISK_SPACE_MB or FSYSUSEMB

Available Disk Space MB attribute

Description

The amount of the storage represented by this entry that is not allocated, in units of MB.

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: Free_Blocks * (Block_Size / 1024) / 1024.

Warehouse name

AVAILABLE_DISK_SPACE_MB or FSYSFREMB

Percentage of Used Disk Space attribute

Description

The percentage of the total storage that is allocated.

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:

  • 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: (Used_Blocks / Total_Blocks) * 100.

Warehouse name

PERCENTAGE_OF_USED_DISK_SPACE or FSYSPCTUSE

Percentage of Available Disk Space attribute

Description

The percentage of the total storage that is available.

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:

  • 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: 100 - (Used_Blocks / Total_Blocks * 100).

Warehouse name

PERCENTAGE_OF_AVAILABLE_DISK_SPACE or FSYSPCTFRE


hrStorageTable attribute group

Data gathered from SNMP Object hrStorageTable.

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 hrStorageTable 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

Index attribute: This attribute is a key attribute.

Description

A unique value for each logical storage area contained by the host.

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 SNMP - 1.3.6.1.2.1.25.2.3.1.1.index value.

Warehouse name

INDEX or HRSTORINDX

Disk Type attribute

Description

The type of storage represented by this entry.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.25.2.3.1.2.index value.

Warehouse name

DISK_TYPE or FSYSTYPE

Name attribute: This attribute is a key attribute.

Description

A description of the type and instance of the storage described by this entry.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.25.2.3.1.3.index value.

Warehouse name

NAME or FSYSNAME

Block Size attribute

Description

The size, in bytes, of the data objects allocated from this pool. For example, if this entry is monitoring sectors, blocks, buffers, or packets, this number is usually greater than one. Otherwise, this number is typically one.

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 SNMP - 1.3.6.1.2.1.25.2.3.1.4.index value.

Warehouse name

BLOCK_SIZE or FSYSBLKSIZ

Total Blocks attribute

Description

The size of the storage represented by this entry, in blocks. The size of a block is defined by the Block Size attribute.

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 SNMP - 1.3.6.1.2.1.25.2.3.1.5.index value.

Warehouse name

TOTAL_BLOCKS or FSYSTOTBLK

Used Blocks attribute

Description

The amount of the storage represented by this entry that is allocated, in blocks. The size of a block is defined by the Block Size attribute.

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 SNMP - 1.3.6.1.2.1.25.2.3.1.6.index value.

Warehouse name

USED_BLOCKS or FSYSUSEBLK

Disk Allocation Failures attribute

Description

The number of requests for storage represented by this entry that could not be honored due to not enough storage.

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:

  • 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 SNMP - 1.3.6.1.2.1.25.2.3.1.7.index value.

Warehouse name

DISK_ALLOCATION_FAILURES or FSYSFAIL


LNX 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 LNX 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


Managed Systems attribute group

Managed Linux Systems

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 Managed Systems 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


Memory attribute group

Data gathered from SNMP Object hrStorageTable.

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 Memory 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

Index attribute: This attribute is a key attribute.

Description

A unique value for each logical storage area contained by the host.

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 Filtered data - Index.

Warehouse name

INDEX or MEMINDEX

Memory Type attribute

Description

The type of storage represented by this entry.

Type

String

Source

The source for this attribute is Filtered data - Disk_Type.

Warehouse name

MEMORY_TYPE or MEMTYPE

Description attribute: This attribute is a key attribute.

Description

A description of the type and instance of the storage described by this entry.

Type

String

Source

The source for this attribute is Filtered data - Name.

Warehouse name

DESCRIPTION or MEMDESCR

Block Size attribute

Description

The size, in bytes, of the data objects allocated from this pool. For example, if this entry is monitoring sectors, blocks, buffers, or packets, this number is usually greater than one. Otherwise, this number is typically one.

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 Filtered data - Block_Size.

Warehouse name

BLOCK_SIZE or MEMBLKSIZ

Total Memory Blocks attribute

Description

The size of the storage represented by this entry, in blocks. The size of a block is defined by the Block Size attribute.

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 Filtered data - Total_Blocks.

Warehouse name

TOTAL_MEMORY_BLOCKS or MEMTOTBLK

Used Memory Blocks attribute

Description

The amount of the storage represented by this entry that is allocated, in blocks. The size of a block is defined by the Block Size attribute.

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 Filtered data - Used_Blocks.

Warehouse name

USED_MEMORY_BLOCKS or MEMUSEBLK

Memory Allocation Failures attribute

Description

The number of requests for storage represented by this entry that could not be honored due to not enough storage.

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:

  • 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 Filtered data - Disk_Allocation_Failures.

Warehouse name

MEMORY_ALLOCATION_FAILURES or MEMFAIL

Free Memory Blocks attribute

Description

The amount of the storage represented by this entry that is not allocated, in blocks. The size of a block is defined by the Block Size attribute.

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: Total_Memory_Blocks - Used_Memory_Blocks.

Warehouse name

FREE_MEMORY_BLOCKS or MEMFREBLK

Total Memory MB attribute

Description

The size of the storage represented by this entry, in units of MB.

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: Total_Memory_Blocks * (Block_Size / 1024) / 1024.

Warehouse name

TOTAL_MEMORY_MB or MEMTOTMB

Used Memory MB attribute

Description

The amount of the storage represented by this entry that is allocated, in units of MB.

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: Used_Memory_Blocks * (Block_Size / 1024) / 1024.

Warehouse name

USED_MEMORY_MB or MEMUSEMB

Available Memory MB attribute

Description

The amount of the storage represented by this entry that is not allocated, in units of MB.

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: Free_Memory_Blocks * (Block_Size / 1024) / 1024.

Warehouse name

AVAILABLE_MEMORY_MB or MEMFREMB

Percentage of Used Memory attribute

Description

The percentage of the total storage that is allocated.

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:

  • 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: (Used_Memory_Blocks / Total_Memory_Blocks) * 100.

Warehouse name

PERCENTAGE_OF_USED_MEMORY or MEMPCTUSE

Percentage of Available Memory attribute

Description

The percentage of the total storage that is available.

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:

  • 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: 100 - (Used_Memory_Blocks / Total_Memory_Blocks * 100).

Warehouse name

PERCENTAGE_OF_AVAILABLE_MEMORY or MEMPCTFRE


Network attribute group

Data gathered from SNMP Object ifTable.

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 Network 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

Index attribute: This attribute is a key attribute.

Description

A unique value for each interface. The value ranges between 1 and the value of ifNumber. The value for each interface must remain constant from one re-initialization of the network management system for the entity to the next re-initialization.

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 SNMP - 1.3.6.1.2.1.2.2.1.1.index value.

Warehouse name

INDEX or IFINDEX

Description attribute: This attribute is a key attribute.

Description

A textual string containing information about the interface. This string must include the name of the manufacturer, the product name, and the version of the interface hardware or software.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.2.2.1.2.index value.

Warehouse name

DESCRIPTION or IFDESCR

Type attribute

Description

The type of interface. Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA), through updating the syntax of the IANAifType textual convention.

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:

  • other (1)

  • regular1822 (2)

  • hdh1822 (3)

  • ddnX25 (4)

  • rfc877x25 (5)

  • ethernet (6)

  • ethernet (7)

  • iso88024TokenBus (8)

  • iso88025TokenRing (9)

  • iso88026Man (10)

  • ethernet (11)

  • proteon10Mbit (12)

  • proteon80Mbit (13)

  • hyperchannel (14)

  • fddi (15)

  • lapb (16)

  • sdlc (17)

  • ds1 (18)

  • e1 (19)

  • basicISDN (20)

  • primaryISDN (21)

  • Proprietary PointToPoint Serial (22)

  • ppp (23)

  • softwareLoopback (24)

  • eon (25)

  • ethernet3Mbit (26)

  • nsip (27)

  • slip (28)

  • ultra (29)

  • ds3 (30)

  • sip (31)

  • frameRelay (32)

  • rs232 (33)

  • parallel-port (34)

  • arcnet (35)

  • arcnetPlus (36)

  • atm (37)

  • miox25 (38)

  • sonet (39)

  • x25ple (40)

  • iso88022llc (41)

  • localTalk (42)

  • smdsDxi (43)

  • frameRelayService (44)

  • v35 (45)

  • hssi (46)

  • hippi (47)

  • modem (48)

  • aal5 (49)

  • sonetPath (50)

  • sonetVT (51)

  • smdsIcip (52)

  • Proprietary Virtual (53)

  • proprietary Multiplexor (54)

  • 100BaseVG (55)

  • fibreChannel (56)

  • HIPPI Interface (57)

  • Frame Relay Interconnect (58)

  • ATM Emulated LAN for 802.3 (59)

  • ATM Emulated LAN for 802.5 (60)

  • ATM Emulated circuit (61)

  • ethernet (62)

  • ISDN and X.25 (63)

  • CCITT V.11/X.21 (64)

  • CCITT V.36 (65)

  • CCITT G703 at 64Kbps (66)

  • g703at2mb (67)

  • SNA QLLC (68)

  • ethernet (69)

  • radio spread spectrum (71)

  • IBM System 360/370 OEMI Channel (72)

  • IBM Enterprise Systems Connection (73)

  • Data Link Switching (74)

  • ISDN S/T interface (75)

  • ISDN U interface (76)

  • Link Access Protocol D (77)

  • IP Switching Objects (78)

  • Remote Source Route Bridging (79)

  • ATM Logical Port (80)

  • Digital Signal Level 0 (81)

  • group of ds0s on the same ds1 (82)

  • Bisynchronous Protocol (83)

  • Asynchronous Protocol (84)

  • Combat Net Radio (85)

  • ISO 802.5r DTR (86)

  • Ext Pos Loc Report Sys (87)

  • Appletalk Remote Access Protocol (88)

  • Proprietary Connectionless Protocol (89)

  • CCITT-ITU X.29 PAD Protocol (90)

  • CCITT-ITU X.3 PAD Facility (91)

  • Multiproto Interconnect over FR (92)

  • CCITT-ITU X213 (93)

  • Asymmetric Digital Subscriber Loop (94)

  • Rate-Adapt. Digital Subscriber Loop (95)

  • Symmetric Digital Subscriber Loop (96)

  • Very H-Speed Digital Subscrib. Loop (97)

  • ISO 802.5 CRFP (98)

  • Myricom Myrinet (99)

  • voice recEive and transMit (100)

  • voice Foreign Exchange Office (101)

  • voice Foreign Exchange Station (102)

  • voice encapsulation (103)

  • voice over IP encapsulation (104)

  • ATM DXI (105)

  • ATM FUNI (106)

  • ATM IMA (107)

  • PPP Multilink Bundle (108)

  • IBM ipOverCdlc (109)

  • IBM Common Link Access to Workstn (110)

  • IBM stackToStack (111)

  • IBM VIPA (112)

  • IBM multi-protocol channel support (113)

  • IBM ipOverAtm (114)

  • ISO 802.5j Fiber Token Ring (115)

  • IBM twinaxial data link control (116)

  • ethernet (117)

  • HDLC (118)

  • LAP F (119)

  • V.37 (120)

  • X.25 Multi-Link Protocol (121)

  • X25 Hunt Group (122)

  • Transp HDLC (123)

  • Interleave channel (124)

  • Fast channel (125)

  • IP (for APPN HPR in IP networks) (126)

  • CATV Mac Layer (127)

  • CATV Downstream interface (128)

  • CATV Upstream interface (129)

  • Avalon Parallel Processor (130)

  • tunnel encapsulation interface (131)

  • coffee pot (132)

  • Circuit Emulation Service (133)

  • ATM Sub Interface (134)

  • Layer 2 Virtual LAN using 802.1Q (135)

  • Layer 3 Virtual LAN using IP (136)

  • Layer 3 Virtual LAN using IPX (137)

  • IP over Power Lines (138)

  • Multimedia Mail over IP (139)

  • Dynamic syncronous Transfer Mode (140)

  • Data Communications Network (141)

  • IP Forwarding Interface (142)

  • Multi-rate Symmetric DSL (143)

  • IEEE1394 High Performance Serial Bus (144)

  • HIPPI-6400 (145)

  • DVB-RCC MAC Layer (146)

  • DVB-RCC Downstream Channel (147)

  • DVB-RCC Upstream Channel (148)

  • ATM Virtual Interface (149)

  • MPLS Tunnel Virtual Interface (150)

  • Spatial Reuse Protocol (151)

  • Voice Over ATM (152)

  • Voice Over Frame Relay (153)

  • Digital Subscriber Loop over ISDN (154)

  • Avici Composite Link Interface (155)

  • SS7 Signaling Link (156)

  • Prop. P2P wireless interface (157)

  • Frame Forward Interface (158)

  • Multiprotocol over ATM AAL5 (159)

  • USB Interface (160)

  • IEEE 802.3ad Link Aggregate (161)

  • BGP Policy Accounting (162)

  • FRF .16 Multilink Frame Relay (163)

  • H323 Gatekeeper (164)

  • H323 Voice and Video Proxy (165)

  • MPLS (166)

  • Multi-frequency signaling link (167)

  • High Bit-Rate DSL - 2nd generation (168)

  • Multirate High Bit-Rate DSL - 2nd generation (169)

  • Facility Data Link 4Kbps on a DS1 (170)

  • Packet over SONET/SDH Interface (171)

  • DVB-ASI Input (172)

  • DVB-ASI Output (173)

  • Power Line Communtications (174)

  • Non Facility Associated Signaling (175)

  • TR008 (176)

  • Remote Digital Terminal (177)

  • Integrated Digital Terminal (178)

  • ISUP (179)

  • Cisco proprietary Maclayer (180)

  • Cisco proprietary Downstream (181)

  • Cisco proprietary Upstream (182)

  • HIPERLAN Type 2 Radio Interface (183)

  • propBWAp2Mp (184)

  • SONET Overhead Channel (185)

  • Digital Wrapper (186)

  • ATM adaptation layer 2 (187)

  • MAC layer over radio links (188)

  • ATM over radio links (189)

  • Inter Machine Trunks (190)

  • Multiple Virtual Lines DSL (191)

  • Long Reach DSL (192)

  • Frame Relay DLCI End Point (193)

  • ATM VCI End Point (194)

  • Optical Channel (195)

  • Optical Transport (196)

  • Proprietary ATM (197)

  • Voice Over Cable Interface (198)

  • Infiniband (199)

  • TE Link (200)

  • Q.2931 (201)

  • Virtual Trunk Group (202)

  • SIP Trunk Group (203)

  • SIP Signaling (204)

  • CATV Upstream Channel (205)

  • Acorn Econet (206)

  • FSAN 155Mb Symetrical PON interface (207)

  • FSAN622Mb Symetrical PON interface (208)

  • Transparent bridge interface (209)

  • Interface common to multiple lines (210)

  • voice E and M Feature Group D (211)

  • voice FGD Exchange Access North American (212)

  • voice Direct Inward Dialing (213)

  • MPEG transport interface (214)

  • 6to4 interface (215)

  • GTP (GPRS Tunneling Protocol) (216)

  • Paradyne EtherLoop 1 (217)

  • Paradyne EtherLoop 2 (218)

  • Optical Channel Group (219)

  • HomePNA ITU-T G.989 (220)

  • Generic Framing Procedure (GFP) (221)

  • Layer 2 Virtual LAN using Cisco ISL (222)

  • Acteleis proprietary MetaLOOP High Speed Link (223)

  • FCIP Link (224)

  • Resilient Packet Ring Interface Type (225)

  • RF Qam Interface (226)

  • Link Management Protocol (227)

  • Cambridge Broadband Networks Limited VectaStar (228)

  • CATV Modular CMTS Downstream Interface (229)

  • Asymmetric Digital Subscriber Loop Version 2 (230)

  • MACSecControlled (231)

  • MACSecUncontrolled (232)

  • Avici Optical Ethernet Aggregate (233)

  • atmbond (234)

  • voice FGD Operator Services (235)

  • MultiMedia over Coax Alliance (MoCA) Interface (236)

  • IEEE 802.16 WMAN interface (237)

  • Asymmetric Digital Subscriber Loop Version 2 (238)

  • DVB-RCS MAC Layer (239)

  • DVB Satellite TDM (240)

  • DVB-RCS TDMA (241)

  • LAPS based on ITU-T X.86/Y.1323 (242)

  • 3GPP WWAN (243)

  • 3GPP2 WWAN (244)

Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.2.2.1.3.index value.

Warehouse name

TYPE or IFTYPE

MTU attribute

Description

The size of the largest packet that can be sent or received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.

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 SNMP - 1.3.6.1.2.1.2.2.1.4.index value.

Warehouse name

MTU or IFMTU

Speed bps attribute

Description

An estimate of the current bandwidth for the interface in bits per second.

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 SNMP - 1.3.6.1.2.1.2.2.1.5.index value.

Warehouse name

SPEED_BPS or IFSPEED

MAC Address attribute

Description

The interface address at the protocol layer immediately below the network layer in the protocol stack. For interfaces that do not have such an address (for example, a serial line), this object must contain an octet string of zero length.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.2.2.1.6.index value.

Warehouse name

MAC_ADDRESS or IFMACADDR

Administrative Status attribute

Description

The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with Administrative Status in the down(2) state.

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:

  • up (1)

  • down (2)

  • testing (3)

Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.2.2.1.7.index value.

Warehouse name

ADMINISTRATIVE_STATUS or IFADMNSTAT

Operational Status attribute

Description

The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed.

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:

  • up (1)

  • down (2)

  • testing (3)

  • unknown (4)

  • dormant (5)

  • notPresent (6)

  • lowerLayerDown (7)

Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.2.2.1.8.index value.

Warehouse name

OPERATIONAL_STATUS or IFOPERSTAT

Bytes In per sec attribute

Description

The total number of octets received on the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system.

Type

DEFAULT(2) 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 SNMP - 1.3.6.1.2.1.2.2.1.10.index value.

Warehouse name

BYTES_IN_PER_SEC or IFINOCTETS

Inbound Discarded Packets attribute

Description

The number of inbound packets that were chosen to be discarded though no errors had been detected to prevent them from being deliverable to a higher-layer protocol. One possible reason for discarding such a packet might be to free buffer space.

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:

  • 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 SNMP - 1.3.6.1.2.1.2.2.1.13.index value.

Warehouse name

INBOUND_DISCARDED_PACKETS or IFINDISCAR

Inbound Packet Errors attribute

Description

The number of inbound packets or transmission units that contained errors preventing them from being deliverable to a higher-layer protocol.

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:

  • 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 SNMP - 1.3.6.1.2.1.2.2.1.14.index value.

Warehouse name

INBOUND_PACKET_ERRORS or IFINERRORS

Inbound Protocol Errors attribute

Description

The number of packets or transmission units received through the interface that were discarded because of an unknown or unsupported protocol.

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:

  • 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 SNMP - 1.3.6.1.2.1.2.2.1.15.index value.

Warehouse name

INBOUND_PROTOCOL_ERRORS or IFINUNKNOW

Bytes Out per sec attribute

Description

The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system.

Type

DEFAULT(2) 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 SNMP - 1.3.6.1.2.1.2.2.1.16.index value.

Warehouse name

BYTES_OUT_PER_SEC or IFOUTOCTET

Outbound Discarded Packets attribute

Description

The number of outbound packets that were chosen to be discarded though no errors had been detected to prevent them from being transmitted. One possible reason for discarding such a packet might be to free buffer space.

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:

  • 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 SNMP - 1.3.6.1.2.1.2.2.1.19.index value.

Warehouse name

OUTBOUND_DISCARDED_PACKETS or IFOUTDISCA

Outbound Packet Errors attribute

Description

For packet-oriented interfaces, the number of outbound packets that cannot be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that cannot be transmitted because of errors.

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:

  • 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 SNMP - 1.3.6.1.2.1.2.2.1.20.index value.

Warehouse name

OUTBOUND_PACKET_ERRORS or IFOUTERROR


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


Processes attribute group

Data gathered from SNMP Object hrSWRunTable.

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 Processes 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

Index attribute: This attribute is a key attribute.

Description

A unique value for each piece of software running on the host. Wherever possible, this value must be the native, unique identification number for the system.

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 SNMP - 1.3.6.1.2.1.25.4.2.1.1.index value.

Warehouse name

INDEX or PROCINDX

Command attribute: This attribute is a key attribute.

Description

A textual description of this running piece of software, including the manufacturer, revision, and name by which it is commonly known.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.25.4.2.1.2.index value.

Warehouse name

COMMAND or PROCCMD

Process Path attribute

Description

A description of the location on long-term storage (for example, a disk drive) from which this software was loaded.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.25.4.2.1.4.index value.

Warehouse name

PROCESS_PATH or PROCPATH

Process Parameters attribute

Description

A description of the parameters supplied to this software when it was initially loaded.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.25.4.2.1.5.index value.

Warehouse name

PROCESS_PARAMETERS or PROCPARMS

Process Type attribute

Description

The type of this software.

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:

  • unknown (1)

  • operatingSystem (2)

  • deviceDriver (3)

  • application (4)

Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.25.4.2.1.6.index value.

Warehouse name

PROCESS_TYPE or PROCTYPE

Status attribute

Description

The status of this running piece of software. Setting this value to invalid(4) shall cause this software to stop running and to be unloaded. Sets to other values are not valid.

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:

  • running (1)

  • runnable (2)

  • notRunnable (3)

  • invalid (4)

Any other value is the value that is returned by the agent in the Tivoli Enterprise Portal.

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.25.4.2.1.7.index value.

Warehouse name

STATUS or PROCSTATUS

Cumulative CPU Time attribute

Description

The number of seconds of the CPU resources for total system consumed by this process. On a multi-processor system, this value can increment by more than one second in one second of real (wall clock) time.

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:

  • 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 SNMP - 1.3.6.1.2.1.25.5.1.1.1.index value.

Warehouse name

CUMULATIVE_CPU_TIME or PROCCPUTIM

Memory Utilization KB attribute

Description

The total amount of real system memory allocated to this process.

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:

  • 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 SNMP - 1.3.6.1.2.1.25.5.1.1.2.index value.

Warehouse name

MEMORY_UTILIZATION_KB or PROCMEMUTL


Processor attribute group

Data gathered from SNMP Object UCDSystemStats.

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 Processor 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

User CPU attribute

Description

The number of ticks (typically 1/100s) spent processing user-level code since the last polling interval.

Type

Integer (difference between successive values) 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 SNMP - 1.3.6.1.4.1.2021.11.50.0.

Warehouse name

USER_CPU or CPUUSRTIME

System CPU attribute

Description

The number of ticks (typically 1/100s) spent processing system-level code since the last polling interval.

Type

Integer (difference between successive values) 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 SNMP - 1.3.6.1.4.1.2021.11.52.0.

Warehouse name

SYSTEM_CPU or CPUSYSTIME

Idle CPU attribute

Description

The number of ticks (typically 1/100s) spent idle since the last polling interval.

Type

Integer (difference between successive values) 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 SNMP - 1.3.6.1.4.1.2021.11.53.0.

Warehouse name

IDLE_CPU or CPUIDLTIME

Nice CPU attribute

Description

The number of ticks (typically 1/100s) spent processing reduced-priority code since the last polling interval.

Type

Integer (difference between successive values) 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 SNMP - 1.3.6.1.4.1.2021.11.51.0.

Warehouse name

NICE_CPU or CPUNICTIME

Total CPU attribute

Description

Average time in ticks spent by all processors in all modes since the last polling 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: User_CPU + System_CPU + Idle_CPU + Nice_CPU.

Warehouse name

TOTAL_CPU or CPUTOTTIME

CPU Used Pct attribute

Description

The average amount of time that the CPU was in use since the last polling interval.

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:

  • 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: ((User_CPU+System_CPU+Nice_CPU) / Total_CPU) * 100.

Warehouse name

CPU_USED_PCT or CPUUTILPCT

CPU Idle Pct attribute

Description

The average amount of time that the CPU was idle since the last polling interval.

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:

  • 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: 100 - ((User_CPU+System_CPU+Nice_CPU) / Total_CPU * 100).

Warehouse name

CPU_IDLE_PCT or CPUIDLEPCT


System attribute group

Data gathered from SNMP Object hrSystem.

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 System 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

System Name attribute

Description

An administratively-assigned name for this managed node. By convention, this is the fully qualified domain name for the node.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.1.5.0.

Warehouse name

SYSTEM_NAME or SYSNAME

System upTime attribute

Description

The time (in hundredths of a second) since the network management portion of the system was last re-initialized.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.1.3.0.

Warehouse name

SYSTEM_UPTIME or SYSUPTIME

Current User Logins attribute

Description

The number of user sessions for which this host is storing state information. A session is a collection of processes requiring a single act of user authentication and might be subject to collective job control.

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 SNMP - 1.3.6.1.2.1.25.1.5.0.

Warehouse name

CURRENT_USER_LOGINS or SYSACTVUSR

Maximum Allowed Processes attribute

Description

The maximum number of process contexts that this system can support. If there is no fixed maximum, the value must be zero. On systems that have a fixed maximum, this object can help diagnose failures that occur when this maximum is reached.

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 SNMP - 1.3.6.1.2.1.25.1.7.0.

Warehouse name

MAXIMUM_ALLOWED_PROCESSES or SYSMAXPROC

Total Running Processes attribute

Description

The number of process contexts that are currently loaded or running on this system.

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 SNMP - 1.3.6.1.2.1.25.1.6.0.

Warehouse name

TOTAL_RUNNING_PROCESSES or SYSRUNPROC

Allowed Processes Pct attribute

Description

The percentage of current to maximum process contexts that this system allows.

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: Total_Running_Processes % Maximum_Allowed_Processes.

Warehouse name

ALLOWED_PROCESSES_PCT or SYSPROCPCT

Description attribute

Description

Description

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.1.1.0.

Warehouse name

DESCRIPTION or SYSDESCR

System Contact attribute

Description

The textual identification of the contact person for this managed node, and information on how to contact this person.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.1.4.0.

Warehouse name

SYSTEM_CONTACT or SYSCONTACT

System Location attribute

Description

The physical location of this node (for example, telephone closet, 3rd floor).

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.1.6.0.

Warehouse name

SYSTEM_LOCATION or SYSLOCATN

System Date attribute

Description

The local date and time of day from the host.

Type

String

Source

The source for this attribute is SNMP - 1.3.6.1.2.1.25.1.2.0.

Warehouse name

SYSTEM_DATE or SYSDATE


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


Total Virtual MB attribute group

A Summary report that combines the data for total physical and swap MBs on the system.

Historical group

This attribute group is not eligible for use with Tivoli Data Warehouse.

Attribute descriptions

The following list contains information about each attribute in the Total Virtual MB 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.

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.

Total attribute

Description

The total number of physical and swap memory, in MBs, defined on the system.

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 WMI - nulltotal.


Used Virtual MB attribute group

A Summary report that combines the data for used physical and swap MBs on the system.

Historical group

This attribute group is not eligible for use with Tivoli Data Warehouse.

Attribute descriptions

The following list contains information about each attribute in the Used Virtual MB 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.

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.

Total attribute

Description

The number of used physical and swap memory, in MBs, defined on the system.

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 WMI - nulltotal.


Virtual Memory attribute group

A join table to derive the virtual memory on the system.

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 Virtual Memory 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

Sum Total MB attribute

Description

The total number of physical and swap memory, in MBs, defined on the system.

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 Join - Total.

Warehouse name

SUM_TOTAL_MB or SUM_TOTAL_

Sum Used MB attribute

Description

The number of used physical and swap memory, in MBs, defined on the system.

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 Join - Total.

Warehouse name

SUM_USED_MB or SUM_USED_B

Sum Free MB attribute

Description

The number of free physical and swap memory blocks defined on the system.

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: Sum_Total_MB - Sum_Used_MB.

Warehouse name

SUM_FREE_MB or SFM

Percentage of Used Virtual Memory attribute

Description

The percentage of the total virtual memory that is allocated.

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:

  • 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: (Sum_Used_MB / Sum_Total_MB) * 100.

Warehouse name

PERCENTAGE_OF_USED_VIRTUAL_MEMORY or VRTPCTUSE

Percentage of Available Virtual Memory attribute

Description

The percentage of the total virtual memory that is available.

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:

  • 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: 100 - ((Sum_Used_MB / Sum_Total_MB) * 100).

Warehouse name

PERCENTAGE_OF_AVAILABLE_VIRTUAL_MEMORY or VRTPCTFRE


+

Search Tips   |   Advanced Search