Steps to enable Glowroot- 10600 above and check if it is enabled successfully

Steps to enable Glowroot- 10600 above and check if it is enabled successfully

Use: For performance issue in 10.6 and above glowroot must be collected as a part of analysis.

1. If you start application as service, Uncomment below entry in wrapper.conf and restart the application server.
#wrapper.java.additional.42=-javaagent:../glowroot/glowroot.jar

2. If you start application through SDP_HOME/bin/run.bat, Uncomment below entry in run.bat and restart the application server.(You can uncomment by removing rem)
rem set JAVA_OPTS=%JAVA_OPTS% -javaagent:"%SERVER_HOME%\glowroot\glowroot.jar"

3. If you start application through SDP_HOME/bin/run.sh, Uncomment below entry in wrapper.conf and restart the application server.
#JAVA_OPTS="$JAVA_OPTS -javaagent:$SERVER_HOME/glowroot/glowroot.jar"

Glowroot must be enabled for atleast two days, After two days from enabling collect the glowroot folder present under SDP_HOME/.
After collecting glowroot log ask cx to revert the above changes and restart the server to disable glowroot.

For Linux instance, Uncomment the below entry in the file called Run.sh available under SDP_HOME/bin/run.sh
#JAVA_OPTS="$JAVA_OPTS -javaagent:$SERVER_HOME/glowroot/glowroot.jar"

Disable the glowroot, when it is not required or when the application is up & running fine.

How to check if glowroot is enabled correctly:

1. Connect to localhost:4000

If the glowroot is not enabled you will get the error stating the page is not connected:


Note : Please ensure that the application is stopped and started once successfully after enabling glowroot, as sometimes restarting the application will not enable the glowroot properly hence stop the application and then start it once.

2. After enabling the glowroot when you connect to localhost:4000 It will connect and the page will display as the below:


Please make sure the glowroot is enabled successfully so that the performance of the application is monitored.

                  New to ADSelfService Plus?

                    • Related Articles

                    • How to Enable Glowroot in SCP verison 14.0 and above

                      The Glowroot can be enabled in SCP version 14.0 and above versions, by 2 methods: 1.Enable glowroot in run.bat file, if you are starting the application via command prompt >>You need to remove the term "rem" the run.bat file for glowroot and save ...
                    • How to install GlowRoot for performance related issue in SCP 11.0

                      Kindly follow the steps below, 1.Download the GlowRoot.zip file from this link 2.Extract the folder to the <drive>:\ManageEngine\SupportCenter Plus -directory 3.Edit run.bat file present in the SupportCenterPlus/bin folder and add the highlighted ...
                    • Glowroot for Linux

                      The below steps are for version 11 1. From the attachments download the glowroot.zip and extract it under [Product_home]. Ex: <drive>:\ManageEngine\SupportCenter Plus -directory. 2. Edit run.sh file and add the below entry JAVA_OPTS="$JAVA_OPTS ...
                    • Effective Procedures for Collecting the Glowroot Folder

                      When zipping the glowroot folder while the application is running, there's a high risk of corruption, rendering it unusable. This may require requesting the customer to upload it again, potentially leading to multiple iterations. adhere to the ...
                    • Steps to enable Read Committed Snapshot Isolation (RCSI)

                      Enabling Read Committed Snapshot Isolation in MS SQL server In MS SQL environments enabling 'Read committed Snapshot isolation (RCSI)' is the first step in handling application server performance and crash issues. What is RCSI? Since databases handle ...