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


Attributes in each attribute group

Attributes in each Agentless Monitor for HP-UX 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 SNMP Object fileSystemTable.

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

File System ID1 attribute: This attribute is a key attribute.

Description

First file system ID.

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.4.1.11.2.3.1.2.2.1.1.index value.

Warehouse name

FILE_SYSTEM_ID1 or FSYSINDX1

File System ID2 attribute: This attribute is a key attribute.

Description

Second file system ID.

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.4.1.11.2.3.1.2.2.1.2.index value.

Warehouse name

FILE_SYSTEM_ID2 or FSYSINDX2

File System Name attribute: This attribute is a key attribute.

Description

Name of mounted file system.

Type

String

Source

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

Warehouse name

FILE_SYSTEM_NAME or FSYSNAME

Total Blocks attribute

Description

Total blocks in file system.

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.4.1.11.2.3.1.2.2.1.4.index value.

Warehouse name

TOTAL_BLOCKS or FSYSTOTBLK

Free Blocks attribute

Description

Free blocks in file system.

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.4.1.11.2.3.1.2.2.1.5.index value.

Warehouse name

FREE_BLOCKS or FSYSFREBLK

Block Size attribute

Description

Fundamental file system block size.

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.4.1.11.2.3.1.2.2.1.7.index value.

Warehouse name

BLOCK_SIZE or FSYSBLKSIZ

Total Disk Space MB attribute

Description

File system size in 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

Available Disk Space MB attribute

Description

Free file system size in 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

Used Disk Space MB attribute

Description

Used file system size in 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_Disk_Space_MB - Available_Disk_Space_MB.

Warehouse name

USED_DISK_SPACE_MB or FSYSUSEMB

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

Warehouse name

PERCENTAGE_OF_AVAILABLE_DISK_SPACE or FSYSPCTFRE

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

Warehouse name

PERCENTAGE_OF_USED_DISK_SPACE or FSYSPCTUSE

Mount Point attribute

Description

The path name of the root of this file system.

Type

String

Source

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

Warehouse name

MOUNT_POINT or FSYSMOUNT


HP 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 HP 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 HP 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 computerSystem.

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

Available Physical Memory KB attribute

Description

Free memory in KB.

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.4.1.11.2.3.1.1.7.0.

Warehouse name

AVAILABLE_PHYSICAL_MEMORY_KB or PMEMFREKB

Total Physical Memory KB attribute

Description

Physical memory in KB.

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.4.1.11.2.3.1.1.8.0.

Warehouse name

TOTAL_PHYSICAL_MEMORY_KB or PMEMTOTKB

Used Physical Memory KB attribute

Description

Used memory in KB

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_Physical_Memory_KB - Available_Physical_Memory_KB.

Warehouse name

USED_PHYSICAL_MEMORY_KB or PMEMUSEKB

Total Physical Memory MB attribute

Description

Physical memory in 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_Physical_Memory_KB / 1024.

Warehouse name

TOTAL_PHYSICAL_MEMORY_MB or PMEMTOTMB

Used Physical Memory MB attribute

Description

Used Memory in 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_Physical_Memory_KB / 1024.

Warehouse name

USED_PHYSICAL_MEMORY_MB or PMEMUSEMB

Available Physical Memory MB attribute

Description

Free memory in 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: Available_Physical_Memory_KB / 1024.

Warehouse name

AVAILABLE_PHYSICAL_MEMORY_MB or PMEMFREMB

% Used Physical Memory attribute

Description

Percentage of memory in use.

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_Physical_Memory_KB / Total_Physical_Memory_KB) * 100.

Warehouse name

USED_PHYSICAL_MEMORY_PCT or PMEMPCTUSE

% Available Physical Memory attribute

Description

Percentage of memory currently free.

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_Physical_Memory_KB / Total_Physical_Memory_KB * 100).

Warehouse name

AVAILABLE_PHYSICAL_MEMORY_PCT or PMEMPCTFRE

Total Swap Space KB attribute

Description

Swap space configured in KB.

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.4.1.11.2.3.1.1.10.0.

Warehouse name

TOTAL_SWAP_SPACE_KB or SWAPTOTKB

Available Swap Space KB attribute

Description

Currently free swap space in KB.

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.4.1.11.2.3.1.1.12.0.

Warehouse name

AVAILABLE_SWAP_SPACE_KB or SWAPFREKB

Used Swap Space KB attribute

Description

Currently used swap space in KB.

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_Swap_Space_KB - Available_Swap_Space_KB.

Warehouse name

USED_SWAP_SPACE_KB or SWAPUSEKB

Total Swap Space MB attribute

Description

Swap space configured in 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_Swap_Space_KB / 1024.

Warehouse name

TOTAL_SWAP_SPACE_MB or SWAPTOTMB

Available Swap Space MB attribute

Description

Currently free swap space in 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: Available_Swap_Space_KB / 1024.

Warehouse name

AVAILABLE_SWAP_SPACE_MB or SWAPFREMB

Used Swap Space MB attribute

Description

Currently used swap space in 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_Swap_Space_KB / 1024.

Warehouse name

USED_SWAP_SPACE_MB or SWAPUSEMB

% Available Swap Space attribute

Description

Percentage of swap space currently free.

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: (Available_Swap_Space_KB / Total_Swap_Space_KB) * 100.

Warehouse name

AVAILABLE_SWAP_SPACE_PCT or SWAPPCTFRE

% Used Swap Space attribute

Description

Percentage of swap space in use.

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 - (Available_Swap_Space_KB / Total_Swap_Space_KB * 100).

Warehouse name

USED_SWAP_SPACE_PCT or SWAPPCTUSE

Total Virtual Memory KB attribute

