[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-06 Thread njrfrens
Thanks Peter For your excellent support. During the load test run, I saw that the CPU utilization is around 60-70% I'm setting the PermGen Size to 512m with the params -XX:PermSize=64m -XX:MaxPermSize=512m If I donot set this, I'm quickly getting Out of Memory Permgen Space Error. If I can't

[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-06 Thread njrfrens
There was a typo in my earlier post regarding CPU Utilization. It was around 60-90% during peak load View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258922#4258922 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258922

[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-05 Thread njrfrens
I think I plotted graphs properly this time. 1. When set JAVA_OPTS=%JAVA_OPTS% -Xms1024m -Xmx1024m Graph is http://img169.imageshack.us/img169/6715/withoutyoung.jpg 2. When set JAVA_OPTS=%JAVA_OPTS% -Xms1024m -Xmx1024m -XX:NewSize=300M -XX:MaxNewSize=300M -XX:SurvivorRatio=32 -XX:+UseTLAB

[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-05 Thread njrfrens
Please pardon me for my poor excel skills. The csv files for the tests are here 1. Without setting young size http://new.flyupload.com/files/view/rwy3laQamtpju9Ok1ZH9 2. With Young size setting http://new.flyupload.com/files/view/JP8mCuSxAOH8VTIGWJEj What is meant by think time? My Performance

[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-03 Thread njrfrens
I tried with the below JVM Settings : set JAVA_OPTS=%JAVA_OPTS% -Xms1024m –Xmx1024m –XX:NewSize=300M –XX:MaxNewSize=300M –XX:SurvivorRatio=32 –XX:+UseTLAB –XX:TLABSize=64K But this settings didn't work well for me. With this setting, I observed that the response time is increased

[jboss-user] [Performance Tuning] - Re: Diff response times at different times

2009-10-03 Thread njrfrens
My heap graph with JVM Parameters : 1. When set JAVA_OPTS=%JAVA_OPTS% -Xms1024m -Xmx1024m Graph is http://img260.imageshack.us/img260/2228/withoutyoungsize.jpg [img]http://img260.imageshack.us/img260/2228/withoutyoungsize.jpg[/img] 2. When set JAVA_OPTS=%JAVA_OPTS% -Xms1024m -Xmx1024m

[jboss-user] [Performance Tuning] - Diff response times at different times

2009-10-02 Thread njrfrens
We have a strict SLA requirement that the reports should be displayed in 1 min max for a load of 500 users We are running a load test of 500 users on the application. We are getting different response times in different time intervals. The deviation is from 1 min. to 2 min. I want to

[jboss-user] [JMX] - Exception while Server Shutdown

2009-10-01 Thread njrfrens
As part of slimming the Jboss default server, I have removed couple of things in jboss\server\default directory without complete knowledge. After doing that, while trying to shutdown the server by calling shutdown -S, I'm getting the below error Exception in thread main

[jboss-user] [Performance Tuning] - Re: maxThreads/ThreadPool configuration

2009-09-24 Thread njrfrens
Thanks Peter for valuable inputs. 1. Below is the exception stack trace I'm seeing in during load test beyond the 200 users 2009-09-26 14:33:28,453 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/MedNetPortal].[Faces Servlet]] Servlet.service() for servlet Faces

[jboss-user] [Performance Tuning] - maxThreads/ThreadPool configuration

2009-09-23 Thread njrfrens
I'm little confused with the following 2 parameters 1. Connector port=8443 maxThreads=500 in server\default\deploy\jboss-web.deployer\server.xml 2. JBoss System Threads 10 in \server\default\conf\jboss-service.xml First one is referring to the max no. of HTTP threads that the

[jboss-user] [Performance Tuning] - No. of Active Sessions

2009-03-09 Thread njrfrens
Is there any limit on the maximum no. of http sessions that jboss can support? Is there any configuration parameter where i can configure or monitor? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216161#4216161 Reply to the post :