This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Timed Operation (timedOperation)
Timed operations help WebSphere Application Server administrators see when certain actions in their application server are operating more slowly than expected.
Attribute name | Data type | Default value | Description |
---|---|---|---|
enableReport | boolean | true | Enables periodic generation of report to the logs detailing the ten longest timed operations, grouped by type, and sorted within each group by expected duration |
maxNumberTimedOperations | int | 10000 | A warning is logged when the total number of timed operations reaches this value. |
reportFrequency | A period of time with hour precision | Frequency of generating report to the logs detailing the ten longest timed operations, grouped by type, and sorted within each group by average of actual duration. Specify a positive integer followed by the unit of time, which can be hours (h). For example, specify 12 hours as 12h. |