Pages

Monday, 4 November 2013

How to read CE built-in perf log?

Enable it:
1: verify there is a file created called "perflog_config.properties" under the folder of the CE err and trace logs, like this ".../filenet/server1"...
2: open the file, edit "use.me=true", and also change the "perflog.dir=<> " to a good existing directory, and save it. Verify to see if the perflog is writing to that folder

Performance log format:

[Audit Interval] [Execution Count] [Avg. Duration (ms)] [Total Duration (ms)] 0 0 [Performance Counter]
The first column in the IBM FileNet CPE performance log is the audit interval. This is denoted by #Audit#-X, where X is 1, 10, 60 or 240. Each reported interval also includes a time stamp to clearly identify when the performance data was collected. The second column represents the number of executions for that performance counter during the audit interval. The third column represents the average duration of those executions and the fourth column is the total duration. The fifth and sixth columns are always zero and reserved for future needs. The final column is the actual performance counter being reported.

This file is located under the [application server profile]/FileNet/[server_name] directory.

No comments:

Post a Comment