
Performance monitor
文章平均质量分 79
envykok
这个作者很懒,什么都没留下…
展开
-
How is MSSQL using memory?
http://www.sqlhacks.com/Administration/Memory-UsageMemory is one the most important factor affecting MSSQL performance.As an administrator, you should be monitoring the memoryregularly. Wh转载 2010-05-10 22:34:00 · 234 阅读 · 0 评论 -
Data Collections
http://www.databasejournal.com/features/mssql/article.php/3771871/SQL-Server-2008-Data-Collections-and-the-Management-Data-Warehouse.htmhttp://www.sql-server-performance.com/articles/per/Management_Data_Warehouse_p2.aspxhttp://www.databasejournal.com/featu原创 2010-11-23 00:45:00 · 166 阅读 · 0 评论 -
Top 10 SQL Server 2005 Performance Issues for Data Warehouse and Reporting Applications
<br />SQL Server 2005 Performance Troubleshooting Resources (http://blogs.technet.com/b/sqlman/archive/2008/12/13/sql-server-2005-performance-troubleshooting-resources.aspx)<br /> Top 10 SQL Server 2005 Performance Issues for Data Warehouse and Reporting A转载 2010-11-22 01:11:00 · 272 阅读 · 0 评论 -
Using Performance Monitor To Identify SQL Server Hardware Bottlenecks
<br />http://archive.databasepronews.com/databasepronews-51-20041207UsingPerformanceMonitortoIdentifySQLServerHardwareBottlenecks.html<br /> <br />The best place to start your SQL Serverperformance audit is to begin with the Performance Monitor (System转载 2010-10-26 22:45:00 · 251 阅读 · 0 评论 -
Peformance data - SQL DMV
<br />1. I/O Statistics in individual databaseselect num_of_reads, num_of_bytes_read,<br />num_of_writes, num_of_bytes_written<br />from sys.dm_io_virtual_file_stats(db_id('tempdb'), 1)<br /><br /><br />This is the output:<br />num_of_reads = 5643 num_原创 2010-10-25 23:23:00 · 184 阅读 · 0 评论 -
Bottleneck - Processor, Memory, Disk, Network
<br />http://adminfoo.net/2007/04/windows-perfmon-top-ten-counters.html<br />windows perfmon top ten counters<br /> <br />Bottleneck analysis<br />The most common use of PerfMon is to answer the burning question: why is my system running slow?<br /><br />转载 2010-10-26 22:50:00 · 206 阅读 · 0 评论 -
Tips for Using SQL Server Performance Monitor Counters
<br />http://www.sql-server-performance.com/tips/sql_server_performance_monitor_coutners_p2.aspx<br /> <br />Issue<br />Performance Counter<br />Normal value <br />Solution<br />Monitor Level<br />large number of page splits<br />SQL Server Access Methods转载 2010-10-25 23:54:00 · 237 阅读 · 0 评论 -
Performance monitor - get how many request per second
http://www.experts-exchange.com/Web_Development/WebTrends_Stats/Q_23545979.htmlObject: ASP.NETCounter: Request Execution TimeExplanation:The number of milliseconds that it took to execute the most recentrequest. (for some reason this is a differe转载 2010-09-09 11:19:00 · 222 阅读 · 0 评论 -
How to Use System Monitor to Identify SQL Server Hardware Bottlenecks
System counterDescriptionIdeally AverageIssueSolutionMemory: Pages/secThis counter measures the number of pages per second that are pag转载 2010-05-24 16:41:00 · 195 阅读 · 0 评论