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.
#Integration-Server-and-ESB#webMethods-General#webMethods