SQLServer数据库之怎样获取Windows平台下SQL server性能计数器值
小标 2018-09-07 来源 : 阅读 1367 评论 0

摘要:本文主要向大家介绍了SQLServer数据库之怎样获取Windows平台下SQL server性能计数器值,通过具体的内容向大家展现,希望对大家学习SQLServer数据库有所帮助。

本文主要向大家介绍了SQLServer数据库之怎样获取Windows平台下SQL server性能计数器值,通过具体的内容向大家展现,希望对大家学习SQLServer数据库有所帮助。

转载自工作伙伴Garrett, Helen “SQL Server Performance Counter captures”
Capturing Windows Performance Counters for SQL Server
SQL Server Performance Counters
The following counters are the recommended list to capture baseline performance metrics for SQL Server:

Memory                                              Available Mbytes             (already added above)
Memory                                              Page Faults/sec                (already added above)
Memory                                              Page Reads/sec                                (already added above)
Memory                                              Page Writes/sec               (already added above)
Paging File                                           % Usage (_Total)              (already added above)
Processor                                            % Privileged Time (_Total)
Processor                                            % Processor Time (_Total)
Processor                                            % User Time (_Total)
Physical Disk                                       % Idle Time (_Total)
Physical Disk                                       Avg. Disk Queue Length (_Total)
Physical Disk                                       Avg. Disk sec/Read (_Total)
Physical Disk                                       Avg. Disk sec/Transfer (_Total)
Physical Disk                                       Avg. Disk sec/Write (_Total)
SQL Server: Access                              Methods/Page Splits/sec
SQL Server: Buffer Manager                  Buffer Cache Hit Ratio
SQL Server: Buffer Manager                  Page Life Expectancy
SQL Server: Buffer Manager                  Page Lookups/sec
SQL Server: Buffer Manager                  Page Reads/sec
SQL Server: Buffer Manager                  Page Writes/sec
SQL Server: General Statistics               User Connections
SQL Server: Memory Manager                Memory Grants Pending
SQL Server: SQL Statistics                    Batch Requests/sec
SQL Server: SQL Statistics                    SQL Compilations/sec
SQL Server: SQL Statistics                    SQL Recompilations/sec
SQL Server: Wait Statistics                   Memory Grant Queue Waits 
SQL Server: Wait Statistics                   Network IO Waits 
SQL Server: Wait Statistics                   Non-Page Latch Waits 
SQL Server: Wait Statistics                   Page IO Latch Waits 
SQL Server: Wait Statistics                   Page Latch Waits 
System                                               Processor Queue Length

TypePerf
Microsoft provides a command line utility “TypePerf” which allows capturing counters from a remote system to a monitoring system and logging these either to the command window or a log file.  
More information about the TypePerf command can be found at: 
https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nt_command_typeperf.mspx?mfr=true
Using TypePerf with an Input File
Create a folder on the monitoring server named “TypePerf”.
Create a new file in the TypePerf folder named
TypePerf_SQLCounters.txt.
Edit the TypePerf_SQLCounters.txt file by copying the following
contents into the file:
\\SERVERNAME\Memory\Available Bytes
\\SERVERNAME\Memory\Page Reads/sec
\\SERVERNAME\Memory\Page Writes/sec
\\SERVERNAME\Paging File(_Total)\% Usage
\\SERVERNAME\PhysicalDisk(_Total)\% Disk Time
\\SERVERNAME\PhysicalDisk(_Total)\Avg. Disk Queue Length
\\SERVERNAME\PhysicalDisk(_Total)\Avg. Disk sec/Read
\\SERVERNAME\PhysicalDisk(_Total)\Avg. Disk sec/Transfer
\\SERVERNAME\PhysicalDisk(_Total)\Avg. Disk sec/Write
\\SERVERNAME\Processor(_Total)\% Privileged Time
\\SERVERNAME\Processor(_Total)\% Processor Time
\\SERVERNAME\Processor(_Total)\% User Time
\\SERVERNAME\SQLServer:Access Methods\Page Splits/sec
\\SERVERNAME\SQLServer:Buffer Manager\Buffer cache hit ratio
\\SERVERNAME\SQLServer:Buffer Manager\Page life expectancy
\\SERVERNAME\SQLServer:Buffer Manager\Page lookups/sec
\\SERVERNAME\SQLServer:General Statistics\User Connections
\\SERVERNAME\SQLServer:Memory Manager\Memory Grants Pending
\\SERVERNAME\SQLServer:SQL Statistics\Batch Requests/sec
\\SERVERNAME\SQLServer:SQL Statistics\SQL Compilations/sec
\\SERVERNAME\SQLServer:SQL Statistics\SQL Re-Compilations/sec
\\SERVERNAME\SQLServer:Wait Statistics(*)\Memory grant queue
waits
\\SERVERNAME\SQLServer:Wait Statistics(*)\Network IO waits
\\SERVERNAME\SQLServer:Wait Statistics(*)\Page IO latch waits
\\SERVERNAME\SQLServer:Wait Statistics(*)\Page latch waits
\\SERVERNAME\System\Processor Queue Length
 
