The measurement condition label definition file is used to define labels of your choosing for measurement conditions.
[label definition]
task_id=measurement-condition-ID
task_label=measurement-condition-label-name
Table 7-29 Definition in the label definition section
Key name | Mandatory | Value to be specified |
---|---|---|
task_id | Y | Specifies the ID of the measurement condition for which a label is to be defined. |
task_label ((character string of up to 63 bytes#)) | Y | Specifies a name for the measurement condition. This name must be unique among all the measurement condition names. |
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