Glowroot for Linux

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 -javaagent:$SERVER_HOME/glowroot/glowroot.jar"

Screenshot:



3. The user interface will listen on 127.0.0.1:4000 (to access the UI from remote machines, change the bind address to 0.0.0.0  in the admin.json file in the location [Product_home]\glowroot\admin.json),

4. Restart the application to take effect.

Screenshot:



Then recreate the performance issue and send us the complete log folder and the glowroot folder for analysis. You can upload the logs by clicking this link. Click log analysis while uploading the logs. 


The below steps are for Version14 and above. 
 
1. Edit run.sh file and uncomment the below entry. 

JAVA_OPTS="$JAVA_OPTS -javaagent:$SERVER_HOME/glowroot/glowroot.jar"

2.1 As you see in the below screenshot the mentioned command will be commented (#) 



The # needs to be removed, this is called uncommenting the command . 


3. The user interface will listen on 127.0.0.1:4000 (to access the UI from remote machines, change the bind address to 0.0.0.0  in the admin.json file in the location [Product_home]\glowroot\admin.json),

4. Restart the application to take effect.

Screenshot:



Then recreate the performance issue and send us the complete log folder and the glowroot folder for analysis. You can upload the logs by clicking this link. Click log analysis while uploading the logs. 



                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 ...
                    • 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 ...
                    • Linux console commands

                      Linux console commands *. To Install from console mode : - Download bin - Execute the command to make the bin executable - chmod 755 ManageEngine_ServiceDeskPlus_MSP_64bit.bin ( Color of the bin will get changed to green I.e Executable mode ) - ...
                    • 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 ...
                    • Tuning the application in Linux Server

                      1. Go to ManageEngine-10510_Postgres\ServiceDeskPlus-MSP\bin and edit run.sh 2. Increase the below entries based on the RAM JAVA_OPTS="$JAVA_OPTS -Xms128m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m  - For 32 bit, the maximum is 1 GB (1024) ...