Monitoring Microsoft SQL Server Performance
There are lots of ways to monitor the performance of a SQL server, but here are a couple tried and true methods that have worked for me.
I’ve often been asked questions regarding monitoring the performance of a SQL server. This may sound like a pretty simple thing but once you start looking at all of the different performance objects you can log for a SQL server, you may feel overwhelmed pretty quickly. Here are a couple of counters that I typically use for SQL server performance monitoring:
SQL Server General Statistics: User Connections – The number of user connections to the SQL Server. This is a good way to trend when the server is used most during the day.
SQL Server: SQL Statistics: Batch Requests/Sec – This is a good indicator of how busy your SQL server is. If this number is over 1000 then you have a pretty busy SQL server.
SQL Server Buffer Manager Objects: Cache Size (pages) – This monitors how much physical RAM is devoted to the data cache of the SQL server. This is measured in pages, so multiply this number by eight to see how much physical RAM is being taken up.
These three performance counters should give you a pretty good start on monitoring your Microsoft SQL Server.
Article written by MyComputerAid.com
2003 server - Sep 30, 2008 22:34 - 0 Comments
instant messaging srv records
More In Computers & PC
- Howto secure wordpress
- Simple wordpress upgrade from SSH howto
- permanently delete your facebook account
- Creating a Sound File
- Talking to the Mouse
Microsoft Outlook - Mar 22, 2009 11:22 - 0 Comments
Outlook: Duplicates in Mailbox
More In Computers & PC
- Howto secure wordpress
- Simple wordpress upgrade from SSH howto
- permanently delete your facebook account
- Creating a Sound File
- Talking to the Mouse
Microsoft Desktop, Web browsers and Internet, Windows 2000, Windows 7, Windows 98, Windows Firewall and networking, Windows Vista, Windows XP - Feb 8, 2010 18:09 - 0 Comments
Disable Proxy settings in IE
More In Computers & PC
- Howto secure wordpress
- Simple wordpress upgrade from SSH howto
- permanently delete your facebook account
- Creating a Sound File
- Talking to the Mouse
Leave a Reply
You must be logged in to post a comment.