7.7 Measurement condition label definition file (esptasklabel.conf)

The measurement condition label definition file is used to define labels of your choosing for measurement conditions.

Note:
If you define the label name of the same task ID in the measurement condition registration file (esptask.xml), then the label name defined in the measurement condition registration file takes precedence over those of the specified label name in the measurement condition label definition file.
You can check and edit the label names of the tasks defined in the measurement condition registration file as the Task Label property in PFM - Web Console. Yet, you cannot check and edit the label names of the tasks defined in the measurement condition label definition file by using PFM - Web Console.
Organization of this section
(1) Format
(2) Definition
(3) Example

(1) Format

[label definition]
task_id=measurement-condition-ID
task_label=measurement-condition-label-name

Note:
The following notes apply to specifying the measurement condition label definition file:
  • Each key name and its value must be connected by an equal sign (=).
  • Each key name and its value must be specified on a single line.
  • The specification must begin in column 1.
A line beginning with a hash mark (#) is treated as a comment line.

(2) Definition

label definition section:
Specifies a combination of an ID and a label name for the measurement condition.
You specify this section for each measurement condition for which a measurement condition label is to be defined. If either the ID or the label name is not correct, the combination of the ID and the label name is not applied.

Table 7-29 Definition in the label definition section

Key nameMandatoryValue to be specified
task_idYSpecifies the ID of the measurement condition for which a label is to be defined.
task_label
((character string of up to 63 bytes#))
YSpecifies a name for the measurement condition. This name must be unique among all the measurement condition names.
Legend:
Y: Mandatory item
(( )): Specifiable value range of the tag.
#
The comma (,), double quotation mark ("), and equal sign (=) cannot be specified.

(3) Example

The following is an example of a measurement condition label definition file:

[label definition]
task_id=1
task_label=HTTP A Server
task_id=2
task_label=HTTPS shopping Server
task_id=3
task_label=POP3 Mail Server