Perform a global replace of the SERVERNAME to match the actual server
name for the SQL Server that is to be monitored.  Save the file and Close.
--------------------------------------------------------------分割线---------------------------------------------------------------------------
Go to the Start menu -> Command Prompt.
 
Change the directory to the location where the TypePerf directory was created.
At the command prompt, modify the next command to match the information for the SQL Server being monitored:
TYPEPERF -cf F:\TypePerf\TypePerf_SQLCounters.txt -f csv -o F:\TypePerf\MSLAB2191_yyyymmdd_hhmm.csv -s BRTC_MSLAB2191
-cf           Name of the file that contains the list of counters to capture
-f             format of the log file, defaults to csv
-o            Path\name of output file
-s            Name of server to collect the counters from if one does not exist in the counter file
 
EXAMPLE:
TYPEPERF -cf F:\TypePerf\TypePerf_SQLCounters.txt -f csv -o F:\TypePerf\MSLAB2191_20161020_2025.csv -s BRTC_MSLAB2191
Press Enter to start the counter collection…  

The [\]   will run the command and capture the counters every second.
Verify the file you specified for the output was created and is growing:

-------------------------------------------------------分割线-----------------------------------------------------------------------
When you have completed the SQL Server test, Press CTRL-C to stop the counter collection.
 
Close the Command Prompt window.

以上就介绍了SQL Server的相关知识,希望对SQL Server有兴趣的朋友有所帮助。了解更多内容,请关注职坐标数据库SQL Server频道!

本文由 @小标 发布于职坐标。未经许可,禁止转载。
喜欢 | 0 不喜欢 | 0
看完这篇文章有何感觉?已经有0人表态,0%的人喜欢 快给朋友分享吧~
评论(0)
后参与评论

您输入的评论内容中包含违禁敏感词

我知道了

助您圆梦职场 匹配合适岗位
验证码手机号,获得海同独家IT培训资料
选择就业方向:
人工智能物联网
大数据开发/分析
人工智能Python
Java全栈开发
WEB前端+H5

请输入正确的手机号码

请输入正确的验证码

获取验证码

您今天的短信下发次数太多了,明天再试试吧!

提交

我们会在第一时间安排职业规划师联系您!

您也可以联系我们的职业规划师咨询:

小职老师的微信号:z_zhizuobiao
小职老师的微信号:z_zhizuobiao

版权所有 职坐标-一站式IT培训就业服务领导者 沪ICP备13042190号-4
上海海同信息科技有限公司 Copyright ©2015 www.zhizuobiao.com,All Rights Reserved.
 沪公网安备 31011502005948号    

©2015 www.zhizuobiao.com All Rights Reserved

208小时内训课程