9.4.3.2.2.3 jvm.stats.time | jvm.stats.numrecs
Specifies a time interval, in seconds or a number of records, after which statistics will be reported. The default is to report statistics every hour or every 10000 records (which ever occurs first).
For example, to report ever 10 minutes or every 1000 records, specify:
jvm.stats.time=600 jvm.stats.numrecs=1000
The Java application statistics are handler-dependent:
-
For the all handlers, there is at least the total elapsed time, processing time, number of operations, transactions;
-
For the JMS handler, there is additionally the total number of bytes received and sent.
-
The report can be customized using a template.
Parent topic: Statistics and Reporting