Managing Statistics Files
Separate files are kept for process instance statistics and for activity statistics. The name of the activity statistics file(s) are in the format stats-<
timestamp
>-<
filenumber
>.csv
. The name of the process instance statistics file(s) are in the format jobStats-<
timestamp
>-<
filenumber
>.csv
. These files are stored in a location determined by the bw.engine.stats.dir
custom engine property. The default location of this property is <
engineWorkingDir
>/stats
.
For activity statistics, a new file is created each time statistics collection is enabled. For process instance statistics, a new file is created each time the process engine is started or when the statistics file reaches the specified size. You specify the maximum size for job statistics files with the custom engine properly bw.engine.jobstats.rollover
. The property specifies the maximum size in megabytes
For more information about custom engine properties, see Custom Engine Properties.