IBM Tivoli Monitoring > Version 6.3 > User's Guides > System p Agent User's Guides > AIX Premium User's Guide > Attributes reference IBM Tivoli Monitoring, Version 6.3


Attributes in each attribute group

Attributes in each AIX Premium agent attribute group collect data that the agent uses for monitoring.

The descriptions of the attribute groups contain the following information:

Historical group

Whether the attribute group is a historical type that you can roll off to a data warehouse.

Attribute descriptions

Information such as description, type, source, and warehouse name, as applicable, for each attribute in the attribute group.

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

The Source information sometimes uses C programming code syntax for if-then-else clauses to describe how an attribute is derived, for example:

    (CPU_Pct < 0 ) || (Memory_Pct < 0 )? 0 : 1

This example means that if the CPU_Pct attribute is less than 0 or if the Memory_Pct attribute is less than 0, then the attribute is set to 0. Otherwise, the attribute is set to 1.


Parent topic:

Attributes reference


Active Memory Expansion attribute group

This attribute group contains attributes associated with the AIX memory expansion feature.

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

AME Mode attribute

Description

Active Memory Expansion (AME) mode is 'Enabled' or 'Disabled' for this partition.

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:

  • Not Collected (-1)

  • Disabled (0)

  • Enabled (1)

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

Warehouse name

AME_MODE

True Memory Size MB attribute

Description

The size of the memory (Compressed + Uncompressed memory, when AME is enabled; LPAR memory size, when AME is disabled).

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TRUE_MEMORY_SIZE_MB or TMSM

Target Memory Expansion Factor attribute

Description

The target Memory Expansion Factor is the HMC-configured multiplier (1.00 to 10.00) used to calculate the target expanded memory size.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TARGET_MEMORY_EXPANSION_FACTOR or TMEF

Current Memory Expansion Factor attribute

Description

The current Memory Expansion Factor is the ratio of the current effective memory size to real memory size.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CURRENT_MEMORY_EXPANSION_FACTOR or CMEF

Effective Memory Size MB attribute

Description

The memory size that the operating system reports (real memory times the Memory Expansion Factor configured by the HMC).

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:

  • Not Collected (-100)

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: (True_Memory_Size_MB < 0)?-100:(True_Memory_Size_MB * Target_Memory_Expansion_Factor / 10000).

Warehouse name

EFFECTIVE_MEMORY_SIZE_MB or EMSM

Target Compressed Memory Size MB attribute

Description

The target size of the compressed memory pool (based on current compression ratio and expanded memory size).

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TARGET_COMPRESSED_MEM_SIZE_MB or TCMSM

Max Compressed Memory Size MB attribute

Description

The maximum possible size of the compressed memory pool in MB.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_COMPRESSED_MEM_SIZE_MB or MCMSM

Minimum Uncompressed Memory Size MB attribute

Description

The minimum possible size of uncompressed memory in MB.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_UNCOMPRESSED_MEM_SIZE_MB or MUMSM

Compressed Memory Size MB attribute

Description

The current size of the compressed memory pool in MB.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSED_MEM_SIZE_MB or CMSM

Compressed Data Size MB attribute

Description

The size of compressed memory after expansion (less any memory deficit).

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:

  • Not Collected (-100)

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: (Effective_Memory_Size_MB < 0 || Uncompressed_Mem_Size_MB < 0 || Deficit_Memory_MB < 0)?-100:((Effective_Memory_Size_MB*100) - Uncompressed_Mem_Size_MB - Deficit_Memory_MB)/100.

Warehouse name

COMPRESSED_DATA_SIZE_MB or CDSM

Uncompressed Data Size MB attribute

Description

The size of the uncompressed memory.

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:

  • Not Collected (-100)

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: Uncompressed_Mem_Size_MB.

Warehouse name

UNCOMPRESSED_DATA_SIZE_MB or UDSM

Compressed Memory In Use MB attribute

Description

The amount of memory use in the compressed memory pool.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSED_MEM_INUSE_MB or CMIM

Compressed Memory In use Pct attribute

Description

The percentage of the compressed memory pool that is 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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSED_MEM_INUSE_PCT or CMIP

Compressed Memory Pct attribute

Description

The percentage of true memory (compressed + uncompressed) used by the compressed memory pool.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSED_MEM_PCT or CMP

Compressed Memory Free MB attribute

Description

The amount of free memory in the compressed memory pool.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSED_MEM_FREE_MB or CMFM

Compressed Memory Free Pct attribute

Description

The percentage of free pages in the compressed memory pool.

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:

  • Not Collected (-100)

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: (Compressed_Mem_InUse_Pct < 0)?-100:(10000 - Compressed_Mem_InUse_Pct).

Warehouse name

COMPRESSED_MEM_FREE_PCT or CMFP

Compression Ratio attribute

Description

The Compression Ratio is the ratio of memory size before compression to memory size after compression.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSION_RATIO or CR

Compressed Memory Page Ins attribute

Description

The number of page-ins per second to the compressed memory 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSED_MEM_PAGE_INS or CMPI

Compressed Memory Page Outs attribute

Description

The number of page-outs per second from the compressed memory 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSED_MEM_PAGE_OUTS or CMPO

Compressed Number Of Working Pages attribute

Description

The number of compressed working pages.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMPRESSED_NUM_WORKING_PAGES or CNWP

Uncompressed Memory Size MB attribute

Description

The current size of the uncompressed memory pool in MB.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

UNCOMPRESSED_MEM_SIZE_MB or UMSM

Uncompressed Memory In Use MB attribute

Description

The total amount of memory in use in the uncompressed memory pool in MB.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

UNCOMPRESSED_MEM_INUSE_MB or UMIM

Uncompressed Memory In Use Pct attribute

Description

The percentage of the uncompressed memory pool that is 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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

UNCOMPRESSED_MEM_INUSE_PCT or UMIP

Uncompressed Memory Free Pct attribute

Description

The percentage of the uncompressed pool that is 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:

  • Not Collected (-100)

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: (Uncompressed_Mem_InUse_Pct < 0) ? -100:(10000 - Uncompressed_Mem_InUse_Pct).

Warehouse name

UNCOMPRESSED_MEM_FREE_PCT or UMFP

Uncompressed True Memory In Use Pct attribute

Description

The percentage of true memory (compressed + uncompressed) that is used by the uncompressed memory pool.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

UNCOMPRESSED_TRUE_MEM_INUSE_PCT or UTMIP

Uncompressed Number of Working Pages attribute

Description

The number of uncompressed working pages.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

UNCOMPRESSED_NUM_WORKING_PAGES or UNWP

CPU Used Pct attribute

Description

The percentage of CPU used for memory expansion.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_USED_PCT or CUP

Deficit Memory MB attribute

Description

The difference between desired memory expansion and actual memory expansion in MB.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DEFICIT_MEMORY_MB or DMM

Deficit Expansion Factor attribute

Description

The Deficit factor needed to reach the target expansion factor.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DEFICIT_EXPANSION_FACTOR or DEF


Active Users attribute group

This attribute group contains information about the users active on this 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 Active Users 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 Name attribute: This attribute is a key attribute.

Description

The logon user name.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

USER_NAME

tty attribute

Description

The name of the TTY the user is on.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

TTY

Login Date Time attribute

Description

The time of day the user logged on.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

LOGIN_DATE_TIME or LDT

Hostname attribute

Description

The name of the computer from which the user is logged in.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

HOSTNAME

Idle Time attribute

Description

The number of minutes since a program last attempted to read from the terminal.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

IDLE_TIME

JCPU attribute

Description

The system unit time used by all processes and their children on that terminal.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

JCPU

PCPU attribute

Description

The system unit time used by the currently active process.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

PCPU

Current Process attribute

Description

The name and arguments of the current process.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

CURRENT_PROCESS or CP


AMS Pool attribute group

This attribute group contains information about the Active Memory Sharing (AMS) pool.

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 AMS Pool 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

AMS Mode attribute

Description

Indicates whether the LPAR is in AMS shared or dedicated mode.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

  • Dedicated (0)

  • Shared (1)

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

Warehouse name

AMS_MODE

AMS Pool ID attribute: This attribute is a key attribute.

Description

The pool ID associated with the LPAR. All LPARs in AMS mode will have a pool ID of 0 until multiple pools are supported.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AMS_POOL_ID or API

AMS Pool Size attribute

Description

AMS Memory pool size in GB.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AMS_POOL_SIZE or APS

AMS Physical Mem attribute

Description

Physical memory supporting AMS logical memory for the partition.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AMS_PHYSICAL_MEM or APM

AMS Mem Loaned attribute

Description

AMS logical memory loaned to the hypervisor.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AMS_MEM_LOANED or AML

AMS Memory Entitlement attribute

Description

