Unlike the previous version of the Activity Monitor (AM), the new AM starts up with a 10 second refresh interval. That doesn’t necessarily mean that each of the four panes: Overview, Processes, Resource Waits, Data File I/O, and Recent Expensive Queries all refresh at the specified interval. First, if all panes are closed, the AM issues no queries against the backend. AM issues its queries only for the open panes. Each pane has a separate minimum refresh value so that the server doesn’t get saturated with queries – especially with a refresh interval of 1 second. Here are the minimum refresh intervals for each of the panes.
By using these minimum refresh levels with the default refresh interval, with all panes open, the AM will consume less than 5% of your system resources desktop class PC running SQL Server. Please keep in mind, if you have more than one client attached to the database instance running AM, each client will be running the same set of queries.
Check out SQL Server 2008 Books Online – Activity Monitor for the most up to date help.
Bookmark this on Delicious
PingBack from http://www.codedstyle.com/new-activity-monitor-%e2%80%93-what-you-should-know-about-the-refresh-interval/
Great information on the refresh rates. Now if you could only get the columns in the processes section to be resizable individually that it may come in as handy as Activity Monitor in 2005.