Discussion:
[jboss-user] [Performance Tuning] - Re: performance issues - inconsistent results for multiple concurrent users
Wolf-Dieter Fink
2013-08-12 06:30:25 UTC
Permalink
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion

"Re: performance issues - inconsistent results for multiple concurrent users"

To view the discussion, visit: https://community.jboss.org/message/832246#832246

--------------------------------------------------------------
Hello,
welcome to the forums :)

First you should enabe the GC logging or check the GC behaviour with a external program like +jstat+ the heap setting is mostly the primary problem for such problems.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/832246#832246]

Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
jainee
2013-08-12 07:06:34 UTC
Permalink
jainee [https://community.jboss.org/people/jainee] created the discussion

"Re: performance issues - inconsistent results for multiple concurrent users"

To view the discussion, visit: https://community.jboss.org/message/832251#832251

--------------------------------------------------------------
Thank you for your response.

We have been keeping an eye on the GC, and we have used different GC policies to test the results. We didn't still see the consistent results on linux. We have configured more heap size 3G, which is definetely more than required in our case.

I would enable logging and check out the GC behavior in more detail, though we eliminated it as an option initially because we see only 60% of the heap getting utilized during our run. And we do not see any CPU utilization.

Somehow the threads are getting collected in the queue resulting in more time for processing the requests. It becames very incosistent for different runs. Any other pointers will be highly apprecaited.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/832251#832251]

Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
Wolf-Dieter Fink
2013-08-12 17:55:00 UTC
Permalink
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion

"Re: performance issues - inconsistent results for multiple concurrent users"

To view the discussion, visit: https://community.jboss.org/message/832377#832377

--------------------------------------------------------------
If you run 10 request with a single node did you have the same differences?
You need to check where the time is spend, i.e. is it possible to run 10 parallel request on each node. Where the time is spend/lost.
It is difficult to find such issues as there are many different reasons for that
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/832377#832377]

Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
jainee
2013-08-13 09:52:37 UTC
Permalink
jainee [https://community.jboss.org/people/jainee] created the discussion

"Re: performance issues - inconsistent results for multiple concurrent users"

To view the discussion, visit: https://community.jboss.org/message/832459#832459

--------------------------------------------------------------
We have tried invoking the single node directly and we have had even worst performance. The response time shooted upto 3 times than expected.

If we try to check the trace, the most of the time is spent during the xml functionality at different parts of the code. Its parsing, retrieving the attribute, or transformation, and its quite random during different invocations.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/832459#832459]

Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
Loading...