Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Figure A-1 Color code table

Image Added

The following table specifies counter display formats for Display sub-elements positioned under the counter sub-element.

Table A-22 Counter display formats for the Display sub-elements positioned under the counter sub-element.

Format    GUI definition    Description

...

FormatGUI DefinitionDescription
Duration

sum-format: HH:MI:SS

avg-format: HH:MI:SS.

...

TTT

Time counter (format for Service-time classification)
int

...

CountnumberInteger counter, big numbers, display as K/M/G.
float

...

CountnumberFloat

Execution classified counter must have sum-format="number" and avg-format="".

Statistical classified counters have number, numberFloat, or byteFloat.

...

BytesbyteFloatBytes; may be displayed as bytes, KB, MB, GB.

The following table defines database-related properties. The <data> element is a mandatory child element of <entity> and <counter>.

Table A-23 Data element positioned under the counter element

Data

...

Attribute NameDescription
class

Defines the classification used to build a service time breakdown and statistical graphs.

Value: "service", "execution", or "statistic".

Mandatory: Yes

type

...

Defines the data type for a database column.

Value: float

Mandatory: Yes

dbcolumn

...

The name of a database column.

Value: valid database column.

Mandatory: Yes

Info

...

Execution classified counter has a fixed dbcolumn name: "REQUESTS".

mandatory

...

Defines whether the database column is nullable.

Value: Yes, No

Mandatory: Yes

func

...

An aggregation function for the PW summary process.

Value: sum

Mandatory: No

collection-

...

id

The field name in a Collector file.

Value: a valid XML tag.

Mandatory: Yes

The following table specifies additional fields that are neither entities or counters. The <misc-fields> element is a mandatory child element of the root.

Table A-24 Misc-fields element positioned under the root element

Misc-fields

...

ElementDescription
misc-

...

fields

Must have at least one child element <field>. Multiple children are allowed.

Currently, one field child is mandatory: timestamp field.

This element has no attributes.

The following table defines the field for a counter. The <field> element is a mandatory child element of <misc-fields>.

Table A-25 Field element positioned under misc-fields element

Field

...

Attribute NameDescription
tid

A dummy Value.

Value: "999"

Mandatory: Yes

The following table defines the database related properties. The <data> element is a mandatory child element of <field>.

Table A-26 Data element positioned under field element

Data

...

Attribute NameDescription
Class

Defines the classification.

Value: "timestamp"

Mandatory: Yes

dbcolumn

...

The name of a database column is fixed.

Value: "TIMESTAMP"

Mandatory: Yes

mandatory

...

Defines whether the database column is nullable.

Value: Yes

Mandatory: Yes

...

Type

Defines the data type of a database column.

Value: timestamp

Mandatory: Yes

collection-

...

id

The field name in a Collector file.

Value: a valid XML tag.

Mandatory: Yes

The following table specifies the name of the timestamp field in the Collector file. The timestamp field is a mandatory field child element of <misc-fields>.

Table A-27 Timestamp field positioned under the misc-fields element

Timestamp

...

FieldDescription
timestampThe collection-id attribute.

The following table specifies needed parameters for installation. The <agent-installer-params> element is an optional child element of the root.

Table A-28 Agent-installer-params element positioned under the root element

Agent-installer-params

...

ElementDescription
agent-installer-

...

paramsThis element has no attributes (for future use).

The following are counter guidelines:

...