Nonstop Database, HiRDB Version 9 Command Reference
The pdprfed command converts performance trace information files from binary to CSV format and then outputs them to the standard output.
HiRDB administrator
pdprfed [-T start-time,end-time] [-p process-ID[,process-ID]...] [-e event-ID[,event-ID]...] [-H] performance-trace-information-file-name |
Specifies that the trace information collected within the specified time period is to be output in CSV format. Specify each time in the format YYYYMMDDHHMMSS.
Specifies that the information for the specified process IDs is to be output in CSV format. When multiple process IDs are specified, the command outputs only the trace information applicable to all the specified process IDs.
Specifies that information for the specified event IDs is to be output in CSV format. When multiple event IDs are specified, the command outputs only the trace information applicable to all the specified event IDs.
Specifies that the performance trace information is to be output in CSV format without headers.
Specifies the name of the file that contains the performance trace information.
The following shows the output example:
time,svname,pid,tid,eid,no,ip,len,c_ip,c_pid,c_port,c_conn,c_no,r_id,r_user,binary,text 2012/12/04 12:13:06.902202,f001,9974,1,0x10022002,13,10.197.12.141,104,10.197.12.141,12862,,2,,unt100000002,,02004F50 4E320000,..OPN2.. 2012/12/04 12:13:06.902684,f001,9974,1,0x13012503,14,10.197.12.141,124,10.197.12.141,12862,,2,,unt100000002,,64000000 62303131 00202020 00000000 E42E0000 01000000 00000000,d...b011. 2012/12/04 12:13:06.902769,f001,9974,1,0x11019101,15,10.197.12.141,92,,,,,,unt100000002,,0AC50C8D 0200E42E 00000000 AA2A0000,.............*.. 2012/12/04 12:13:06.902797,f001,9974,1,0x11019100,16,10.197.12.141,72,,,,,,unt100000002,,, 2012/12/04 12:13:06.903019,b011,10064,1,0x11029101,1,10.197.12.141,60,,,,,,,,, 2012/12/04 12:13:06.903476,b011,10064,1,0x11009600,2,10.197.12.141,168,,,,,,unt100000002,,2F350E00 20000000 30000000 05000000 F6260000 48524442 756E7431 02010100 00000000 00000000 02000000 03000000 05000000 04000000 90000000 48524442 756E7431 66303031 00000000 00000000 F6260000 02000000 05000000,/5.. ...0........&..HRDBunt1................................HRDBunt1f001.........&.......... 2012/12/04 12:13:06.903503,b011,10064,1,0x13022003,3,10.197.12.141,112,0.0.0.0,0,,2,,unt100000002,,64000000 0000A03A 00000000 01000000,d......:........ 2012/12/04 12:13:06.904324,f001,9974,1,0x10012002,17,10.197.12.141,108,10.197.12.141,12862,,2,,unt100000002,,02004F50 4E320000 00000000,..OPN2...... |
Header | Description | Example of output |
---|---|---|
time | Trace collection time | 2010/02/10 13:40:36.201194 |
svname | Server name, process name# | fes1 |
pid | Process ID | 30089 |
tid | Thread ID | 1 |
eid | Event ID | 0x10012002 |
no | Performance trace sequence number | 125 |
ip | IP address | 10.208.175.34 |
len | Maintenance information | 100 |
c_ip | Client's IP address | 10.208.175.35 |
c_pid | Client's process ID | 31884 |
c_port | Client's port number | 30142 |
c_conn | Client's connection sequence number | 3 |
c_no | Maintenance information | |
r_id | Performance ID# | unt10000043E |
r_user | When integrated with Hitachi Application Server: Root application information Other: Maintenance information |
41424300 4AE40000 012E0000 |
binary | Maintenance information | 02004155 49320000 00000000 |
text | Maintenance information | ..AUI2...... |
All Rights Reserved. Copyright (C) 2011, 2015, Hitachi, Ltd.