IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Stats.log file

    Posted Sat March 26, 2011 07:15 PM

    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!


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: Stats.log file

    Posted Mon January 14, 2019 04:27 AM

    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


  • 3.  RE: Stats.log file