Help APM APM for Java Agent Performance Report

Performance report of Java agent

This performance report evaluates the impact of APM Insight Java agent on a Java 11-based E-commerce store, highlighting memory consumption, CPU usage, response time overhead, and network bandwidth consumption.

Table of contents

Test configuration

  • The test application is an e-commerce store built on the Spring framework.
  • It runs on Java 11 and is connected to a MySQL database.
  • The test was run for an hour, with the application set to receive 2,000 HTTP requests per minute.

Memory consumption

  • The  APM Insight Java agent consumes 100 MB to 800 MB of memory to track all transactions served by the application server.
  • The worst-case consumption of around 800 MB may occur when the agent is running on the server with the maximum capturing limits for transactions, traces, exceptions, and so on.

Memory consumption

CPU consumption

The APM Insight Java agent results in a maximum of 2% more CPU consumption for the Java application (process) than the same process when run without it.

CPU consumption

Response time overhead

  • If the APM Insight Java Agent is configured to track all method calls according to the agent's default instrumentation, the response time overhead is 3.5% - 3.7% of the actual response time.
  • The overhead in response time is directly proportional to the number of method calls that are instrumented. If many classes/methods are configured to be instrumented with custom instrumentation, the overload is expected to increase.

Response time overhead

Network bandwidth consumption

  • There is only one-way HTTPS communication between the APM Insight Java agent and the Site24x7 server at a frequency of one minute.
  • The agent consumes a bandwidth of five MB per hour at the maximum.
Was this document helpful?
Thanks for taking the time to share your feedback. We’ll use your feedback to improve our online help resources.

Help APM APM for Java Agent Performance Report