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 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 ...
                    • 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 ...
                    • 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 address Performance issue ?

                      Application will face the performance issue because of couple of reasons. 1. System requirements are not met: Refer this link to ensure the specifications are met as per the standards. 2. Application architecture should be 64-bit for better ...
                    • How to enable Performance monitoring tool ?

                      To analyze Performance issues, logs and tuning alone won't be sufficient. Hence, we need to follow a few steps to enable the Performance Monitoring tool, which will monitor the application's performance and automatically collects the data when the ...