$('a[name]').remove(); $('#ic-homepage__footer').before('

'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('

'); $("#ic-homepage__feed-tips").wrapInner('

'); });

IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agent Builder User's Guide > Attributes reference IBM Tivoli Monitoring, Version 6.3


Availability node

The Availability attribute group contains availability data for the application.

The table provides a common format for representing application availability, which includes relevant information for three aspects of an application: services (Windows only), processes, and command return codes.

The following list contains information about each attribute in the Availability attribute group:

Node attribute - This attribute is a key attribute

Description

The managed system name of the agent

Type

String

Names

Attribute name

Node

Column name

ORIGINNODE

Timestamp attribute

Description

The local time at the agent when the data was collected

Type

Time

Names

Attribute name

Timestamp

Column name

TIMESTAMP

Application Component attribute - This attribute is a key attribute

Description

The descriptive name of a part of the application

Type

String

Names

Attribute name

Application_Component

Column name

COMPONENT

Name attribute

Description

The name of the process, service, or functional test. This name matches the executable name of the process, the service short name, or the name of the process that is used to test the application.

Type

String

Names

Attribute name

Name

Column name

NAME

Status attribute

Description

The status of the application component.

  • For processes, the values are UP, DOWN, WARNING, or PROCESS_DATA_NOT_AVAILABLE. PROCESS_DATA_NOT_AVAILABLE is displayed for a process when the matching process is running but the resource use information cannot be collected for that process.

  • For services, the values are UP, DOWN, or UNKNOWN. UNKNOWN is displayed when the service is not installed.

  • For command return codes, the values are PASSED or FAILED.

Type

String

Names

Attribute name

Status

Column name

STATUS

Full Name attribute

Description

The full name of the process which includes information that is process-dependent. The name might include the full path if the process was started that way. The name can also include a partial path or even a path that is changed by the process.

Type

String

Names

Attribute name

Full_Name

Column name

FULLNAME

Type attribute

Description

Identifies the type of the application component. Components are processes, services, or command return codes.

Type

Integer (gauge)

Names

Attribute name

Type

Column name

TYPE

Virtual Size attribute

Description

The virtual size (in MB) of the process

Type

Integer (gauge)

Names

Attribute name

Virtual_Size

Column name

VIRTSIZE

Page Faults Per Sec attribute

Description

The rate of page faults for the process that is measured in faults per second. This value contains only valid data for processes.

Type

Integer (gauge)

Names

Attribute name

Page_Faults_Per_Sec

Column name

PAGEFAULTS

Work Set Size attribute

Description

The working set size of the process in MB. This value contains only valid data for processes.

Type

Integer (gauge)

Names

Attribute name

Work_Set_Size

Column name

WORKSET

Thread Count attribute

Description

The number of threads that are currently allocated by this process. This value contains only valid data for processes.

Type

Integer (gauge)

Names

Attribute name

Thread_Count

Column name

THREADS

PID attribute

Description

The process id that is associated with the process. This value contains only valid data for processes.

Type

Integer (gauge)

Names

Attribute name

PID

Column name

PID

Percent Privileged Time attribute

Description

The percentage of the available processor time that is being used by this process for privileged operation

Type

Integer (gauge)

Names

Attribute name

Percent_Privileged_Time

Column name

PERCPRIV

Percent User Mode Time attribute

Description

The percentage of the available processor time that is being used by this process for user mode operation

Type

Integer (gauge)

Names

Attribute name

Percent_User_Mode_Time

Column name

PERCUSER

Percent Processor Time attribute

Description

The percentage of the elapsed time that this process used the processor to run instructions

Type

Integer (gauge)

Names

Attribute name

Percent_Processor_Time

Column name

PERCPROC

Command Line attribute

Description

The program name and any arguments that are specified on the command line when the process was started. This attribute has the value N/A if you are running a Service or Functionality test.

Type

String

Names

Attribute name

Command_Line

Column name

CMDLINE

Functionality Test Status attribute

Description

The return code of the functionality test. When the monitored application is running correctly, SUCCESS is returned. NOT_RUNNING is returned when the application is not running correctly. N/A is returned when the row does not represent a functionality test.

Type

Integer with enumerated values. The strings are displayed in the Tivoli Enterprise Portal, the warehouse, and queries return the numbers. The defined values are: N/A(1), SUCCESS (0), GENERAL_ERROR (2), WARNING (3), NOT_RUNNING (4), DEPENDENT_NOT_RUNNING (5), ALREADY_RUNNING (6), PREREQ_NOT_RUNNING (7), TIMED_OUT (8), DOESNT_EXIST (9), UNKNOWN (10), DEPENDENT_STILL_RUNNING (11), or INSUFFICIENT_USER_AUTHORITY (12). Any other values display the numeric value in the Tivoli Enterprise Portal.

Names

Attribute name

Functionality_Test_Status

Column name

FUNCSTATUS

Functionality Test Message attribute

Description

The text message that corresponds to the Functionality Test Status. This attribute is valid only for command return codes.

Type

String

Names

Attribute name

Functionality_Test_Message

Column name

FUNCMSG


Parent topic:

Attributes reference

+

Search Tips   |   Advanced Search