Hitachi

JP1 Version 11 JP1/Performance Management - Agent Option for Service Response Description, User's Guide and Reference


8.6.2 Definition

Organization of this subsection

(1) XML declaration and document type declaration

Specify the XML declaration on the first line and the document type declaration on the second line. Specify exactly as shown below:

<?xml version="1.0" encoding="encoding-type" standalone="no"?>
<!DOCTYPE COMMAND_LIST SYSTEM "espcommand.dtd">

Specify one of the following encoding types. You must declare the command registration file with the specified encoding type.

#

GB18030 supports only in Chinese OS and you cannot use the 4 bytes characters.

(2) XML definition

Table 8‒29: XML definition

XML tag

Mandatory

Role of tag and value to be specified

<COMMAND_LIST>... </COMMAND_LIST>

Y

Indicates a list of user-defined commands. This tag contains one or more <COMMAND> tags. A new <COMMAND> tag can start immediately after a </COMMAND> tag.

<ESP_NAME/>

Y

You must specify this tag.

<COMMAND>... </COMMAND>

Y

Specifies the user-defined command. This tag contains the <USER_COMMAND_ID>, <USER_COMMAND>, and <EXECUTION_TIME> tags.

<USER_COMMAND_ID>... </USER_COMMAND_ID>

((1 to 100))

Y

Specifies the user definition ID used to identify a user-defined command.

<USER_COMMAND>... </USER_COMMAND>

((character string of up to 512 bytes))

Y

Specifies a user-defined command. Even if the command requires options, the entire command, including the options, must be specified on one line.

<EXECUTION_TIME>... </EXECUTION_TIME>

--

Specifies that the time required to execute the user-defined command (from start to termination) is to be used as the response performance information. If this item is omitted, the value output to the standard output by the user-defined command is used as the response performance information.

Legend:

Y: Mandatory item

--: Optional item

(( )): Specifiable value range of the tag.