Enable or disable thread profiling in the APM Insight Java agent

How to enable or disable thread profiling in the Java agent?

The APM Insight Java agent v5.6 is designed to enable thread profiling by default and runs every eight hours (since JVM start) for five minutes to identify and instrument the slow methods in your application.

You can also disable thread profiling by following the below steps.
  1. Open the apminsight.conf file in a text editor.
  2. Add the below key value in a new line.
    thread.profiling.enabled=false 
  3. Save the apminsight.conf file.
    Note: This will not disable your on-demand thread profiling.
  4. To re-enable thread profiling, set the value to true.


    • Related Articles

    • How to identify and resolve conflicts between other APM products and the APM Insight .NET agent

      Problem statement: You are experiencing either of the below issues and suspect that another APM product is interfering with the Site24x7 .NET agent. 1. The .NET monitor is not created under APM > APM Insight > Applications, even after the .NET agent ...
    • Basic troubleshooting tips for the APM Insight Node.js agent

      If you are experiencing issues after installing the APM Insight Node.js agent, follow these troubleshooting tips. Verify agent installation and connectivity To verify the agent installation status, you can execute the following command from the root ...
    • APM Insight AutoProfiler – supported Operating Systems and Agents

      The AutoProfiler feature automatically profiles application performance with minimal manual intervention. This article lists the supported operating systems and APM Insight agents compatible with AutoProfiler. Supported Operating Systems Linux ...
    • APM Insight integration for Next.js in Kubernetes

      To integrate the Site24x7 APM Insight Next.js agent into your Kubernetes application using initContainers with the prebuilt agent image, follow the steps below: Prerequisites A Next.js application container image The Site24x7 APM Insight license key ...
    • Prerequisites for Node.js agent installation

      For a smooth Node.js agent installation, ensure that you've fulfilled the following prerequisites. The environment should have node version 16.20.2 or above installed. The application user should have full permission to access the agent directory. ...