Application Performance and Maintenance KBs
The intention of this KB is to proactively take steps to mitigate performance issues and maintain application stability and health. It is vital to ensure that these instructions are followed when performing health checkups regularly for customers to improve sustainability of the application and mitigate performance issues, especially while handling support issues. If followed in a dedicated manner, can help reduce the turnaround time from the moment a performance issue is observed at customer end and extract the RCA sooner. This documents behaves as an index towards all Performance related instructions and guides.
Kindly reach out in case of any concerns or feedback.
1. General Maintenance
New to ADSelfService Plus?
Related Articles
SQL Server High CPU - To collect queries consuming CPU resources
1. To get an idea of how much CPU the queries are currently using, out of overall CPU capacity, run the following statement: DECLARE @init_sum_cpu_time int, @utilizedCpuCount int --get CPU count used by SQL Server SELECT @utilizedCpuCount = COUNT( * ...
Java and PGSQL Tuning for better performance of the application
This article is common for ServiceDesk Plus MSP and Supportcenter Plus applications. Application performance is based on multiple factors. To gain better performance, we need to tune JAVA / PGSQL. For ticket inflow high environment and more users ...
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 ...
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 ...
Basic Performance Issues RCA On Postgres DB Cx
Whenever cx faces slowness in PG SQL Setup, below are the first step of actions to check and proceed based on our previous performance tickets. 1. Antivirus are main cause of slowness, high CPU, and memory consumption of PGSQL in many cx tickets. ...