Skip to main content

Agent performance

The following guides you to the performance options for Java agents. You can check the maximum number of transactions that can be processed simultaneously and the initial size of the buffer that stores transaction data. This plays an important role in optimizing the system load and resource usage.

Below whatap.agent.2.1.0

  • whatap.tx_max_count Int

    Default 5000

    Maximum number of transactions to store. If there are numerous concurrent transactions, increase this size.

  • whatap.tx_default_capacity Int

    Default 101

    Initial size of the buffer in which transactions are stored.