监控SQL SERVER性能:快速版

SELECT 

        @@total_read AS 'Total Read'
        @@total_write AS 'Total Write'
        @@total_errors AS 'Total Error',
        @@io_busy AS 'IO Processing Time (ms)',
        @@cpu_busy AS 'CPU Processing Time (ms)',
        @@idle AS 'Idle Time (ms)'

如图:



Author:Petter Liu    http://wintersun.cnblogs.com

posted on 2009-05-01 14:11  PetterLiu  阅读(491)  评论(1编辑  收藏  举报