I am brand new to web methods. my responsibility is performance for our group. Is there anyone who can help me understand the metrics I found in Stats.log? Thanks you very much!
The stats.log file contains snapshots of information saved periodically (every 10 minutes or so). The columns are:
Date,Time,Zone,JVMTotalMem,JVMFreeMem,CurrentThreads,MaxThreads,SSNs,SSNx,SSNAvg,REQs,REQx,REQAvg,StartReq,EndReq
Most of the columns are in hexadecimal format. You will have to convert them to Decimal to make them more human readable.
For example: CurrentThreads might be 156 in hex and is translated into 343 in decimal.
1 Like
Use the stats.log parser utility tool which is available on the forum.