How to monitor a server and a particular database
Corobori
Posts: 2 Bronze 1
Hi, I have just installed SQL Monitor 7 on my server and I am trying to find my way around. Searching the online documentation didn't return the answers I am looking for. Basically 2 questions: the 1st one is what are the databases on my server using the most CPU and memory and the 2nd one is what are the queries, views using the most resources and if possible how to fix the underlying issues.
Thanks.
JL
Thanks.
JL
Jean-Luc
www.corobori.com
www.corobori.com
Tagged:
Answers
2) That's front and center on the Overview page. Scroll down from the sparkline one the server and you'll see a list of the current top 10 queries. You can resort that list by any of the provided columns. You can also go back in time to look at previous periods. That should show you what you're looking for. Further, clicking on the query will show you the waits for that query and you can look at the execution plan. Between the two, you get a lot of guidance on what to do to address the slow queries or the queries consuming lots of resources.
I ran on my SQL Server the following statement
And it gave me the results shown below. I am not expert but it looked as some sort of ranking. So my actual issue is nailing down what's up with the database appearing at #1 here. Or is the information shown here irrelevant ?
www.corobori.com
That said, the queries from that database are absolutely the top cost of CPU on your system. We can say that with 100% certainty.
Does that help?