Enabling Glowroot for Older Builds

Enabling Glowroot for Older Builds

As Glowroot was introduced in latest builds. It's quite difficult to narrow down the performance issues for customers who are still in older builds (Below 10600). Please follow the below mentioned to enable the Glowroot and share the details as per this link when performance issues are seen:

1. Download the attached Glowroot Zip file and Extract the same and place it under <Drive>:\ManageEngine\ServiceDeskPlus-MSP

2.   If the application started through Services.MSC, follow the below mentioned:
2a. Keep a copy of Wrapper.conf available under <Drive>:\ManageEngine\ServiceDeskPlus-MSP\Conf
2b. Add the below entry as highlighted and replace the numbers as per your files: 
wrapper.java.additional.31=-javaagent:../glowroot/glowroot.jar
Note: If wrapper.java.additional.31 already exists then add wrapper.java.additional.32



3.  If the application is started through CMD, follow the below mentioned:
3a. Keep a copy of Run.bat available under 
3b. Add the below highlighted entry
%JAVA% -javaagent:%SERVER_HOME%\glowroot\glowroot.jar -XX:+HeapDumpOnOutOfMemoryError %JAVA_OPTS%  -cp "%CLASS_PATH%" com.adventnet.me.servicedesk.start.SDPStarter

4. Stop the application and start it via command prompt and check if the traces of GlowRoot is being recorded. Attached screenshot for reference.

5.You can invoke Glowroot in th URL by using the port 4000. http://localhost:4000. Attached screenshot for reference.

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 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. ...
                      • Query to show tickets older than 30 days ( MSSQL )

                        Tested in build MSSQL (14306) MSSQL: SELECT wo.WORKORDERID "Request ID",ti.FIRST_NAME "Technician",std.STATUSNAME "Request Status",wo.TITLE "Subject",aau.FIRST_NAME AS "Requester Name", pd.PRIORITYNAME as "Priority", adef.ORG_NAME as "Account", ...
                      • End of Support - Builds details

                        Dear Users Support will be provided only for the ServiceDesk Plus MSP builds (released within one year from the current date). We recommend you upgrade to the latest version to continue receiving support. As per Feb-24 - We stopped support of all ...
                      • Solution link behavior change after builds 14200

                        Issue: The Solution field is completely revamped and hence the links to search solutions in below format wont work in recent builds: Versions before 14200 In versions before 14200 the link to Solutions was: ...