Hi Victor,
for the meaning of the fields in the rows of the stats.log file see my previous post.
Textual Descritption of the fields:
- Timestamp of the entry
- Max memory
- Free memory
- Current Threads
- Max Threads
- Sessions current
- Sessions max
- Session Average time
- Requests completed current
- Requests completed max
- Requests Average time
- Requests per Minute Started
- Requests per Minute Ended
You can check for the StatsLogParser Tool in the Download section of the Community.
As mentioned before recent versions of Windows do not have the appropriate runtime installed to run this tool.
Additionally this tool can not handle log files with memory values above 2GB/2048MB (in Hexadecimal: 00000000ffffffff).
When trying to parse this file you will have to split the timestamp into 3 parts: date, time, timezone. Otherwise it is not possible to identify the fields correctly. Field separator is the space chraracter in this case.
Regards,
Holger
#webMethods-General#Integration-Server-and-ESB#webMethods