$('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


Log File RegEx Statistics attribute group

The Log File RegEx Statistics attribute group contains information that shows the statistics of the log file regular expression search expressions.

Regular expressions can be used to filter records or to define records. This attribute group shows information about both types. When the Result Type attribute contains either INCLUDE or EXCLUDE, the filter is use to filter records. If the Result Type attribute contains BEGIN or END, the filter is used to define records. The CPU measurements are approximations that are based on the granularity of the data that is exposed by the operating system. These measurements can result in values of 0.00 when a regular expression takes a small time to evaluate. Use the CPU times to determine the relative cost of regular expressions and to optimize the behavior of specific regular expressions.

The Log File RegEx Statistics attribute group is included if you have a log attribute group and the agent is at Tivoli Monitoring version of 6.2.1 or later. The minimum Tivoli Monitoring Version is selected on the Agent Information page. See (Naming your agent). The Log File RegEx Statistics attribute group includes attributes that are defined as 64-bit numbers so that they can handle long durations. Support for 64-bit numeric attributes is provided by Tivoli Monitoring version 6.2.1 or later.

The following list contains information about each attribute in the Log File RegEx Statistics attribute group:

Node attribute - This attribute is a key attribute

Description

The managed system name of the agent.

Type

String

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

Table Name attribute - This attribute is a key attribute

Description

The name of the log file attribute group.

Type

String

Names

Attribute name

Table_Name

Column name

TBLNAME

Attribute Name attribute - This attribute is a key attribute

Description

The name of the attribute to which this filter is applied.

Type

String

Names

Attribute name

Attribute_Name

Column name

ATRNAME

Filter Number

Description

The sequence number, starting at zero, of the filter that is being used for the attribute.

Type

Integer (Numeric Property)

Names

Attribute name

Filter_Number

Column name

FLTRNUM

Result Type attribute

Description

The result type can be INCLUDE or EXCLUDE to accept or reject the attribute if the filter matches. The result type can be BEGIN or END to specify the start or end of a record for multi-line records.

Type

Integer with enumerated values. The strings are displayed in the Tivoli Enterprise Portal. If the filter is used to filter records, the defined values are INCLUDE(1) or EXCLUDE(2). If the filter is used to define records, the defined values are BEGIN(3) or END(4).

Names

Attribute name

Result_Type

Column name

RSTTYPE

Average Processor Time attribute

Description

The average number of processor seconds used to process the filter for this attribute. The average processor time is the total processor seconds divided by the filter count.

Type

Integer (Gauge)

Names

Attribute name

Average_Processor_Time

Column name

CPUTAVG

Processor Time attribute

Description

The total number of processor seconds used to process the filter for this attribute. The processor time is cumulative and is truncated, not rounded. Similar to the Linux /proc/<pid>/task/thread/stat file.

Type

Integer (Counter)

Names

Attribute name

Processor_Time

Column name

CPUTIME

Max Processor Time attribute

Description

The maximum number of processor seconds used for a single filter processing. It is possible that the maximum is zero if the filter was never used or if each of the filter processing took less than 0.01 seconds.

Type

Integer (Gauge)

Names

Attribute name

Max_Processor_Time

Column name

CPUTMAX

Min Processor Time attribute

Description

The minimum number of processor seconds used for a single filter processing. It is possible that the minimum is zero if a filter processing took less than 0.01 seconds.

Type

Integer (Gauge)

Names

Attribute name

Min_Processor_Time

Column name

CPUTMIN

Filter Count attribute

Description

The number of times the filter is run. Used with the total processor time to compute the average processor time.

Type

Integer (Counter)

Names

Attribute name

Filter_Count

Column name

COUNT

Filter Count Matched attribute

Description

The number of times the filter is run and the attribute matched.

Type

Integer (Counter)

Names

Attribute name

Filter_Count_Matched

Column name

COUNTMA

Filter Count Unmatched attribute

Description

The number of times the filter is run and the attribute did not match.

Type

Integer (Counter)

Names

Attribute name

Filter_Count_Unmatched

Column name

COUNTUN

RegEx Pattern attribute - This attribute is a key attribute

Description

The regular expression that is used for the match.

Type

String

Names

Attribute name

RegEx_Pattern

Column name

REGXPAT

Last Matched Time attribute

Description

The last time the filter was used and the result matched.

Type

Time

Names

Attribute name

Last_Matched_Time

Column name

LASTMAT

Last Unmatched Time attribute

Description

The last time the filter was used and the result was unmatched.

Type

Time

Names

Attribute name

Last_Unmatched_Time

Column name

LASTUMA


Parent topic:

Attributes reference

+

Search Tips   |   Advanced Search