Description

Sum of total physical memory and configured swap memory, in KB.

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_Physical_Memory_KB + Total_Swap_Space_KB.

Warehouse name

TOTAL_VIRTUAL_MEMORY_KB or VMEMTOTKB

Available Virtual Memory KB attribute

Description

Sum of free physical memory and free swap memory, in KB.

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: Available_Swap_Space_KB + Available_Physical_Memory_KB.

Warehouse name

AVAILABLE_VIRTUAL_MEMORY_KB or VMEMFREKB

Used Virtual Memory KB attribute

Description

Difference between free virtual memory and total virtual memory, in KB.

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_Virtual_Memory_KB - Available_Virtual_Memory_KB.

Warehouse name

USED_VIRTUAL_MEMORY_KB or VMEMUSEKB

Total Virtual Memory MB attribute

Description

Sum of total physical memory and configured swap memory, in 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_Virtual_Memory_KB / 1024.

Warehouse name

TOTAL_VIRTUAL_MEMORY_MB or VMEMTOTMB

Used Virtual Memory MB attribute

Description

Difference between free virtual memory and total virtual memory, in 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_Virtual_Memory_KB / 1024.

Warehouse name

USED_VIRTUAL_MEMORY_MB or VMEMUSEMB

Available Virtual Memory MB attribute

Description

Sum of free physical memory and free swap memory, in 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: Available_Virtual_Memory_KB / 1024.

Warehouse name

AVAILABLE_VIRTUAL_MEMORY_MB or VMEMFREMB

% Available Virtual Memory attribute

Description

Percentage of virtual memory currently free.

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: (Available_Virtual_Memory_KB / Total_Virtual_Memory_KB) * 100.

Warehouse name

AVAILABLE_VIRTUAL_MEMORY_PCT or VMEMPCTFRE

% Used Virtual Memory attribute

Description

Percentage of virtual memory in use.

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 - (Available_Virtual_Memory_KB / Total_Virtual_Memory_KB * 100).

Warehouse name

USED_VIRTUAL_MEMORY_PCT or VMEMPCTUSE


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 processTable.

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

Process ID attribute: This attribute is a key attribute.

Description

The process ID (pid).

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.4.1.11.2.3.1.4.2.1.1.index value.

Warehouse name

PROCESS_ID or PROCPID

Parent Process ID attribute

Description

Parent process ID.

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.4.1.11.2.3.1.4.2.1.4.index value.

Warehouse name

PARENT_PROCESS_ID or PROCPPID

Memory Address attribute

Description

Address of process (in memory).

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.4.1.11.2.3.1.4.2.1.13.index value.

Warehouse name

MEMORY_ADDRESS or PROCMEMADR

Status attribute

Description

The process status. For SunOS: sleep(1), wait(2), run(3), idle (4), zombie(5), stop(6)

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:

  • sleep (1)

  • run (2)

  • stop (3)

  • zombie (4)

  • other (5)

  • idle (6)

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.11.2.3.1.4.2.1.19.index value.

Warehouse name

STATUS or PROCSTATUS

Command attribute: This attribute is a key attribute.

Description

Command that the process is running.

Type

String

Source

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

Warehouse name

COMMAND or PROCCMD

Percent CPU attribute

Description

Percent CPU * 100 for this process.

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.4.1.11.2.3.1.4.2.1.27.index value.

Warehouse name

PERCENT_CPU or PROCCPUUTL


Processor attribute group

Data gathered from SNMP Object computerSystem.

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

CPU used by users. SunOS has not been implemented.

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.4.1.11.2.3.1.1.13.0.

Warehouse name

USER_CPU or CPUUSRTIME

System CPU attribute

Description

CPU used by system. SunOS has not been implemented.

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.4.1.11.2.3.1.1.14.0.

Warehouse name

SYSTEM_CPU or CPUSYSTIME

Idle CPU attribute

Description

CPU idle. SunOS has not been implemented.

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.4.1.11.2.3.1.1.15.0.

Warehouse name

IDLE_CPU or CPUIDLTIME

Nice CPU attribute

Description

CPU nice. SunOS has not been implemented.

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.4.1.11.2.3.1.1.16.0.

Warehouse name

NICE_CPU or CPUNICTIME

Total CPU attribute

Description

Average time in seconds spent by all processors in all modes.

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 Idle attribute

Description

The average percentage of time that the CPU was idle.

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: (Idle_CPU / Total_CPU) * 100.

Warehouse name

CPU_IDLE_PCT or CPUIDLEPCT

% CPU Utilization attribute

Description

The average percentage of time that the CPU was in use.

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 - (Idle_CPU / Total_CPU * 100).

Warehouse name

CPU_USED_PCT or CPUUTILPCT


System attribute group

Data gathered from SNMP Object computerSystem.

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

Time since the last boot.

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

Number of users logged on to 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.4.1.11.2.3.1.1.2.0.

Warehouse name

CURRENT_USER_LOGINS or SYSACTVUSR

Maximum Allowed Processes attribute

Description

Maximum number of processes allowed in 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.4.1.11.2.3.1.1.6.0.

Warehouse name

MAXIMUM_ALLOWED_PROCESSES or SYSMAXPROC

Total Running Processes attribute

Description

The number of processes running.

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.4.1.11.2.3.1.4.1.0.

Warehouse name

TOTAL_RUNNING_PROCESSES or SYSRUNPROC

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, together with 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

% Allowed Processes attribute

Description

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

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: (Total_Running_Processes % Maximum_Allowed_Processes) * 100.

Warehouse name

ALLOWED_PROCESSES_PCT or PCT_ALLOWE


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


+

Search Tips   |   Advanced Search