AMS memory entitlement of the partition (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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AMS_MEMORY_ENTITLEMENT or AME

AMS Memory Ent InUse attribute

Description

AMS memory entitlement of the partition in use (MB).

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AMS_MEMORY_ENT_INUSE or AMEI

Hypervisor Page Ins attribute

Description

Number of hypervisor page-ins.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

HYPERVISOR_PAGE_INS or HPI

Hypervisor Page Ins Time attribute

Description

Time spent waiting for hypervisor page-ins in nanoseconds.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

HYPERVISOR_PAGE_INS_TIME or HPIT


CPU Detail attribute group

This attribute group contains information for each CPU.

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 CPU Detail 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

CPU Number attribute: This attribute is a key attribute.

Description

The CPU identifier number.

Type

String

Warehouse name

CPU_NUMBER

User CPU Pct attribute

Description

The time this processor spent executing in CPU user mode percentage. (usr)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USER_CPU_PCT or UCP

System CPU Pct attribute

Description

The time this processor spent executing in CPU kernel mode percentage. (sys)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SYSTEM_CPU_PCT or SCP

IO Wait CPU Pct attribute

Description

The time this processor spent waiting for IO percentage. (wait)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IO_WAIT_CPU_PCT or IWCP

Idle CPU Pct attribute

Description

The time this processor spent executing in CPU idle mode percentage. (idl)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IDLE_CPU_PCT or ICP

Context Switches per Sec attribute

Description

The process context switches on this processor per second. (csw)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CONTEXT_SWITCHES_PER_SEC or CSPS

Syscalls per Sec attribute

Description

The system calls on this processor per second. (syscl)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SYSCALLS_PER_SEC or SPS

Reads per Sec attribute

Description

The read system calls on this processor per second. (sysread)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

READS_PER_SEC or RPS

Writes per Sec attribute

Description

The write system calls on this processor per second. (syswrite)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

WRITES_PER_SEC or WPS

Forks per Sec attribute

Description

The fork system calls on this processor per second. (sysfork)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FORKS_PER_SEC or FPS

Execs per Sec attribute

Description

The exec system calls on this processor per second. (sysexec)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

EXECS_PER_SEC or EPS

Read Char per Sec attribute

Description

The KBs read through the read sys call on this processor per second. (readch_kb)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

READ_CHAR_PER_SEC or RCPS

Write Char per Sec attribute

Description

The KBs written through the write sys call on this processor per second. (writech_kb)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

WRITE_CHAR_PER_SEC or WCPS

Inode Lookup per Sec attribute

Description

The calls to i-node lookup routines for this processor per second. (iget)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

INODE_LOOKUP_PER_SEC or ILPS

Path Name Lookup per Sec attribute

Description

The calls to path name lookup routine for this processor per second. (namei)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PATH_NAME_LOOKUP_PER_SEC or PNLPS

Dir Blk Scans per Sec attribute

Description

The directory blocks scanned for this processor per second. (dirblk)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DIR_BLK_SCANS_PER_SEC or DBSPS

Minor Page Faults attribute

Description

The minor page faults per second. (minf)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MINOR_PAGE_FAULTS or MPF

Major Page Faults attribute

Description

The major page faults per second. (majf)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAJOR_PAGE_FAULTS or MPF0

Interrupts attribute

Description

The hardware device interrupts per second. (intr)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

INTERRUPTS

Involuntary Context Switches attribute

Description

The involuntary context switches by process per second. (icsw)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

INVOLUNTARY_CONTEXT_SWITCHES or ICS

Run Queue attribute

Description

The average number of processes on the run queue per second. (runq)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RUN_QUEUE

Logical Processor Affinity attribute

Description

The percentage of logical processor re-dispatches within the scheduling affinity domain 3. (lpa)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LOGICAL_PROCESSOR_AFFINITY or LPA

Message Ops attribute

Description

The number of IPC message operations per second. (msg)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MESSAGE_OPS or MO

Semaphore Ops attribute

Description

The number of IPC semaphore operations per second. (sema)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SEMAPHORE_OPS or SO

Blocks Read attribute

Description

The number of system block reads per second. (sysread)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

BLOCKS_READ or BR

Blocks Write attribute

Description

The number of system block writes per second. (syswrite)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

BLOCKS_WRITE or BW

Logical Read Requests attribute

Description

The number of logical read requests per second. (lread)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LOGICAL_READ_REQUESTS or LRR

Logical Write Requests attribute

Description

The number of logical write requests per second. (lwrite)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LOGICAL_WRITE_REQUESTS or LWR

Physical Reads attribute

Description

The number of physical read requests per second. (phread)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYSICAL_READS or PR

Physical Writes attribute

Description

The number of physical write requests per second. (phwrite)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYSICAL_WRITES or PW

Logical Context Switches attribute

Description

The number of logical context switches per second. (lcsw)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LOGICAL_CONTEXT_SWITCHES or LCS

Physical Consumption attribute

Description

The number of physical CPU units consumed by this logical CPU. (pc)

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYSICAL_CONSUMPTION or PC


CPU Summary attribute group

This attribute group contains system-wide CPU usage information.

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 CPU Summary 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 Software Version attribute

Description

The system software version identification.

Type

String

Warehouse name

SYSTEM_SOFTWARE_VERSION or SSV

Number of CPUs attribute

Description

The number of logical CPUs that are active.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_CPUS or NOC

User CPU Pct attribute

Description

The system-wide time spent executing in CPU user mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USER_CPU_PCT or UCP

System CPU Pct attribute

Description

The system-wide time spent executing in CPU kernel mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SYSTEM_CPU_PCT or SCP

IO Wait CPU Pct attribute

Description

The system-wide time waiting for CPU I/O percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IO_WAIT_CPU_PCT or IWCP

Idle CPU Pct attribute

Description

The system-wide time spent in CPU idle mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IDLE_CPU_PCT or ICP

Physical Consumption attribute

Description

The number of physical CPU units consumed by this LPAR. (pc) Consumed describes an amount of CPU an LPAR is keeping from another LPAR.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYSICAL_CONSUMPTION or PC

Donation Enablement attribute

Description

Status of the willingness of this LPAR to allow unused CPU cycles to be used by other LPARs [disabled,capable/disabled,enabled].

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:

  • Not Collected (-1)

  • disable (0)

  • capable (1)

  • enable (2)

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

Warehouse name

DONATION_ENABLEMENT or DE

Donated Idle Cycles Pct attribute

Description

The percentage of physical processor that is used by explicitly donated idle cycles, for dedicated partitions only.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DONATED_IDLE_CYCLES_PCT or DICP

Donated Busy Cycles Pct attribute

Description

The percentage of physical processor that is used by donating busy cycles, for dedicated partitions only.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DONATED_BUSY_CYCLES_PCT or DBCP

Stolen Idle Cycles Pct attribute

Description

The percentage of physical processor that is comprised of idle cycles stolen by the hypervisor, for dedicated partitions only.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

STOLEN_IDLE_CYCLES_PCT or SICP

Stolen Busy Cycles Pct attribute

Description

The percentage of physical processor that is comprised of busy cycles stolen by the hypervisor, for dedicated partitions only.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

STOLEN_BUSY_CYCLES_PCT or SBCP

Hypervisor Calls attribute

Description

The number of hypervisor calls made during the monitoring period.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

HYPERVISOR_CALLS or HC

Time Spent in Hypervisor Pct attribute

Description

The percentage of time spent in the hypervisor during the monitoring period.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TIME_SPENT_IN_HYPERVISOR_PCT or TSIHP

Donating LPARs attribute

Description

The number of LPARs donating CPU cycles.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DONATING_LPARS or DL

Average Operating Frequency GHz attribute

Description

The average operating frequency for the processor in GHz.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVERAGE_OPERATING_FREQUENCY_GHZ or AOFG

Average Operating Frequency Pct attribute

Description

The operating frequency as a percentage of base processor frequency.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVERAGE_OPERATING_FREQUENCY_PCT or AOFP

Actual Average Physical CPU User Mode attribute

Description

Average CPU units charged to User mode based on the POWER User mode PURR register.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ACTUAL_AVERAGE_PHYSICAL_CPU_USER or AAPCU

Actual Average Physical CPU System Mode attribute

Description

Average CPU units charged to System mode based on the POWER System mode PURR register.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ACTUAL_AVERAGE_PHYSICAL_CPU_SYSTEM or AAPCS

Actual Average Physical CPU Idle Mode attribute

Description

Average CPU units charged to Idle mode based on the POWER Idle mode PURR register.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ACTUAL_AVERAGE_PHYSICAL_CPU_IDLE or AAPCI

Actual Average Physical CPU Wait Mode attribute

Description

Average CPU units charged to Wait mode based on the POWER Wait mode PURR register.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ACTUAL_AVERAGE_PHYSICAL_CPU_WAIT or AAPCW

Normalized Average Physical CPU User Mode attribute

Description

Average Normalized CPU units charged to User mode based on the POWER User mode SPURR register.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NORMALIZED_AVERAGE_PHYSICAL_CPU_USER or NAPCU

Normalized Average Physical CPU System Mode attribute

Description

Average Normalized CPU units charged to System mode based on the POWER System mode SPURR register.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NORMALIZED_AVERAGE_PHYSICAL_CPU_SYSTEM or NAPCS

Normalized Average Physical CPU Idle Mode attribute

Description

Average Normalized CPU units charged to Idle mode based on the POWER Idle mode SPURR register.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NORMALIZED_AVERAGE_PHYSICAL_CPU_IDLE or NAPCI

Normalized Average Physical CPU Wait Mode attribute

Description

Average Normalized CPU units charged to Wait mode based on the POWER Wait mode SPURR register.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NORMALIZED_AVERAGE_PHYSICAL_CPU_WAIT or NAPCW


Defined Users attribute group

This attribute group contains information about the users defined on this 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 Defined Users 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 Name attribute: This attribute is a key attribute.

Description

The logon user name.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

USER_NAME

Roles attribute

Description

The roles defined for this user ID.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

ROLES

Account Locked attribute

Description

An indicator of whether or not the user account has been locked.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

ACCOUNT_LOCKED or AL

Expires attribute

Description

The expiration date of this user ID.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

EXPIRES

Loginretries attribute

Description

The number of incorrect logon attempts before the user ID is locked.

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 Script data.

Warehouse name

LOGINRETRIES or L


Devices attribute group

This attribute group contains network and storage device status information.

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

Name attribute: This attribute is a key attribute.

Description

The name of the device.

Type

String

Warehouse name

NAME

Parent attribute: This attribute is a key attribute.

Description

The parent device name.

Type

String

Warehouse name

PARENT

Type attribute

Description

The device type.

Type

String

Warehouse name

TYPE

State attribute

Description

The device status.

Type

String

Warehouse name

STATE

Class attribute

Description

The class of the device.

Type

String

Warehouse name

CLASS


Disks attribute group

This attribute group contains system disk information.

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

Name attribute: This attribute is a key attribute.

Description

The device name.

Type

String

Warehouse name

NAME

Parent attribute: This attribute is a key attribute.

Description

The parent device name.

Type

String

Warehouse name

PARENT

Type attribute

Description

The type of device.

Type

String

Warehouse name

TYPE

Active Disk Pct attribute

Description

The percentage of time the physical disk was active (bandwidth utilization for the drive). This percentage is valid for the Disk type.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ACTIVE_DISK_PCT or ADP

Transfers Bytes per Sec attribute

Description

The amount of data transferred (read or written) to the drive in bytes per second. This percentage is valid for Adapter and Disk types.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TRANSFERS_BYTES_PER_SEC or TBPS

Transfers KB per Sec attribute

Description

The amount of data transferred (read or written) to the drive in KBs per second. This value is valid for the Adapter type.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TRANSFERS_KB_PER_SEC or TKPS

Transfers per Sec attribute

Description

The number of transfers per second issued to the physical disk. A transfer is an I/O request to the physical disk, which can be a combination of multiple logical requests. A transfer is of indeterminate size and valid for all storage device types.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TRANSFERS_PER_SEC or TPS

Read KB per Sec attribute

Description

The total number of KBs read. This number is valid for all storage device types.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

READ_KB_PER_SEC or RKPS

Written KB per Sec attribute

Description

The total number of KBs written. This number is valid for all storage device types.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

WRITTEN_KB_PER_SEC or WKPS

Read Transfers per Sec attribute

Description

The number of read transfers per second. This is number valid for all storage device types, except Adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

READ_TRANSFERS_PER_SEC or RTPS

Avg Read Transfer MS attribute

Description

The average service time in milliseconds per read transfer. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVG_READ_TRANSFER_MS or ARTM

Min Read Service MS attribute

Description

The minimum read service time in milliseconds. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_READ_SERVICE_MS or MRSM

Max Read Service MS attribute

Description

The maximum read service time in milliseconds. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_READ_SERVICE_MS or MRSM0

Read Timeouts per Sec attribute

Description

The number of read timeouts per second. This number is valid for the Disk type.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

READ_TIMEOUTS_PER_SEC or RTPS0

Failed Read per Sec attribute

Description

The number of failed read requests per second. This number is valid for the Disk type.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FAILED_READ_PER_SEC or FRPS

Write Transfers per Sec attribute

Description

The number of write transfers per second. This number is valid for all storage device types, except Adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

WRITE_TRANSFERS_PER_SEC or WTPS

Avg Write Transfer MS attribute

Description

The average service time in milliseconds per write transfer. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVG_WRITE_TRANSFER_MS or AWTM

Min Write Service MS attribute

Description

The minimum write service time in milliseconds. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_WRITE_SERVICE_MS or MWSM

Max Write Service MS attribute

Description

The maximum write service time in milliseconds. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_WRITE_SERVICE_MS or MWSM0

Write Timeout per Sec attribute

Description

The number of write timeouts per second. This number is valid for the Disk type.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

WRITE_TIMEOUT_PER_SEC or WTPS0

Failed Writes per Sec attribute

Description

The number of failed write requests per second. This number is valid for the Disk type.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FAILED_WRITES_PER_SEC or FWPS

Avg Request In WaitQ MS attribute

Description

The average time in milliseconds spent by a transfer request in the wait queue. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVG_REQUEST_IN_WAITQ_MS or ARIWM

Min Request In WaitQ MS attribute

Description

The minimum time in milliseconds spent by a transfer request in the wait queue. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_REQUEST_IN_WAITQ_MS or MRIWM

Max Request In WaitQ MS attribute

Description

The maximum time in milliseonds spent by a transfer request in the wait queue. This time is valid for all storage device types, except Adapter.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_REQUEST_IN_WAITQ_MS or MRIWM0

Avg WaitQ Size attribute

Description

The average wait queue size. This size is valid for all storage device types, except Adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVG_WAITQ_SIZE or AWS

Avg ServiceQ Size attribute

Description

The average service queue size. This size is valid for all storage device types, except Adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVG_SERVICEQ_SIZE or ASS

ServiceQ Full per Sec attribute

Description

The number of times the service queue becomes full (the disk is not accepting any more service requests) per second. This number is valid for all storage device types, except Adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SERVICEQ_FULL_PER_SEC or SFPS


File Systems attribute group

This attribute group contains file system information.

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

Name attribute: This attribute is a key attribute.

Description

The file system name.

Type

String

Warehouse name

NAME

Mount Point attribute

Description

The file system mount point.

Type

String

Warehouse name

MOUNT_POINT or MP

Volume Group Name attribute

Description

The name of the volume group.

Type

String

Warehouse name

VOLUME_GROUP_NAME or VGN

Size MB attribute

Description

The 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SIZE_MB

Free MB attribute

Description

The file system free 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_MB

Used MB attribute

Description

The file system used 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_MB

Free Pct attribute

Description

The file system free space percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_PCT

Used Pct attribute

Description

The file system used space percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_PCT


Internet Protocol Detail attribute group

This attribute group contains IP interface details.

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 Internet Protocol Detail 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

Name attribute: This attribute is a key attribute.

Description

The interface name.

Type

String

Warehouse name

NAME

Packets Received per Sec attribute

Description

The IP packets received 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PACKETS_RECEIVED_PER_SEC or PRPS

Ioctet Received KB per Sec attribute

Description

The KBs received 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IOCTET_RECEIVED_KB_PER_SEC or IRKPS

Input Errors per Sec attribute

Description

The input errors 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

INPUT_ERRORS_PER_SEC or IEPS

Multicast Pkt Received per Sec attribute

Description

The multicast packets received 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MULTICAST_PKT_RECEIVED_PER_SEC or MPRPS

Input Packets Dropped per Sec attribute

Description

The input packets dropped 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

INPUT_PACKETS_DROPPED_PER_SEC or IPDPS

Packets Transmitted per Sec attribute

Description

The packets transmitted 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PACKETS_TRANSMITTED_PER_SEC or PTPS

Ioctet Transmitted KB per Sec attribute

Description

The KBs transmitted 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IOCTET_TRANSMITTED_KB_PER_SEC or ITKPS

Output Errors per Sec attribute

Description

The output errors 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

OUTPUT_ERRORS_PER_SEC or OEPS

Multicast Pkt Transmitted per Sec attribute

Description

The multicast packets transmitted 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MULTICAST_PKT_TRANSMITTED_PER_SEC or MPTPS


Internet Protocol Summary attribute group

This attribute group contains system-wide IP networking information.

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 Internet Protocol Summary 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

Packets Received per Sec attribute

Description

The IP packets received 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PACKETS_RECEIVED_PER_SEC or PRPS

Frag Received per Sec attribute

Description

The IP fragments received 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FRAG_RECEIVED_PER_SEC or FRPS

Packets Forwarded per Sec attribute

Description

The IP packets forwarded 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PACKETS_FORWARDED_PER_SEC or PFPS

Received Datagrams per Sec attribute

Description

The successfully received IP datagrams 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RECEIVED_DATAGRAMS_PER_SEC or RDPS

Transmitted Datagrams per Sec attribute

Description

The transmitted IP datagrams 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TRANSMITTED_DATAGRAMS_PER_SEC or TDPS

Total Packets Reassembled per Sec attribute

Description

The IP packets successfully reassembled 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TOTAL_PACKETS_REASSEMBLED_PER_SEC or TPRPS

Frag Output Packets per Sec attribute

Description

The output packets successfully fragmented 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FRAG_OUTPUT_PACKETS_PER_SEC or FOPPS


Logical Partition attribute group

This attribute group contains information about the logical partition.

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 Logical Partition 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 Pct attribute

Description

The LPAR system time spent in CPU User mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USER_CPU_PCT or UCP

System CPU Pct attribute

Description

The LPAR system time spent in CPU System mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SYSTEM_CPU_PCT or SCP

IO Wait CPU Pct attribute

Description

The LPAR system time spent in CPU I/O Wait mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IO_WAIT_CPU_PCT or IWCP

Idle CPU Pct attribute

Description

The LPAR system time spent in CPU Idle mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IDLE_CPU_PCT or ICP

Entitlement attribute

Description

The number of entitlement units assigned to this LPAR. (ent)

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ENTITLEMENT or E

Total Used Pct attribute

Description

The percentage of the Total System CPU being used by this LPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TOTAL_USED_PCT or TUP

Entitlement Used Pct attribute

Description

The percentage of the given CPU Entitlement being used by this LPAR. (entc)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ENTITLEMENT_USED_PCT or EUP

LPAR Number attribute

Description

The LPAR identification number assigned to this LPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LPAR_NUMBER or LN

Shared Mode attribute

Description

The shared Logical Partition mode (dedicated or shared).

Type

String

Warehouse name

SHARED_MODE or SM

Capped Mode attribute

Description

The capped Logical Partition mode (uncapped or capped).

Type

String

Warehouse name

CAPPED_MODE or CM

SMT Mode attribute

Description

The simultaneous multi-threading mode (off or on).

Type

String

Warehouse name

SMT_MODE

Number of Physical CPUs attribute

Description

The number of active licensed physical CPUs. (pcpu)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_PHYSICAL_CPUS or NOPC

Number of Virtual CPUs attribute

Description

The number of current online virtual CPUs. (vcpu)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_VIRTUAL_CPUS or NOVC

Number of Logical CPUs attribute

Description

The number of current online logical CPUs. (lcpu)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_LOGICAL_CPUS or NOLC

Available CPUs in Pool attribute

Description

The number of CPUs that are available for allocation.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVAILABLE_CPUS_IN_POOL or ACIP

Number of Physical CPUs in Shared Pool attribute

Description

The number of physical CPUs in the shared 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_PHYSICAL_CPUS_IN_SHARED_POOL or NOPCISP

Busy Pct attribute

Description

The logical busy time percentage. (%lbusy)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

BUSY_PCT

Phys Busy Pct attribute

Description

The physical busy time of a full processor percentage. (pbusy)

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYS_BUSY_PCT or PBP

Virt Context CPU Switches per Sec attribute

Description

The virtual CPU context switches 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

VIRT_CONTEXT_CPU_SWITCHES_PER_SEC or VCCSPS

Max Memory attribute

Description

The maximum amount of memory that this LPAR can support 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_MEMORY

Min Memory attribute

Description

The minimum amount of memory that this LPAR can support 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_MEMORY

Max Phys CPUs attribute

Description

The maximum number of physical CPUs 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_PHYS_CPUS or MPC

Min Virt CPUs attribute

Description

The minimum number of virtual CPUs in this LPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_VIRT_CPUS or MVC

Max Virt CPUs attribute

Description

The maximum number of virtual CPUs in this LPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_VIRT_CPUS or MVC0

Min CPU Capacity attribute

Description

The minimum processor capacity (CPU units: 100 per processor).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_CPU_CAPACITY or MCC

Max CPU Capacity attribute

Description

The maximum processor capacity (CPU units: 100 per processor).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_CPU_CAPACITY or MCC0

CPU Capacity Increment attribute

Description

The processor capacity change granule (CPU units: 100 per processor).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_CAPACITY_INCREMENT or CCI

Online Mem attribute

Description

The amount of current online 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ONLINE_MEM

Max Dispatch Latency attribute

Description

The maximum latency between dispatches in nanoseconds.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_DISPATCH_LATENCY or MDL

Unallocated CPU In Pool attribute

Description

The unallocated capacity available in the shared 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

UNALLOCATED_CPU_IN_POOL or UCIP

CPU Entitlement attribute

Description

The entitled processor capacity for the partition.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_ENTITLEMENT or CE

Capacity Weight attribute

Description

The relative weight between 0 and 255 that is used to determine how much extra CPU capacity this LPAR is to receive.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CAPACITY_WEIGHT or CW

Min Req Virt CPU attribute

Description

The minimum required virtual processor capacity.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_REQ_VIRT_CPU or MRVC

Phantom Interrupts attribute

Description

The number of phantom interrupts.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHANTOM_INTERRUPTS or PI

Entitlement Pct attribute

Description

The entitlement as a percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ENTITLEMENT_PCT or EP

Num Hypervisor Calls per Sec attribute

Description

The number of hypervisor calls 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUM_HYPERVISOR_CALLS_PER_SEC or NHCPS

Time In Hypervisor Pct attribute

Description

The time spent in the hypervisor percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TIME_IN_HYPERVISOR_PCT or TIHP

Machine ID attribute

Description

The frame hardware ID to which this LPAR belongs.

Type

String

Warehouse name

MACHINE_ID

Uptime attribute

Description

The period of time this LPAR has been operational.

Type

String

Warehouse name

UPTIME

Hostname attribute

Description

The host name of the LPAR.

Type

String

Warehouse name

HOSTNAME

Physical CPU Units Used attribute

Description

The number of physical CPU units that are busy on this LPAR. (physB) Busy describes an amount of CPU that is used for executing System + User processes (actually doing work). CPU units used for Idle and Wait processes are not counted.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYSICAL_CPU_UNITS_USED or PCUU

Available CPU Units in Pool attribute

Description

The number of physical CPU units that are available for allocation from the shared pool. (app)

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

AVAILABLE_CPU_UNITS_IN_POOL or ACUIP

Physical CPU Size of Shared Pool attribute

Description

The number of physical CPU units in the shared pool. (psize)

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYSICAL_CPU_SIZE_OF_SHARED_POOL or PCSOSP

Last Machine ID attribute

Description

The previous frame hardware ID of this LPAR before it was migrated to the current frame. This attribute is cached for 5 minutes after the LPAR migration is detected to allow a situation to discover and report that the LPAR had been migrated.

Type

String

Warehouse name

LAST_MACHINE_ID or LMI

Max CPU Cap Used Pct attribute

Description

The percentage of maximum physical CPU available to this LPAR that was actually used. For capped LPARs this is the same as CPU_Phys_Ent_Pct.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_CPU_CAP_USED_PCT or MCCUP

CPU Pool ID attribute

Description

The ID of the Shared Processor 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

POOLID

Pool Entitlement attribute

Description

The entitled capacity of the pool.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

POOL_ENTITLEMENT or PE

Maximum Pool Capacity attribute

Description

The maximum pool capacity.

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAXIMUM_POOL_CAPACITY or MPC0

SMT Threads attribute

Description

The number of threads per CPU.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SMT_THREADS or ST

Entitlement attribute

Description

The number of entitlement units assigned to this LPAR. (ent)

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:

  • Not Collected (-100)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ENTITLEMENT_2 or E2

Old Machine ID attribute

Description

The nonunique frame hardware ID to which this LPAR belongs from xutsname.nid.

Type

String

Warehouse name

OLD_MACHINE_ID or OMI


Logical Volumes attribute group

This attribute group contains logical volume information.

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 Logical Volumes 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

Name attribute: This attribute is a key attribute.

Description

The name of the logical volume.

Type

String

Warehouse name

NAME

State attribute

Description

The state of the logical volume.

Type

String

Warehouse name

STATE

Volume Group Name attribute

Description

The name of the volume group.

Type

String

Warehouse name

VOLUME_GROUP_NAME or VGN

Type attribute

Description

The logical volume type.

Type

String

Warehouse name

TYPE

Mount Point attribute

Description

The file system mount point for the logical volume.

Type

String

Warehouse name

MOUNT_POINT or MP

Size MB attribute

Description

The size of the logical volume 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SIZE_MB


MPIO Attributes attribute group

This attribute group contains Multi Path I/O attribute information.

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 MPIO Attributes 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

Device Name attribute: This attribute is a key attribute.

Description

The name of the storage device.

Type

String

Warehouse name

DEVICE_NAME or DN

Attribute attribute: This attribute is a key attribute.

Description

The name of the attribute.

Type

String

Warehouse name

ATTRIBUTE

Value attribute

Description

The value of the attribute.

Type

String

Warehouse name

VALUE

Description attribute

Description

The description of the attribute.

Type

String

Warehouse name

DESCRIPTION or D

User Settable attribute

Description

Whether or not the attribute can be set by the user.

Type

String

Warehouse name

USER_SETTABLE or US


MPIO Status attribute group

This attribute group contains Multi-Path I/O status information.

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

Device Name attribute: This attribute is a key attribute.

Description

The name of the device.

Type

String

Warehouse name

DEVICE_NAME or DN

Parent attribute: This attribute is a key attribute.

Description

The parent device of the current device.

Type

String

Warehouse name

PARENT

Path Status attribute

Description

The current status of the path.

Type

String

Warehouse name

PATH_STATUS or PS

Status attribute

Description

The operational status of the device.

Type

String

Warehouse name

STATUS

Connection attribute: This attribute is a key attribute.

Description

The connection ID of the SCSI device.

Type

String

Warehouse name

CONNECTION


Network Adapters Rates attribute group

This attribute group contains network adapter rate information.

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 Adapters Rates 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

Name attribute: This attribute is a key attribute.

Description

The name of the adapter.

Type

String

Warehouse name

NAME

Parent attribute: This attribute is a key attribute.

Description

The parent adapter name.

Type

String

Warehouse name

PARENT

Type attribute

Description

The type of adapter.

Type

String

Warehouse name

TYPE

Bytes Sent per Sec attribute

Description

The number of bytes per second transmitted successfully by the device.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

BYTES_SENT_PER_SEC or BSPS

Pkts Sent per Sec attribute

Description

The number of packets per second transmitted successfully by the device.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PKTS_SENT_PER_SEC or PSPS

Pkts Sent Errors per Sec attribute

Description

The number of output errors per second encountered on this device.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PKTS_SENT_ERRORS_PER_SEC or PSEPS

Sent Pkts Dropped per Sec attribute

Description

The number of packets per second accepted by the device driver for transmission and not given to the device for any reason.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SENT_PKTS_DROPPED_PER_SEC or SPDPS

Broadcast Pkts Sent per Sec attribute

Description

The number of broadcast packets per second transmitted without any error.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

BROADCAST_PKTS_SENT_PER_SEC or BPSPS

Multicast Pkts Sent per Sec attribute

Description

The number of multicast packets per second transmitted without any error.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MULTICAST_PKTS_SENT_PER_SEC or MPSPS

Sent Interrupts per Sec attribute

Description

The number of transmit interrupts per second received by the driver from the adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SENT_INTERRUPTS_PER_SEC or SIPS

Bytes Recvd per Sec attribute

Description

The number of bytes received successfully by the device 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

BYTES_RECVD_PER_SEC or BRPS

Pkts Recvd per Sec attribute

Description

The number of packets received successfully by the device 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PKTS_RECVD_PER_SEC or PRPS

Pkts Recv Errors per Sec attribute

Description

The number of input errors encountered on this device 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PKTS_RECV_ERRORS_PER_SEC or PREPS

Bad Pkts Recvd per Sec attribute

Description

The number of bad packets received by the device driver 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

BAD_PKTS_RECVD_PER_SEC or BPRPS

Recv Pkts Dropped per Sec attribute

Description

The number of packets received by the device driver (per second) from this device and not given to a network driver for any reason.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RECV_PKTS_DROPPED_PER_SEC or RPDPS

Broadcast Pkts Recvd per Sec attribute

Description

The number of broadcast packets received per second without any error.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

BROADCAST_PKTS_RECVD_PER_SEC or BPRPS0

Multicast Pkts Recvd per Sec attribute

Description

The number of multicast packets received per second without any error.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MULTICAST_PKTS_RECVD_PER_SEC or MPRPS

Recv Interrupts per Sec attribute

Description

The number of interrupts received per second by the driver from the adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RECV_INTERRUPTS_PER_SEC or RIPS

TransmitsQ per Sec attribute

Description

The number of pending outgoing packets per second on either the software transmit queue or the hardware transmit 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TRANSMITSQ_PER_SEC or TPS

Max TransmitsQ per Sec attribute

Description

The maximum number of outgoing packets per second ever queued to the software transmit 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_TRANSMITSQ_PER_SEC or MTPS

Qoverflow per Sec attribute

Description

The number of outgoing packets per second that have overflowed the software transmit 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

QOVERFLOW_PER_SEC or QPS

Real Pkts Recvd per Sec attribute

Description

The number of packets received on the physical network 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

REAL_PKTS_RECVD_PER_SEC or RPRPS

Real Pkts Bridged per Sec attribute

Description

The number of packets received per second on the physical network that were bridged to the virtual network.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

REAL_PKTS_BRIDGED_PER_SEC or RPBPS

Real Pkts Consumed per Sec attribute

Description

The number of packets received per second on the physical network that were addressed to the interface configured over the shared ethernet adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

REAL_PKTS_CONSUMED_PER_SEC or RPCPS

Real Pkts Fragmented per Sec attribute

Description

The number of packets received per second on the physical network that were fragmented before being bridged to the virtual network because they were bigger than the Maximum Transmission Unit (MTU) for the outgoing adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

REAL_PKTS_FRAGMENTED_PER_SEC or RPFPS

Real Pkts Sent per Sec attribute

Description

The number of packets sent per second on the physical network. Includes packets sent from the interface configured over the shared ethernet adapter as well as each packet bridged from the virtual network to the physical network (including fragments).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

REAL_PKTS_SENT_PER_SEC or RPSPS

Real Pkts Dropped per Sec attribute

Description

The number of packets received per second on the physical network that were dropped.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

REAL_PKTS_DROPPED_PER_SEC or RPDPS0

Virtual Pkts Recvd per Sec attribute

Description

The number of packets received per second on the virtual network, for example, on all of the virtual adapters.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

VIRTUAL_PKTS_RECVD_PER_SEC or VPRPS

Virtual Pkts Bridged per Sec attribute

Description

The number of packets received per second on the virtual network that were bridged to the physical network.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

VIRTUAL_PKTS_BRIDGED_PER_SEC or VPBPS

Virtual Pkts Consumed per Sec attribute

Description

The number of packets received per second on the virtual network that were addressed to the interface configured over the shared ethernet adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

VIRTUAL_PKTS_CONSUMED_PER_SEC or VPCPS

Virtual Pkts Fragmented per Sec attribute

Description

The number of packets received per second on the virtual network that were fragmented before being bridged to the physical network because they were bigger than the Maximum Transmission Unit (MTU) of the outgoing adapter.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

VIRTUAL_PKTS_FRAGMENTED_PER_SEC or VPFPS

Virtual Pkts Sent per Sec attribute

Description

The number of packets sent on the virtual network per second. Includes packets sent from the interface configured over the shared ethernet adapter as well as each packet bridged from the physical network to the virtual network (including fragments).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

VIRTUAL_PKTS_SENT_PER_SEC or VPSPS

Virtual Pkts Dropped per Sec attribute

Description

The number of packets received per second on the virtual network that were dropped.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

VIRTUAL_PKTS_DROPPED_PER_SEC or VPDPS

Output Pkts Generated per Sec attribute

Description

The number of packets with a valid VLAN tag or no VLAN tag sent out of the interface configured over the SEA 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

OUTPUT_PKTS_GENERATED_PER_SEC or OPGPS

Output Pkts Dropped per Sec attribute

Description

The number of packets sent out of the interface configured over the shared ethernet adapter that are dropped because of an incorrect VLAN tag 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

OUTPUT_PKTS_DROPPED_PER_SEC or OPDPS

Output Pkts Failures per Sec attribute

Description

The number of packets that cannot be sent because of underlying device errors per second. Includes errors sending on the physical network and virtual network including fragments and ICMP error packets generated by the SEA.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

OUTPUT_PKTS_FAILURES_PER_SEC or OPFPS

Mem Alloc Failures per Sec attribute

Description

The number of packets that cannot be sent per second because there was insufficient network memory to complete an operation.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEM_ALLOC_FAILURES_PER_SEC or MAFPS

ICMP Error Pkts Sent per Sec attribute

Description

The number of ICMP error packets sent per second. Includes ICMP error packets successfully sent when a big packet cannot be fragmented because the Don't Fragment bit was set.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ICMP_ERROR_PKTS_SENT_PER_SEC or IEPSPS

Non IP Pkts Larger Than MTU per Sec attribute

Description

The number of packets that cannot be sent per second because they were bigger than the Maximum Transmission Unit (MTU) of the outgoing adapter and cannot be fragmented because they were not IP packets.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NON_IP_PKTS_LARGER_THAN_MTU_PER_SEC or NIPLTMPS

ThreadQ Overflow Pkts per Sec attribute

Description

The number of packets that were dropped from the thread queues per second because there was no space to accomodate a newly-received packet.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

THREADQ_OVERFLOW_PKTS_PER_SEC or TOPPS

HA Keep Alive Pkts per Sec attribute

Description

The number of high availability keepalive packets received on the control channel per second. Keepalive packets are received on the backup shared ethernet adapter while the primary SEA is active.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

HA_KEEP_ALIVE_PKTS_PER_SEC or HKAPPS

HA Recovery Pkts per Sec attribute

Description

The number of high availability recovery packets received on the control channel per second. Recovery packets are sent by the primary shared ethernet adapter when it recovers from a failure and is ready to be active again.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

HA_RECOVERY_PKTS_PER_SEC or HRPPS

HA Notify Pkts per Sec attribute

Description

The number of high availability notify packets received on the control channel per second. Notify packets are sent by the backup shared ethernet adapter when it detects that the primary SEA has recovered.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

HA_NOTIFY_PKTS_PER_SEC or HNPPS

HA Limbo Pkts per Sec attribute

Description

The number of high availability limbo packets received on the control channel 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

HA_LIMBO_PKTS_PER_SEC or HLPPS

HA State attribute

Description

The current high availability state of the shared ethernet adapter.

Type

String

Warehouse name

HA_STATE

HA Bridge Mode attribute

Description

Describes to what level, if any, the shared ethernet adapter is currently bridging traffic.

Type

String

Warehouse name

HA_BRIDGE_MODE or HBM

Times Primary per Sec attribute

Description

The number of times the shared ethernet adapter was idle and became active because the primary SEA had a failure.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TIMES_PRIMARY_PER_SEC or TPPS

Time Backup per Sec attribute

Description

The number of times the shared ethernet adapter was active and became idle because of a failure.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TIME_BACKUP_PER_SEC or TBPS

HA Mode attribute

Description

The high availability mode of the shared ethernet adapter (Auto, Backup, or Disabled).

Type

String

Warehouse name

HA_MODE

Priority attribute

Description

The trunk priority of the virtual ethernets for the shared ethernet adapter. Used by the SEA protocol to determine which SEA acts as primary and which one acts as backup. Values range from 1 - 12, where a lower number is favored to act as a primary.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PRIORITY

Adapter Protocol attribute

Description

Indicates the selected network adapter transmission protocol: Auto Negotiation, Full, or Half Duplex.

Type

String

Warehouse name

ADAPTER_PROTOCOL or AP

Media Speed Running attribute

Description

Indicates the maximum media speed setting (adapter bandwidth in Mbps).

Type

String

Warehouse name

MEDIA_SPEED_RUNNING or MSR

Bandwidth Util Pct attribute

Description

Percentage of physical network adapter bandwidth utilized.

Type

Real number (32-bit gauge) with three 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:

  • Not Collected (-1000)

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

Warehouse name

BANDWIDTH_UTIL_PCT or BUP


Network Adapters Totals attribute group

This attribute group contains network adapter totals.

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 Adapters Totals 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

Name attribute: This attribute is a key attribute.

Description

The name of the adapter.

Type

String

Warehouse name

NAME

Parent attribute: This attribute is a key attribute.

Description

The parent adapter name.

Type

String

Warehouse name

PARENT

Type attribute

Description

The type of adapter.

Type

String

Warehouse name

TYPE

Bytes Sent attribute

Description

The number of bytes transmitted successfully by the device.

Type

String

Warehouse name

BYTES_SENT

Pkts Sent attribute

Description

The number of packets transmitted successfully by the device.

Type

String

Warehouse name

PKTS_SENT

Pkts Sent Error attribute

Description

The number of output errors encountered on this device.

Type

String

Warehouse name

PKTS_SENT_ERROR or PSE

Sent Pkts Dropped attribute

Description

The number of packets accepted by the device driver for transmission that were not given to the device for any reason.

Type

String

Warehouse name

SENT_PKTS_DROPPED or SPD

Broadcast Pkts Sent attribute

Description

The number of broadcast packets transmitted without any error.

Type

String

Warehouse name

BROADCAST_PKTS_SENT or BPS

Multicast Pkts Sent attribute

Description

The number of multicast packets transmitted without any error.

Type

String

Warehouse name

MULTICAST_PKTS_SENT or MPS

Sent Interrupts attribute

Description

The number of transmit interrupts received by the driver from the adapter.

Type

String

Warehouse name

SENT_INTERRUPTS or SI

Bytes Recvd attribute

Description

The number of bytes received successfully by the device.

Type

String

Warehouse name

BYTES_RECVD or BR

Pkts Recvd attribute

Description

The number of packets received successfully by the device.

Type

String

Warehouse name

PKTS_RECVD

Pkts Recv Error attribute

Description

The number of input errors encountered on this device.

Type

String

Warehouse name

PKTS_RECV_ERROR or PRE

Bad Pkts Recvd attribute

Description

The number of bad packets received by the device driver.

Type

String

Warehouse name

BAD_PKTS_RECVD or BPR

Recv Pkts Dropped attribute

Description

The number of packets received by the device driver from this device that were not given to a network driver for any reason.

Type

String

Warehouse name

RECV_PKTS_DROPPED or RPD

Broadcast Pkts Recvd attribute

Description

The number of broadcast packets received without any error.

Type

String

Warehouse name

BROADCAST_PKTS_RECVD or BPR0

Multicast Pkts Recvd attribute

Description

The number of multicast packets received without any error.

Type

String

Warehouse name

MULTICAST_PKTS_RECVD or MPR

Recv Interrupts attribute

Description

The number of interrupts received by the driver from the adapter.

Type

String

Warehouse name

RECV_INTERRUPTS or RI

TransmitsQ attribute

Description

The number of pending outgoing packets on either the software transmit queue or the hardware transmit queue.

Type

String

Warehouse name

TRANSMITSQ

Max TransmitsQ attribute

Description

The maximum number of outgoing packets ever queued to the software transmit queue.

Type

String

Warehouse name

MAX_TRANSMITSQ or MT

Qoverflow attribute

Description

The number of outgoing packets that have overflowed the software transmit queue.

Type

String

Warehouse name

QOVERFLOW

Real Pkts Recvd attribute

Description

The number of packets received on the physical network.

Type

String

Warehouse name

REAL_PKTS_RECVD or RPR

Real Pkts Bridged attribute

Description

The number of packets received on the physical network that were bridged to the virtual network.

Type

String

Warehouse name

REAL_PKTS_BRIDGED or RPB

Real Pkts Consumed attribute

Description

The number of packets received on the physical network that were addressed to the interface configured over the SEA.

Type

String

Warehouse name

REAL_PKTS_CONSUMED or RPC

Real Pkts Fragmented attribute

Description

The number of packets received on the physical network that were fragmented before being bridged to the virtual network because they were bigger than the Maximum Transmission Unit (MTU) for the outgoing adapter.

Type

String

Warehouse name

REAL_PKTS_FRAGMENTED or RPF

Real Pkts Sent attribute

Description

The number of packets sent on the physical network, including packets sent from the interface configured over the SEA as well as each packet bridged from the virtual network to the physical network (including fragments).

Type

String

Warehouse name

REAL_PKTS_SENT or RPS

Real Pkts Dropped attribute

Description

The number of packets received on the physical network that were dropped.

Type

String

Warehouse name

REAL_PKTS_DROPPED or RPD0

Virtual Pkts Recvd attribute

Description

The number of packets received on the virtual network.

Type

String

Warehouse name

VIRTUAL_PKTS_RECVD or VPR

Virtual Pkts Bridged attribute

Description

The number of packets received on the virtual network that were bridged to the physical network.

Type

String

Warehouse name

VIRTUAL_PKTS_BRIDGED or VPB

Virtual Pkts Consumed attribute

Description

The number of packets received on the virtual network that were addressed to the interface configured over the SEA.

Type

String

Warehouse name

VIRTUAL_PKTS_CONSUMED or VPC

Virtual Pkts Fragmented attribute

Description

The number of packets received on the virtual network that were fragmented before being bridged to the physical network because they were bigger than the Maximum Transmission Unit (MTU) for the outgoing adapter.

Type

String

Warehouse name

VIRTUAL_PKTS_FRAGMENTED or VPF

Virtual Pkts Sent attribute

Description

The number of packets sent on the virtual network. This includes packets sent from the interface configured over the SEA as well as each packet bridged from the physical network to the virtual network (including fragments).

Type

String

Warehouse name

VIRTUAL_PKTS_SENT or VPS

Virtual Pkts Dropped attribute

Description

The number of packets received on the virtual network that were dropped.

Type

String

Warehouse name

VIRTUAL_PKTS_DROPPED or VPD

Output Pkts Generated attribute

Description

The number of packets with a valid VLAN tag or no VLAN tag sent out of the interface configured over the SEA.

Type

String

Warehouse name

OUTPUT_PKTS_GENERATED or OPG

Output Pkts Dropped attribute

Description

The number of packets sent out of the interface configured over the SEA that are dropped because of an incorrect VLAN tag.

Type

String

Warehouse name

OUTPUT_PKTS_DROPPED or OPD

Output Pkts Failures attribute

Description

The number of packets that cannot be sent because of underlying device errors, including errors sending on the physical network and virtual network. This also includes fragments and ICMP error packets generated by the SEA.

Type

String

Warehouse name

OUTPUT_PKTS_FAILURES or OPF

Mem Alloc Failures attribute

Description

The number of packets that cannot be sent because there was insufficient network memory to complete an operation.

Type

String

Warehouse name

MEM_ALLOC_FAILURES or MAF

ICMP Error Pkts Sent attribute

Description

The ICMP error packets sent. The number of ICMP error packets sent successfully when a big packet cannot be fragmented because the Don't Fragment bit was set.

Type

String

Warehouse name

ICMP_ERROR_PKTS_SENT or IEPS

Non IP Pkts Larger Than MTU attribute

Description

The number of packets that cannot be sent because they were bigger than the Maximum Transmission Unit (MTU) for the outgoing adapter and could not be fragmented because they were not IP packets.

Type

String

Warehouse name

NON_IP_PKTS_LARGER_THAN_MTU or NIPLTM

ThreadQ Overflow Pkts attribute

Description

The number of packets that were dropped from the thread queues because there was no space to accomodate a newly-received packet.

Type

String

Warehouse name

THREADQ_OVERFLOW_PKTS or TOP

HA Keep Alive Pkts attribute

Description

The number of high availability keepalive packets received on the control channel. Keepalive packets are received on the backup shared ethernet adapter while the primary SEA is active.

Type

String

Warehouse name

HA_KEEP_ALIVE_PKTS or HKAP

HA Recovery Pkts attribute

Description

The number of recovery packets received on the control channel. Recovery packets are sent by the primary SEA when it recovers from a failure and is ready to be active again.

Type

String

Warehouse name

HA_RECOVERY_PKTS or HRP

HA Notify Pkts attribute

Description

The number of high availability notify packets received on the control channel. Notify packets are sent by the backup shared ethernet adapter when it detects that the primary SEA has recovered.

Type

String

Warehouse name

HA_NOTIFY_PKTS or HNP

HA Limbo Pkts attribute

Description

The number of high availability limbo packets received on the control channel.

Type

String

Warehouse name

HA_LIMBO_PKTS or HLP

HA State attribute

Description

The current high availability state of the shared ethernet adapter.

Type

String

Warehouse name

HA_STATE

HA Bridge Mode attribute

Description

The level at which the shared ethernet adapter is currently bridging traffic.

Type

String

Warehouse name

HA_BRIDGE_MODE or HBM

Times Primary attribute

Description

The number of times the shared ethernet adapter was idle and became active because the primary SEA had a failure.

Type

String

Warehouse name

TIMES_PRIMARY or TP

Times Backup attribute

Description

The number of times the shared ethernet adapter was active and became idle because of a failure.

Type

String

Warehouse name

TIMES_BACKUP or TB

HA Mode attribute

Description

The high availability mode of the shared ethernet adapter (Auto, Backup, or Disabled).

Type

String

Warehouse name

HA_MODE

Priority attribute

Description

The trunk priority of the virtual ethernets on the shared ethernet adapter. Used by the SEA protocol to determine which SEA acts as primary and which one acts as backup. Values are from 1 - 12, where a lower number is favored to act as a primary.

Type

String

Warehouse name

PRIORITY


Network Interfaces attribute group

This attribute group contains network interface information.

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

Name attribute: This attribute is a key attribute.

Description

The name of the network interface.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

NAME

State attribute

Description

The status of the network interface adapter.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

STATE

IP Address attribute

Description

The IP or network address of the network interface.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

IP_ADDRESS

MTU attribute

Description

The maximum transmission unit size (bytes).

Type

String

Source

The source for this attribute is Script data.

Warehouse name

MTU

Mask attribute

Description

The internet network mask.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

MASK

Domain attribute

Description

The internet domain name.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

DOMAIN

Gateway attribute

Description

The IP address of the gateway server.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

GATEWAY

Nameserver attribute

Description

The IP address of the domain name server.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

NAMESERVER


NIM Resources attribute group

This attribute group contains information on the NIM resources available.

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 NIM Resources 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

Name attribute: This attribute is a key attribute.

Description

The name of the NIM objects as defined in the NIM Environment.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

NAME

Type attribute

Description

The type of object for the specific NIM object.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

TYPE

Class attribute

Description

The class type of the NIM object.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

CLASS

State attribute

Description

The state of the NIM object.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

STATE

Server attribute

Description

The NIM object name of the server for the NIM resource.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

SERVER

Location attribute

Description

The path name of the NIM resource.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

LOCATION

Information attribute

Description

The additional miscellaneous information about a NIM object.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

INFORMATION or I


Paging Space attribute group

This attribute group contains paging space information.

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 Paging Space 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

Total Size MB attribute

Description

The total size of the active paging space (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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TOTAL_SIZE_MB or TSM

Free MB attribute

Description

The system paging space that is free (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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_MB

Used MB attribute

Description

The system paging space that is used (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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_MB

Free Pct attribute

Description

The percentage of system paging space that is free.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_PCT

Used Pct attribute

Description

The percentage of system paging space that is used.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_PCT

Pages Read per Sec attribute

Description

The number of 4K pages per second read from paging space by the VMM.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGES_READ_PER_SEC or PRPS

Pages Written per Sec attribute

Description

The number of 4K pages per second written to paging space by the VMM.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGES_WRITTEN_PER_SEC or PWPS


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


Physical Memory attribute group

This attribute group contains information about the physical memory for 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 Physical 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

Memory Size MB attribute

Description

The total amount of physical memory available to this system (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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEMORY_SIZE_MB or MSM

Free Memory MB attribute

Description

The amount of free (unallocated) system 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_MEMORY_MB or FMM

Used Memory MB attribute

Description

The amount of used (allocated) system 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_MEMORY_MB or UMM

Free Memory Pct attribute

Description

The percentage of system memory that is free (unallocated).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_MEMORY_PCT or FMP

Used Memory Pct attribute

Description

The percentage of system memory that is used (allocated).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_MEMORY_PCT or UMP

Non Comp Memory attribute

Description

The number of non-computational 4K pages resident 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NON_COMP_MEMORY or NCM

Comp Memory attribute

Description

The number of computational 4K pages resident 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMP_MEMORY or CM

Decay Rate attribute

Description

The decay rate for repaging values 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DECAY_RATE

Repaging Rate attribute

Description

The global repaging rate 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

REPAGING_RATE or RR


Physical Volumes attribute group

This attribute group contains physical volume information.

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 Physical Volumes 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

Name attribute: This attribute is a key attribute.

Description

The name of the physical volume.

Type

String

Warehouse name

NAME

State attribute

Description

The state of the physical volume.

Type

String

Warehouse name

STATE

Volume Group Name attribute

Description

The name of the volume group.

Type

String

Warehouse name

VOLUME_GROUP_NAME or VGN

Number of Logical Volumes attribute

Description

The number of logical volumes using the physical volume.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_LOGICAL_VOLUMES or NOLV

Number of Stale Partitions attribute

Description

The number of partitions not updated in a mirrored LVM environment.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_STALE_PARTITIONS or NOSP

Size MB attribute

Description

The size of the physical volume 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SIZE_MB

Free MB attribute

Description

The amount of available space in the physical volume 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_MB

Used MB attribute

Description

The amount of used space in the physical volume 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_MB

Free Pct attribute

Description

The percentage of free space in the physical volume.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_PCT

Used Pct attribute

Description

The percentage of space used in the physical volume.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_PCT

Unique ID attribute: This attribute is a key attribute.

Description

The unique identifier for the disk (UDID).

Type

String

Warehouse name

UNIQUE_ID


Print Queues attribute group

This attribute group contains print queue information.

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 Print Queues 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

Name attribute: This attribute is a key attribute.

Description

The print queue name.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

NAME

Device attribute

Description

The print device name.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

DEVICE

State attribute

Description

The print queue status.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

STATE

Description attribute

Description

The printer description.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

DESCRIPTION or D


Processes Detail attribute group

This attribute group contains detailed process information.

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 Detail 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 Name attribute

Description

The process name.

Type

String

Warehouse name

PROCESS_NAME or PN

Process ID attribute: This attribute is a key attribute.

Description

The 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PROCESS_ID

Parent Process ID attribute

Description

The 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PARENT_PROCESS_ID or PPI

Nice attribute

Description

The process nice value.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NICE

User Name attribute

Description

The user name.

Type

String

Warehouse name

USER_NAME

Repage Count per Sec attribute

Description

The process repage count 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

REPAGE_COUNT_PER_SEC or RCPS

IO Page Fault per Sec attribute

Description

The process page faults involving IO 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

IO_PAGE_FAULT_PER_SEC or IPFPS

Non IO Page Fault per Sec attribute

Description

The process page faults not involving IO 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NON_IO_PAGE_FAULT_PER_SEC or NIPFPS

Text Size attribute

Description

The code size (bytes).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TEXT_SIZE

Resident Text Size attribute

Description

The amount of resident physical memory used by the process code (4K pages).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RESIDENT_TEXT_SIZE or RTS

Resident Data Size attribute

Description

The amount of resident physical memory used by the process private data (4K pages).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RESIDENT_DATA_SIZE or RDS

Page Space Used attribute

Description

The amount of page space used by the process private data (4K pages).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGE_SPACE_USED or PSU

Signals In per Sec attribute

Description

The number of signals received by the process 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SIGNALS_IN_PER_SEC or SIPS

Voluntary Context Switches per Sec attribute

Description

The number of voluntary context switches performed by the process 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

VOLUNTARY_CONTEXT_SWITCHES_PER_SEC or VCSPS

Process Group ID attribute

Description

The process group 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PROCESS_GROUP_ID or PGI

Priority attribute

Description

The process priority.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PRIORITY

State attribute

Description

The process state: None, Created, Dying, Stopped, Active, Swapped.

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:

  • None (0)

  • Created (4)

  • Dying (5)

  • Stopped (6)

  • Active (7)

  • Swapped (8)

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

Warehouse name

STATE

Process UID attribute

Description

The real user ID for the 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PROCESS_UID or PU

Thread Count attribute

Description

The number of threads associated with 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

THREAD_COUNT or TC

Process Core Size attribute

Description

The process core image 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PROCESS_CORE_SIZE or PCS

Involuntary Context Switches Per Sec attribute

Description

The involuntary context switches by process 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

INVOLUNTARY_CONTEXT_SWITCHES_PER_SEC or ICSPS

Total CPU Time attribute

Description

The total CPU used by 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TOTAL_CPU_TIME or TCT

CPU Pct attribute

Description

The percentage of CPU used by this process.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_PCT

WPAR Name attribute

Description

The name of the WPAR.

Type

String

Warehouse name

WPAR_NAME

WLM Name attribute

Description

The WLM class name to which the process belongs.

Type

String

Warehouse name

WLM_NAME

Full Path attribute

Description

The full path of the command (with options).

Type

String

Warehouse name

FULL_PATH


Processes Summary attribute group

This attribute group contains system-wide process information.

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 Summary 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 Context Switches per Sec attribute

Description

The process context switches 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PROCESS_CONTEXT_SWITCHES_PER_SEC or PCSPS

Run Queue Avg attribute

Description

The average count of processes that are waiting for the CPU.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RUN_QUEUE_AVG or RQA

Swap Queue Avg attribute

Description

The average count of processes waiting to be paged in.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SWAP_QUEUE_AVG or SQA

Kern Procs Created per Sec attribute

Description

The number of kernel process creations 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

KERN_PROCS_CREATED_PER_SEC or KPCPS

Kern Procs Exit per Sec attribute

Description

The number of kernel process exits 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

KERN_PROCS_EXIT_PER_SEC or KPEPS

Load Avg attribute

Description

The partition load average.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LOAD_AVG

Utilization Avg attribute

Description

The partition utilization average.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

UTILIZATION_AVG or UA

Total Num Processes attribute

Description

The number of processes.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TOTAL_NUM_PROCESSES or TNP


Quality Of Service attribute group

This attribute group contains networking quality of service information.

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 Quality Of Service 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

Policy Rule Priority attribute

Description

The Policy Rule Priority number.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

POLICY_RULE_PRIORITY or PRP

Protocol attribute: This attribute is a key attribute.

Description

The protocol to which this rule applies (TCP or UDP).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

  • ICMP (1)

  • IGMP (2)

  • TCP (6)

  • UDP (17)

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

Warehouse name

PROTOCOL

Source IP Addr start attribute: This attribute is a key attribute.

Description

The start of the Source IP Address range for this rule.

Type

String

Warehouse name

SOURCE_IP_ADDR_START or SIAS

Source IP Addr end attribute: This attribute is a key attribute.

Description

The end of the Source IP Address range for this rule.

Type

String

Warehouse name

SOURCE_IP_ADDR_END or SIAE

Dest IP Addr start attribute: This attribute is a key attribute.

Description

The start of the Destination IP Address range for this rule.

Type

String

Warehouse name

DEST_IP_ADDR_START or DIAS

Dest IP Addr end attribute: This attribute is a key attribute.

Description

The end of the Destination IP Address range for this rule.

Type

String

Warehouse name

DEST_IP_ADDR_END or DIAE

Source Port start attribute

Description

The start of the source port range for this rule.

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:

  • ANY PORT (-2)

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SOURCE_PORT_START or SPS

Source Port end attribute

Description

The end of the source port range for this rule.

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:

  • ANY PORT (-2)

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SOURCE_PORT_END or SPE

Dest Port start attribute

Description

The start of the destination port range for this rule.

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:

  • ANY PORT (-2)

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DEST_PORT_START or DPS

Dest Port end attribute

Description

The end of the destination port range for this rule.

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:

  • ANY PORT (-2)

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DEST_PORT_END or DPE

Service Class attribute

Description

The Service Class (Integrated Services Controlled Load, Integrated Services Guaranteed Rate, or Differentiated Services).

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:

  • Not Collected (-1)

  • Integrated Services Controlled Load (5)

  • Integrated Services Guaranteed Rate (2)

  • Differentiated Services (1)

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

Warehouse name

SERVICE_CLASS or SC

Peak Rate attribute

Description

The highest allowed rate (bytes/second).

Type

String

Warehouse name

PEAK_RATE

Average Rate attribute

Description

The average allowed rate (bytes/second).

Type

String

Warehouse name

AVERAGE_RATE or AR

Bucket Depth attribute

Description

The bucket depth for the profile.

Type

String

Warehouse name

BUCKET_DEPTH or BD

Guaranteed Rate attribute

Description

The guaranteed rate for the policy (only applicable if Service_Class is 'Integrated Services Guaranteed Rate').

Type

String

Warehouse name

GUARANTEED_RATE or GR

Slack Term attribute

Description

The slack_Term for the policy (only applicable if Service_Class is 'Integrated Services Guaranteed Rate').

Type

String

Warehouse name

SLACK_TERM

TOS In attribute

Description

The outgoing TOS (compliant) (Differentiated Services Only).

Type

String

Warehouse name

TOS_IN

TOS Out attribute

Description

The outgoing TOS (non-compliant) (Differentiated Services Only).

Type

String

Warehouse name

TOS_OUT

Max Packet Size attribute

Description

Do not apply this rule to packets larger than this 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MAX_PACKET_SIZE or MPS

Min Packet Size attribute

Description

Do not apply this rule to packets smaller than this 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MIN_PACKET_SIZE or MPS0

Num Connections attribute

Description

The total number of connections for this profile.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUM_CONNECTIONS or NC

Bytes Xmited attribute

Description

The total number of bytes transmitted.

Type

String

Warehouse name

BYTES_XMITED or BX

Packets Xmited attribute

Description

The total number of packets transmitted.

Type

String

Warehouse name

PACKETS_XMITED or PX

In Profile Bytes Xmited attribute

Description

The total number of in-profile bytes transmitted.

Type

String

Warehouse name

IN_PROFILE_BYTES_XMITED or IPBX

In Profile Packets Xmited attribute

Description

The total number of in-profile packets transmitted.

Type

String

Warehouse name

IN_PROFILE_PACKETS_XMITED or IPPX


System Call attribute group

This attribute group contains system call rate information.

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

Num Syscalls per Sec attribute

Description

The total system calls 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUM_SYSCALLS_PER_SEC or NSPS

Reads per Sec attribute

Description

The read system calls 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

READS_PER_SEC or RPS

Writes per Sec attribute

Description

The write system calls 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

WRITES_PER_SEC or WPS

Forks per Sec attribute

Description

The fork system calls 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FORKS_PER_SEC or FPS

Execs per Sec attribute

Description

The exec system calls 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

EXECS_PER_SEC or EPS


System IO attribute group

This attribute group contains information related to System IO.

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

Syscall Read Chars per Sec attribute

Description

The KBs read through the read sys call 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SYSCALL_READ_CHARS_PER_SEC or SRCPS

Syscall Write Chars per Sec attribute

Description

The KBs written through the write sys call 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SYSCALL_WRITE_CHARS_PER_SEC or SWCPS

Logical Blk Buffer Cache Reads per Sec attribute

Description

The logical reads from a block device through the buffer cache 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LOGICAL_BLK_BUFFER_CACHE_READS_PER_SEC or LBBCRPS

Logical Blk Buffer Cache Writes per Sec attribute

Description

The logical writes to a block device through the buffer cache 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LOGICAL_BLK_BUFFER_CACHE_WRITES_PER_SEC or LBBCWPS

Phys Blk Buffer Cache Reads per Sec attribute

Description

The physical 4K reads from a block device to buffer cache 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYS_BLK_BUFFER_CACHE_READS_PER_SEC or PBBCRPS

Phys Blk Buffer Cache Writes per Sec attribute

Description

The physical 4K writes to a block device from buffer cache 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYS_BLK_BUFFER_CACHE_WRITES_PER_SEC or PBBCWPS

Phys Raw Reads per Sec attribute

Description

The physical reads directly from a raw device 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYS_RAW_READS_PER_SEC or PRRPS

Phys Raw Writes per Sec attribute

Description

The physical writes directly to a raw device 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PHYS_RAW_WRITES_PER_SEC or PRWPS


TADDM attribute group

This attribute group contains the CEC identification information required by the Tivoli Application Dependency Discovery Manager (TADDM) application.

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

CEC Mfg attribute

Description

The name of the CEC manufacturer (IBM).

Type

String

Source

The source for this attribute is Script data.

Warehouse name

CEC_MFG

CEC Model attribute

Description

The CEC system model number.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

CEC_MODEL

CEC SN attribute

Description

The CEC system serial number.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

CEC_SN

LPAR Num attribute

Description

The LPAR identification number.

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 Script data.

Warehouse name

LPAR_NUM


TCP attribute group

This attribute group contains system-wide TCP networking information.

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

Connections Initiated per Sec attribute

Description

The TCP connections initiated 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CONNECTIONS_INITIATED_PER_SEC or CIPS

Connections Established per Sec attribute

Description

The TCP connections established 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CONNECTIONS_ESTABLISHED_PER_SEC or CEPS

Connections Closed per Sec attribute

Description

The TCP connections closed 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CONNECTIONS_CLOSED_PER_SEC or CCPS

Total Packets Sent per Sec attribute

Description

The TCP packets sent 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TOTAL_PACKETS_SENT_PER_SEC or TPSPS

Data Packets Sent per Sec attribute

Description

The TCP data packets sent 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DATA_PACKETS_SENT_PER_SEC or DPSPS

Data Sent KB per Sec attribute

Description

The TCP data KBs sent 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DATA_SENT_KB_PER_SEC or DSKPS

Data Pkt Retransmitted per Sec attribute

Description

The TCP data packets retransmitted 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DATA_PKT_RETRANSMITTED_PER_SEC or DPRPS

Ack Only Pkt Sent per Sec attribute

Description

The TCP ack-only packets sent 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ACK_ONLY_PKT_SENT_PER_SEC or AOPSPS

Total Packets Received per Sec attribute

Description

The TCP total packets received 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

TOTAL_PACKETS_RECEIVED_PER_SEC or TPRPS

Ack Pkt Received per Sec attribute

Description

The TCP ack packets received 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ACK_PKT_RECEIVED_PER_SEC or APRPS


Top 50 CPU Processes attribute group

This attribute group contains the processes that are the top 50 CPU users.

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 Top 50 CPU 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

Name attribute

Description

The process name.

Type

String

Warehouse name

NAME

ID attribute: This attribute is a key attribute.

Description

The process identification number.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ID

CPU Pct attribute

Description

The percentage of CPU utilized by the process.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_PCT

Memory KB attribute

Description

The amount of memory utilized by the process (KB).

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:

  • Not Collected (-1)

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

Warehouse name

MEMORY_KB

Owner attribute

Description

The system user name that owns the process.

Type

String

Warehouse name

OWNER

Full Path attribute

Description

The full path of the command (with options).

Type

String

Warehouse name

FULL_PATH


Top 50 Memory Processes attribute group

This attribute group contains the processes that are the top 50 memory users.

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

Name attribute

Description

The process name.

Type

String

Warehouse name

NAME

ID attribute: This attribute is a key attribute.

Description

The process identification number.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ID

CPU Pct attribute

Description

The percentage of CPU utilized by the process.

Type

Real number (32-bit gauge) with one 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:

  • Not Collected (-10)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_PCT

Memory KB attribute

Description

The amount of memory utilized by the process (KB).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEMORY_KB

Owner attribute

Description

The system user name that owns the process.

Type

String

Warehouse name

OWNER

Full Path attribute

Description

The full path of the command (with options).

Type

String

Warehouse name

FULL_PATH


Virtual Memory Management attribute group

This attribute group contains information about virtual memory management for 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 Management 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

Pages Read per Sec attribute

Description

The number of 4K pages read by VMM 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGES_READ_PER_SEC or PRPS

Pages Written per Sec attribute

Description

The number of 4K pages written by VMM 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGES_WRITTEN_PER_SEC or PWPS

Paging Space Read per Sec attribute

Description

The number of 4K pages read from paging space by VMM 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGING_SPACE_READ_PER_SEC or PSRPS

Paging Space Written per Sec attribute

Description

The number of 4K pages written to paging space by VMM 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGING_SPACE_WRITTEN_PER_SEC or PSWPS

Zero Fill per Sec attribute

Description

The page faults satisfied by zero-filling memory frames 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

ZERO_FILL_PER_SEC or ZFPS

Pagein Wait per Sec attribute

Description

The process waits because of page-ins 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGEIN_WAIT_PER_SEC or PWPS0

Page Fault per Sec attribute

Description

The total page faults 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGE_FAULT_PER_SEC or PFPS

Page Reclaim per Sec attribute

Description

The page faults satisfied by page reclaims 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PAGE_RECLAIM_PER_SEC or PRPS0

Steals per Sec attribute

Description

The physical memory 4K frames stolen by VMM 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

STEALS_PER_SEC or SPS

Memory Not Pinned attribute

Description

The number of 4K memory pages that are not pinned.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEMORY_NOT_PINNED or MNP

Comp Repage Pct attribute

Description

The percentage of repage requests coming from computational segments.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

COMP_REPAGE_PCT or CRP

Noncomp Repage Pct attribute

Description

The percentage of repage requests coming from non-computational segments.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NONCOMP_REPAGE_PCT or NRP

Pending Client Pageout attribute

Description

The total number of client (remote file) page replacement page-outs pending.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

PENDING_CLIENT_PAGEOUT or PCP


Volume Groups attribute group

This attribute group contains volume group information.

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 Volume Groups 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

Name attribute: This attribute is a key attribute.

Description

The name of the volume group.

Type

String

Warehouse name

NAME

State attribute

Description

The state of the volume group.

Type

String

Warehouse name

STATE

Number of Logical Volumes attribute

Description

The number of logical volumes currently in the volume group.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_LOGICAL_VOLUMES or NOLV

Number of Physical Volumes attribute

Description

The total number of physical volumes within the volume group.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_PHYSICAL_VOLUMES or NOPV

Number of Active Physical Volumes attribute

Description

The number of physical volumes that are currently active.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_ACTIVE_PHYSICAL_VOLUMES or NOAPV

Number of Stale Physical Volumes attribute

Description

The number of physical volumes that are not current.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUMBER_OF_STALE_PHYSICAL_VOLUMES or NOSPV

Size MB attribute

Description

The size of the volume group 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SIZE_MB

Free MB attribute

Description

The amount of available space in the volume group 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_MB

Used MB attribute

Description

The amount of used space in the volume group 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_MB

Free Pct attribute

Description

The percentage of free space in the volume group.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_PCT

Used Pct attribute

Description

The percentage of space used in the volume group.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_PCT


Workload Manager attribute group

This attribute group contains workload manager (WLM) class information.

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 Workload Manager attribute group:

Node attribute: This attribute is a key attribute.

Description

The managed system name of the agent.

Type

String

Source

The source for this attribute is the agent.

Warehouse name

NODE

Timestamp attribute

Description

The local time at the agent when the data was collected.

Type

String

Source

The source for this attribute is the agent.

Warehouse name

TIMESTAMP

Class Name attribute: This attribute is a key attribute.

Description

The name of the WLM class. A class is a collection of processes (jobs) with a single set of resource limits applied to it.

Type

String

Warehouse name

CLASS_NAME

Tier Num attribute

Description

The tier number (0 - 9) to which the WLM class belongs. This number defines the relative priority of a class (0 is high, 9 is low).

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.

Warehouse name

TIER_NUM

CPU Consumed Pct attribute

Description

The percentage of the total CPU consumed within an interval by all threads in the class. (total CPU for class/total CPU available).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_CONSUMED_PCT or CCP

CPU Desired Pct attribute

Description

The desired percentage of CPU resource to allocate to the class.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_DESIRED_PCT or CDP

CPU total attribute

Description

The sum of all CPU cycles consumed by all threads in the class.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_TOTAL

CPU shares attribute

Description

The number of CPU shares to be allocated to the class (1 - 65535).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_SHARES

CPU min attribute

Description

The minimum percentage of CPU that must be made available when requested.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_MIN

CPU Soft Max attribute

Description

The maximum percentage of CPU that can be made available to the class when there is CPU contention.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_SOFT_MAX or CSM

CPU Hard Max attribute

Description

The maximum percentage of CPU that can be available to the class when there is no CPU contention.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_HARD_MAX or CHM

Mem Consumed Pct attribute

Description

The percentage of total memory consumed (within an interval) by all threads in the class.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEM_CONSUMED_PCT or MCP

Mem Desired Pct attribute

Description

The desired percentage of memory resources to allocate to the class.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEM_DESIRED_PCT or MDP

Mem total attribute

Description

The sum of all memory consumed by all threads in the class.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEM_TOTAL

Mem shares attribute

Description

The number of memory shares to be allocated to the class (1 - 65535).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEM_SHARES

Mem min attribute

Description

The minimum percentage of memory that must be made available when requested.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEM_MIN

Mem Soft Max attribute

Description

The maximum percentage of memory that can be made available to the class when there is memory contention.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEM_SOFT_MAX or MSM

Mem Hard Max attribute

Description

The maximum percentage of memory that can be available to the class when there is no memory contention.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEM_HARD_MAX or MHM

Disk Consumed Pct attribute

Description

The percentage of total disk resources consumed (within an interval) by all threads in the class.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DISK_CONSUMED_PCT or DCP

Disk Desired Pct attribute

Description

The desired percentage of disk resources to allocate to the class.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DISK_DESIRED_PCT or DDP

Disk total attribute

Description

The sum of all the disk resources consumed by all threads in the class.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DISK_TOTAL

Disk shares attribute

Description

The number of disk shares to be allocated to the class (1 - 65535).

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DISK_SHARES or DS

Disk min attribute

Description

The minimum percentage of disk resource that must be made available when requested.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DISK_MIN

Disk Soft Max attribute

Description

The maximum percentage of disk resource that can be made available to the class when there is disk contention.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DISK_SOFT_MAX or DSM

Disk Hard Max attribute

Description

The maximum percentage of disk resource that can be made available to the class when there is no disk contention.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

DISK_HARD_MAX or DHM


WPAR CPU attribute group

This attribute group contains CPU usage information for WPARs.

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 WPAR CPU 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

WPAR Name attribute: This attribute is a key attribute.

Description

The name of the WPAR.

Type

String

Warehouse name

WPAR_NAME

User CPU Pct attribute

Description

The time this WPAR spent running in CPU user mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USER_CPU_PCT or UCP

System CPU Pct attribute

Description

The time this WPAR spent running in CPU kernel mode percentage.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

SYSTEM_CPU_PCT or SCP

Num CPUs Consumed attribute

Description

The number of physical processors consumed by the WPAR when the LPAR is in shared processor mode.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

NUM_CPUS_CONSUMED or NCC

WPAR CPU Consumed Pct attribute

Description

The percentage of its CPU share consumed by the WPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

WPAR_CPU_CONSUMED_PCT or WCCP

LPAR CPU Consumed Pct attribute

Description

The percentage of CPU entitlement of the LPAR consumed by the WPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LPAR_CPU_CONSUMED_PCT or LCCP

CPU Consumption Limit attribute

Description

The maximum number of physical processors that a WPAR is allowed to consume.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

CPU_CONSUMPTION_LIMIT or CCL

RC CPU Limits Hard Max attribute

Description

The maximum percentage CPU that a WPAR can have even if there is no contention for CPU.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RC_CPU_LIMITS_HARD_MAX or RCLHM

LPAR Entitlement attribute

Description

The number of entitlement units assigned to this LPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LPAR_ENTITLEMENT or LE0


WPAR FileSystem attribute group

This attribute group contains file system information for WPARs.

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 WPAR FileSystem 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

WPAR Name attribute

Description

The name of the WPAR.

Type

String

Warehouse name

WPAR_NAME

Mount Point attribute: This attribute is a key attribute.

Description

The file system mount point.

Type

String

Warehouse name

MOUNT_POINT or MP

Device Name attribute

Description

The file system mounted.

Type

String

Warehouse name

DEVICE_NAME or DN

VFS Type attribute

Description

The virtual file system type.

Type

String

Warehouse name

VFS_TYPE

Node Name attribute

Description

The name of the remote node.

Type

String

Warehouse name

NODE_NAME

Mount Options attribute

Description

The specified mount options.

Type

String

Warehouse name

MOUNT_OPTIONS or MO


WPAR Information attribute group

This attribute group contains the general configuration parameters of the WPARs.

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 WPAR Information 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

WPAR Name attribute: This attribute is a key attribute.

Description

The name of the WPAR.

Type

String

Warehouse name

WPAR_NAME

Type attribute

Description

The type of the WPAR.

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:

  • Application (0)

  • System (1)

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

Warehouse name

TYPE

State attribute

Description

The current state of the WPAR.

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:

  • Defined (0)

  • Loaded (1)

  • Active (2)

  • Frozen (3)

  • Paused (4)

  • Transitional (5)

  • Broken (6)

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

Warehouse name

STATE

Owner attribute

Description

The user ID that owns the WPAR.

Type

String

Warehouse name

OWNER

Hostname attribute

Description

The host name for the WPAR.

Type

String

Warehouse name

HOSTNAME

Home attribute

Description

The home directory for the WPAR.

Type

String

Warehouse name

HOME

Autostart attribute

Description

Indicates whether the WPAR starts on reboot.

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 (0)

  • Yes (1)

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

Warehouse name

AUTOSTART

Shares usr Dir attribute

Description

Indicates whether the WPAR shares its /usr file system with the LPAR.

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 (0)

  • Yes (1)

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

Warehouse name

SHARES_USR_DIR or SUD

Checkpointable attribute

Description

Indicates whether the WPAR can be checkpointed or not.

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 (0)

  • Yes (1)

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

Warehouse name

CHECKPOINTABLE or C

WPAR Application Path attribute

Description

The full path of the executable file to run inside the Application WPAR.

Type

String

Warehouse name

WPAR_APPLICATION_PATH or WAP

RC Is Active attribute

Description

Indicates whether the resource controls are active or not.

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 (0)

  • Yes (1)

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

Warehouse name

RC_IS_ACTIVE or RIA

RC RSet attribute

Description

The name of the configured Resource Set.

Type

String

Warehouse name

RC_RSET

RC CPU Shares attribute

Description

The number of CPU shares for this WPAR.

Type

String

Warehouse name

RC_CPU_SHARES or RCS

RC CPU Limits Min attribute

Description

The minimum percentage of CPU that is guaranteed to the WPAR.

Type

String

Warehouse name

RC_CPU_LIMITS_MIN or RCLM

RC CPU Limits Soft Max attribute

Description

The maximum percentage of CPU that a WPAR can have when there is a contention for CPU.

Type

String

Warehouse name

RC_CPU_LIMITS_SOFT_MAX or RCLSM

RC CPU Limits Hard Max attribute

Description

The maximum percentage of CPU that a WPAR can have even if there is no contention for CPU.

Type

String

Warehouse name

RC_CPU_LIMITS_HARD_MAX or RCLHM

RC Memory Shares attribute

Description

The number of memory shares for this WPAR.

Type

String

Warehouse name

RC_MEMORY_SHARES or RMS

RC Memory Limits Min attribute

Description

The minimum percentage of memory that is guaranteed to the WPAR.

Type

String

Warehouse name

RC_MEMORY_LIMITS_MIN or RMLM

RC Memory Limits Soft Max attribute

Description

The maximum percentage of memory that a WPAR can have when there is a contention for memory.

Type

String

Warehouse name

RC_MEMORY_LIMITS_SOFT_MAX or RMLSM

RC Memory Limits Hard Max attribute

Description

The maximum percentage of memory that a WPAR can have even if there is no contention for memory.

Type

String

Warehouse name

RC_MEMORY_LIMITS_HARD_MAX or RMLHM

RC per Process VM Limit attribute

Description

The maximum amount of virtual memory that a process in the WPAR can consume.

Type

String

Warehouse name

RC_PER_PROCESS_VM_LIMIT or RPPVL

RC Max Processes attribute

Description

The total number of processes allowed in the WPAR.

Type

String

Warehouse name

RC_MAX_PROCESSES or RMP

RC Max Threads attribute

Description

The total number of threads allowed in the WPAR.

Type

String

Warehouse name

RC_MAX_THREADS or RMT

Admin Operation attribute

Description

The administrative operation being performed.

Type

String

Warehouse name

ADMIN_OPERATION or AO

Admin Process ID attribute

Description

The PID of the administrative operation being performed.

Type

String

Warehouse name

ADMIN_PROCESS_ID or API

Admin Start Time attribute

Description

The time when the administrative operation started.

Type

String

Warehouse name

ADMIN_START_TIME or AST

IP Address attribute

Description

The IP or Network address of the network interface.

Type

String

Warehouse name

IP_ADDRESS


WPAR Network attribute group

This attribute group contains network related information for WPARs.

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

WPAR Name attribute: This attribute is a key attribute.

Description

The name of the WPAR.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

WPAR_NAME

Interface Name attribute

Description

The name of the network interface.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

INTERFACE_NAME or IN

IP Address attribute

Description

The IP or network address of the network interface.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

IP_ADDRESS

Network Mask attribute

Description

The internet network mask.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

NETWORK_MASK or NM

Broadcast IP attribute

Description

The broadcast IP address.

Type

String

Source

The source for this attribute is Script data.

Warehouse name

BROADCAST_IP or BI


WPAR Physical Memory attribute group

This attribute group contains memory usage information for WPARs.

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 WPAR Physical 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

WPAR Name attribute: This attribute is a key attribute.

Description

The name of the WPAR.

Type

String

Warehouse name

WPAR_NAME

Memory Size MB attribute

Description

The total amount of physical memory available to the WPAR 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

MEMORY_SIZE_MB or MSM

Used Memory MB attribute

Description

The amount of used (allocated) memory in the WPAR 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_MEMORY_MB or UMM

Free Memory MB attribute

Description

The amount of free (unallocated) memory in the WPAR 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_MEMORY_MB or FMM

Free Memory Pct attribute

Description

The percentage of free memory in the WPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

FREE_MEMORY_PCT or FMP

Used Memory Pct attribute

Description

The percentage of used memory in the WPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

USED_MEMORY_PCT or UMP

LPAR Memory Used Pct attribute

Description

The percentage of LPAR memory used by the WPAR.

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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LPAR_MEMORY_USED_PCT or LMUP

RC Memory Limits Hard Max attribute

Description

The maximum percentage of memory that a WPAR can have even if there is no contention for 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

RC_MEMORY_LIMITS_HARD_MAX or RMLHM

LPAR Memory Size MB attribute

Description

The total amount of physical memory available to the LPAR 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:

  • Not Collected (-1)

  • Value Exceeds Minimum (-2147483648)

  • Value Exceeds Maximum (2147483647)

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

Warehouse name

LPAR_MEMORY_SIZE_MB or LMSM


+

Search Tips   |   Advanced Search