cancel
Showing results for 
Search instead for 
Did you mean: 

High CPU on SMP 3.0 (SM 3.1)

Former Member
0 Kudos

Hello Everyone,

Just did some performance testing on our Agentry application (SM 3.1) deployed on SMP 3.0 SP09.

Interesting observation is that with some 10 users the CPU on two app servers (VM) has shot up 70% to 80%.

Bit on investigation with JConsole which comes with SAP JVM. I see could lot of agentry worker threads runnning fine. Also took some JVM dump

not sure JConsole is really friendly on those aspects as it never show where its dumped. I could see heap (~4GB) is also getting almost full and GC run (algorithm mark and sweep) too seem to be running very late. I know we are missing few Patch levels, I am planning to add those soon.

Any one has experience in similar exercise any tips? I can this application working perfectly on standalone agentry server.

Regards

Vivek Nidhi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Took a JVM dump and found many issues with code

-- Service Order Fetch using bad data structure

-- JCO connections not getting close

Issue is resolved after fixing these.

Vivek Nidhi