MSSQL, ASP.NET, IIS. SQL Server perfmon log question
Posted
by
Datapimp23
on Server Fault
See other posts from Server Fault
or by Datapimp23
Published on 2010-12-22T16:01:33Z
Indexed on
2010/12/22
16:56 UTC
Read the original article
Hit count: 219
Hi,
I'm testing a web application that runs on a hypervisor. The database server and the webserver are seperate vm's that run on the same hypervisor.
We did some tests and the functions perform ok. I want you guys to look at a screenshot of a permon log of the sql 2005 server on the busiest moment. The webserver perfmon log looks fine and it's obvious that we have enough resources to present the page in a timely fashion.
http://d.imagehost.org/view/0919/heavyload
http://d.imagehost.org/0253/heavyloadz.jpg
Zoomed out
The striped blue line maxing out is the Processor que length (scale 100,0)
The green line at around value 30 is Available MBytes (scale 0,01)
The rest of the counters are visible on the screenshot.
The sql server machine has no CPU limitations on the hypervisor resources and has 5 vcpu's and 5 GB RAM.
Can someone help me to interpret this log. Thanks
© Server Fault or respective owner