AuthMinder Java SDK logging is enhanced to ensure that there is traceability on the client as well as between the client and the server. All time parameters are in milliseconds.
The following is an example of a Transaction Begin log line:
OP=verifySignedChallenge | CTxID=_1T8I_31_34
The following is an example of a Transaction End log line:
OP=verifySignedChallenge | CTxID=_1T8I_31_34 | STxID=150057 | RC=0 | REC=0 | TOT=130 | SRT=87 | TGC=10 | TRC=0 | TWR=31 | TRD=2 | TCR=0 | RTC=1 | NCA=-1 | NCB=-1
Following are the details of the parameters in the log line:
Identifier for the operation
Java SDK transaction identifier
WebFort server transaction identifier
Response code that indicates the final status of the transaction
Detailed status of the transaction, typically applicable in case of failure
Total time taken to process the API call
Time taken by the server to process and respond to the request
Time taken to get the connection from the pool
Time taken to return the connection to the pool
Time take to write to the socket
Time take to read from the socket
Time taken to create a new connection
Retry count, which specifies the number of attempts made on the pool to get the connection
Number of connections available in the pool at this point in time
Number of connections borrowed from the pool at this point in time
|
Copyright © 2013 CA.
All rights reserved.
|
|