-
1. Re: AR Performance
Sylvain YVON Oct 13, 2014 1:26 AM (in response to Abdullah Alrowdhan)Hi,
It can be caused by a number of issues at various levels. What are you OS, DB, versions ?
Have you checked out the log files ? I've seen a platform where the AR System threads were killed over time because of network timeouts on the DB connection, resulting in this symptom. There were error messages in arerror.log every time it happened.
If you can't see anything in the logs, then you'll have to monitor the activity of each component :
* Tomcat : dumpthreads.jsp might be enough to detect an issue, if not you can use Java monitoring tools such as VisualVM. Pay attention to the memory and the garbage collector behavior in particular.
* AR System : use the OS monitoring tools to see the memory used (swap ?), the CPU activity per thread, ... At least on AIX there are still some memory leaks issues. If you can see anormal activity on a thread, then you can use more advanced tools like pstack along with the AR System API logs.
HTH
Sylvain
-
2. Re: AR Performance
Ganesh GoreOct 13, 2014 2:15 AM (in response to Abdullah Alrowdhan)
There could be many reasons behind this as mentioned by Sylvain.
There may certain jobs running at specific time (AIE/AI/Recon/Normalization etc), or may be It is due to certain escalations running in a same pool, or may be due to certain user/Admin operations (reporting/data import etc).
You can think of load balancing configurations to minimize single server load.
Below are some reference points on performance tuning you can check:
Performance Tuning for BSM - 199037.pdf
Email Engine Performance Tuning Recommendations.pdf
AR System® 5.1.2 Mid-Tier: Performance Tuning Apache 1.3.27 and ServletExec 4.1.1
-
3. Re: AR Performance
Marek CeizelOct 13, 2014 5:53 AM (in response to Sylvain YVON)
Hello Sylvain,
Can you please be more specific with the dumpthreads.jsp file ? is this normally included in tomcat installation or midtier or it is something specially created? where can I get it ?
thanks a lot
Marek
-
4. Re: AR Performance
Sylvain YVON Oct 13, 2014 9:04 AM (in response to Marek Ceizel)Hi Marek,
BMC Support provided it to me during a case investigation. I think it's not very complicated but quite handy.
-
5. Re: AR Performance
Marek CeizelOct 14, 2014 1:11 AM (in response to Sylvain YVON)
May I kindly ask you to share it with me ?