How to install GlowRoot for performance related issue in SCP 11.0

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 data in the file and save the file
 
%JAVA% -javaagent:%SERVER_HOME%\glowroot\glowroot.jar -XX:+HeapDumpOnOutOfMemoryError %JAVA_OPTS%  -cp "%CLASS_PATH%" com.adventnet.me.servicedesk.start.SDPStarter

4.Edit the wrapper.conf present in the location <drive>:supportcenter/conf/wrapper.conf, add the highlighted data and save the file

wrapper.java.additional.43=-javaagent:../glowroot/glowroot.jar

Note: If wrapper.java.additional.43 already exists then add wrapper.java.additional.44

5. Stop the application and start it via command prompt and check if the traces of GlowRoot is being recorded.I have attached screenshot for reference.

6.You can invoke Glowroot in th URL by using the port 4000. e.g:http:localhost:4000. I have attached screenshot for reference.





      New to ADManager Plus?

        New to ADSelfService Plus?

          • Related Articles

          • Inputs required for analyzing Performance Issues

            We need a couple of details to analyze Performance issue. So, please send the below details : Below mentioned details should be gathered before restarting the application. 1. Let us know whether you are taking Scheduled full backup or backup without ...
          • Database migration from MySQL to Postgres/MSSQL in SCP 8.1

            We no longer support the use of MYSQL as database in SupportCenter Plus. Hence, we request our users to migrate to Postgres (which is in-built) or Microsoft SQL. Please follow the below steps to carry out the database migration: 1. Shutdown the ...
          • SCP 11.0 - PPM update

            This document is applicable only for the 8.1 to 11.0 upgrades. Please go through this article completely , before proceeding for the upgrade - As this release is a complete redesign of the application, it is mandatory to do the upgrade only in a test ...
          • 11.0 Upgrade related fixes

            cx tried to upgrade from 11016 to 11020 but it failed. traces: 27-Apr-2022 09:11:50 [SYSERR] [INFO] : at com.adventnet.tools.update.installer.ApplyPatch.run(ApplyPatch.java:286) 27-Apr-2022 09:11:50 [SYSERR] [INFO] : at ...
          • How to take a connection dump for analyzing performance issues?

            For Performance/slowness issues instead of taking Threaddump manually or instead of invoking PerformanceTool make use of the below URL when the issue occurs, http://servername:portnumber/servlet/PerformanceDebug Note: The above URL works even when ...