Interstage Shunsaku Data Manager Operator's Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix F Output Information of Performance Log | > F.1 Overview of Performance Log |
In the performance log, the following items are output in CSV format for each process (conductor/director/sorter/searcher).
Item number |
Item name |
Explanation |
---|---|---|
1 |
OutputTime |
Output time of the performance log("YYYY/MM/DD hh:mm:ss.mmm") |
2 |
Id |
Process identifier |
3 |
RequestNo |
Request number (a unique number in Shunsaku system) |
4 |
SearcherReqNo |
Request number for searcher (a unique number in a director) |
5 |
RequestKind |
A type of request (the information that shows the requested content) |
6 |
OutputType |
Output Type (The information to classify output information) |
7 |
OutputKind |
A kind of output information (The information to classify the output type (OutputType) |
8 |
RequestTime |
Receive time (The time where a request is received ("hh:mm:ss.mmm") |
9 |
Response |
The total process time of a request ("ss.mmm"). |
10 |
Result |
The result of a process (0: Normal termination, Other than 0: Abnormal termination) |
11 |
Client |
The information of API where the search is requested ("IP address:port number") |
12 |
TransactionId |
The identifier number of the transaction when adding, updating and deleting data. |
13 |
Records |
Number of record to be processed |
14 |
RetRecords |
For the search process: number of records that have been returned |
15 |
RetDataSize |
For the search process: the amount of data (byte) that has been returned. |
16 |
MultiCount |
The number of requests to searchers that are executed at the same time |
17 |
DetailInfo |
Details other than the information above |
18 |
ErrorInfo |
An error message when an error occurs |
Remarks:
YYYY/MM/DD - year/month/day
hh:mm:ss.mmm -hour:minute:second:millisecond
ss.mmm -second.millisecond
"OutputTime","Id","RequestNo","SearcherReqNo","RequestKind","OutputType","OutputKind","RequestTime","Response","Result","Client","TransactionId","Records","RetRecords","RetDataSize","MultiCount","DetailInfo","ErrorInfo" "2006/03/22 20:12:27.376","shunc","442130f100000001",,"Connect",0,"START","20:12:27.375",,,"127.0.0.1:55101",,,,,,, "2006/03/22 20:12:27.376","shunc","442130f100000001",,"Connect",1,"SUMMARY","20:12:27.375",0.001,0,"127.0.0.1:55101",,,,,,"APIRecvTime=0.000,APISendTime=0.000", |
Contents
Index
![]() ![]() |