Help APM APM for Java Agent Performance Report

Agent Performance Report

Agent Performance Report

Server Setup

  • Application Server - Apache Tomcat 7.0.29
  • JDK/JVM Environment - Oracle JDK 1.6.0_24
  • Operating System - Windows 7 (x64)

Application Setup

  • J2EE Web Application
  • MVC Frameworks used: Struts 2
  • ORM Frameworks used: Hibernate 4.2.19 Final
  • Database: MySQL
  • Cached Frameworks used: Memcached

Memory Consumption

  • The target web application is set to receive 300 requests per minute.
  • APM Insight java agent is configured to track all transactions (web, non-web). The agent consumes 35 to 40 MB to track all the transactions getting served by the Application Server.
    Memory consumption chart under normal load
  • On increasing the throughput to the server to 600 requests per minute, the APM Insight java agent consumes 80  to 100 MB, tracking all the transactions served by the application server.
    Memory consumption chart under high load
  • In case of Application servers serving huge requests, memory consumption by the APM Insight java agent can be reduced (if needed) by configuring the sampling factor.

Response Time Overload

  • Response time overload added by the APM Insight java agent is directly proportional to the number of method calls being instrumented.
  • If the agent is set to track all the method calls happening in the transaction, the maximum response time overload will be 7% of the actual response time. On Minimal, Agent consumes 1% of the actual response time.
    Response time under normal load
    Response time under high load

Network Bandwidth Usage

  • The communication between APM Insight agent and Site24x7 servers is of one-way HTTPS communication. The agent sends the performance metrics to Site24x7 server (plusinsight.site24x7.com) every one minute.
  • There will be 2 requests per minute from the agent to our Site24x7 servers.
    1. /arh/data  - carries metric data of all the transactions performed on the server, which will consume at the maximum of 100 KB.
    2. /arh/trace - carries traces of every transaction which consumed response time larger than the configured threshold level. A complete snapshot of the transactions will be sent. This can be used for better debugging. Maximum data size sent is around 4MB.
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