September 15, 2010 at 5:36 am
Hi All, how to perform the load testing in sql server 2008R2, when 2 r 3 users connecting to server its performing good but cpu utilization is high after executing its coming to 0% but my question is when 300 users connect to the system then system going hang slow performance.
So anyone please suggest me how to do the load test before going to live is there any other process to test my server.
September 15, 2010 at 6:50 am
I usually write a webservice to call the stored procedures, then use a tool such as SOAPUI to load up hundreds of instances of the webservice at the same time and call the procedures.
September 15, 2010 at 6:25 pm
kommagoni (9/15/2010)
Hi All, how to perform the load testing in sql server 2008R2, when 2 r 3 users connecting to server its performing good but cpu utilization is high after executing its coming to 0% but my question is when 300 users connect to the system then system going hang slow performance.So anyone please suggest me how to do the load test before going to live is there any other process to test my server.
Ummmm... are you saying that CPU the CPU utilization was high just for 2 or 3 users? If you are, you don't need a load test... you need some repairs to code. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
September 27, 2010 at 11:20 pm
How can I repair the code, and how to know which code is consuming the high CPU utilization Can you please give me solution.
Thankiing you in advance
September 28, 2010 at 12:37 am
Are you upgrading to 2008R2? If so, from what?
September 28, 2010 at 12:51 am
Actually I am migrating the system from Sql server 2000 to Sql server 2008, I am restore the database from Sql server 2000, on that testing server when 2 to 10 users connect that testing server the cpu utilization going up to 100% and after execution its coming back, but my view why cpu utilization going to 100%, which way I need to resolve this issue, because of this users getting slow performance,and hanging the system. This server going to connect around 300 users.
September 29, 2010 at 6:43 am
The Activity Monitor In SQL 2008 will show you the most expensive queries.
Cheers
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply