Hitachi

Hitachi Application Server V10 User's Guide (For Windows® Systems)


10.2.6 Output format of the performance analysis trace file

The performance analysis trace collects the trace information for each functionality layer.

Output format

Dump format

PRF: record_status Process: process_ID Thread: thread_ID(hash_value) 
Trace: trace_serial_number
ProcessName: process_name
Event: event_ID Time: year:month:day hour:minute:second
 millisecond/microsecond/nanosecond 
Rc: return_code 
ClientAP: IP_address_of_the_client_application 
process_ID_of_the_client_application - 
communication_number_of_the_client_application 
RootAP: IP_address_of_the_root_application 
process_ID_of_the_root_application - 
communication_number_of_the_root_application
INT: interface_name OPR: operation_name
Offset +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +a +b +c +d +e +f 0123456789abcdef
  dump_information

CSV format

PRF,Process,Thread(hashcode),Trace,ProcessName,Event,Date,Time,
Time(msec/usec/nsec),Rc,ClientAP IP,ClientAP PID, ClientAP CommNo.,
RootAP IP,RootAP PID,RootAP CommNo.,INT,OPR,OPT,ASCII
record_status,process_ID,thread_ID(hash_value),trace_serial_number,process_name,
event_ID,year/month/day,hour:minute:second,
millisecond/microsecond/nanosecond,return_code,
IP_address_of_the_client_application,
process_ID_of_the_client_application,
communication_number_of_the_client_application,
IP_address_of_the_root_application,
IP_address_of_the_root_application,
communication_number_of_the_root_application,interface_name,operation_name, 
dump_information,ASCII_character_information
Output items

Item

Description

PRF

Status of the process record. One of the following is output:

Rec: The record status is normal.

ErrRec: The record status is abnormal.

Process

ID of the process whose trace information was acquired. A decimal number consisting of 10 or fewer digits is output.

Thread

ID or hash value of the thread in the process for which trace information was acquired. A hexadecimal number consisting of a maximum of 18 digits is output.

Trace

Trace serial number in the relevant thread. A decimal number consisting of 10 or fewer digits is output.

ProcessName

Process name. A character string that consists of 32 or fewer characters and that identifies the process is output.

Event

Event ID. A 6-digit hexadecimal number is output.

Time

Year, month, day, and time when the trace information was acquired. This information is output in the following format:

year/month/day hour:minute:second millisecond/microsecond/nanosecond

Output example

2000/02/12 13:43:44 363/200/000

Rc

Return code. A 16-digit decimal number is output.

ClientAP

The following information about the client application is output:

IP address

Process ID

Communication number

RootAP

The following information about the root application is output:

IP address

Process ID

Communication number

INT

Interface name. A character string# consisting of 33 or fewer characters is output.

OPR

Operation name. A character string# consisting of 33 or fewer characters is output.

OPT

Information that was acquired for each process. Dump information consisting of a maximum of 514 characters is output.

ASCII

Information that was acquired for each process. ASCII character information consisting of a maximum of 514 is output.

#:

If the length of the interface name or operation name exceeds 33 characters, the name is changed by using one of the following methods so that the output name consists of 33 characters:

first_32_characters + *

first_16_characters + * + last_16_characters

* + last_32_characters