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

                      • 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 ...
                      • 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 ...
                      • 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 ...
                      • 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 ...