In the period between requests, the Java EE agent caches the data structures used to collect the data for request fragments. The MaxRequestFragmentCacheSize setting determines the maximum number of request fragments that are stored in the cache. The default value is
50. Set the value to zero (
0) to disable the cache.
If you manually edit the instrumentation.config file, use the following syntax to specify the maximum request fragment cache size.
The RecursionLimit configuration setting adjusts the number of recursive calls for which the Java EE agent collects detailed performance information. Beyond this number, the Java EE agent collects and aggregates timing information for the entire recursive sequence.
If you manually edit the instrumentation.config file, use the following syntax to specify the recursion limit.
The RemoteInvocationLimit determines the maximum number of calls that the Java EE agent follows from a single method to a remote system. Beyond this number, the Java EE agent only collects and aggregates overall performance information for the remote system invocations. This is done for two reasons:
If you manually edit the instrumentation.config file, use the following syntax to specify the remote invocation limit.
If you manually edit the instrumentation.config file, use the following syntax to enable non-component root nodes.