亚洲免费在线-亚洲免费在线播放-亚洲免费在线观看-亚洲免费在线观看视频-亚洲免费在线看-亚洲免费在线视频

如何確定CPU瓶頸

系統(tǒng) 2111 0

Detect CPU Bottleneck in SQL Server

By : Kasim Wirama, MCDBA

?

When you have your database server experiencing a problem, there are many possibilities here, such as CPU, memory, hard disk or database configuration itself. There should be a systematic way to trouble shooting performance problem in SQL Server. This article, I would like to point out how to detect bottleneck in CPU with SQL Server 2005.

?

The straight forward way to detect CPU problem is to look at performance counter,? with object : Processor, and counter name : %Processor Time. If it shows high percentage value, let’s say 80% or over during 15 to 20 minutes, you definitely have CPU bottleneck. Anyway, you need to establish your baseline for CPU threshold above. Another counter name that is useful is System:Processor Queue Length. This counter gives information how long a queue for each processor. If you see 2 or more value for most of the time,? your processors are under pressure. When your server box has some applications running besides SQL Server, probably one of the application takes up significant CPU resource. To prove your suspicious thought, get information from Process:%Processor Time counter.

?

If you have your CPU bottleneck caused by SQL Server, you need to find out how many processes that are running, runnable, and suspended. An amount of runnable processes indicate that the CPU is busy serving other request, and an amount of suspended processes indicate that there is blocking issue. Here is the query to get the information.

?

SELECT COUNT(*) , t2.scheduler_id
From sys.dm_os_workers as t2, sys.dm_os_schedulers as t2
Where t1.state = ‘runnable/running/suspended’ and t1.scheduler_address = t2.scheduler_address and t2.scheduler_id < 255
Group by t2.scheduler_id

?

In general, there are 2 things that causes CPU bottleneck, they are :

?

  1. 1. ?????? Inefficient query plan.

If you want to associate the query with CPU bottleneck, you query it from DMV sys.dm_exec_query_stats ?and extract query text from sys.dm_exec_sql_text with parameter sql_handle. You sort the result based on most expensive average CPU cost that consists of division between total_worker_time and execution_count

?

  1. 2. ?????? Excessive compilation and recompilation.

If SQL Server needs some time to compile/recompile the query, it shows that your execution plan is not reusable. If your query is very complex, try to rewrite/adding some index that will make the compilation time run faster.

These are 3 performance counter relating to excessive compilation/recompilation issue :

  1. a. ?????? SQL SERVER: SQL Statistics : Batch Requests/Sec
  2. b. ????? SQL SERVER: SQL Statistics : SQL Compilations/Sec
  3. c. ?????? SQL SERVER: SQL Statistics : SQL Recompilations /Sec

?

With wealth information from DMV and performance monitor, you have a useful tool for troubleshooting CPU bottleneck right away.

如何確定CPU瓶頸


更多文章、技術(shù)交流、商務合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發(fā)表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 久久一级视频 | 99精品日韩 | 亚洲国产欧美久久香综合 | 亚洲一区二区久久 | 国语一区| 色欧美亚洲 | 中文字幕日韩一区 | 久久久免费观看 | 亚洲精品911 | 九九视频在线免费观看 | 伊在人亚洲香蕉精品播放 | 国产婷婷高清在线观看免费 | 91精品国产一区二区三区左线 | 美女被爆羞羞视频网站视频 | 99久久精品国产综合男同 | 特级毛片免费视频观看 | 天天操天天操天天操香蕉 | 欧美日韩亚洲精品国产色 | 日本高清免费毛片久久看 | 国产网站麻豆精品视频 | 久久久精品视频免费观看 | 日韩毛片免费线上观看 | 伊人久久色 | 国产成人一区二区三区视频免费 | 91久草视频 | 手机看片福利盒子久久 | 日韩欧美视频免费观看 | 97国产在线公开免费观看 | 色综七七久久成人影 | 国产精品久久久久影视不卡 | 久久毛片 | 在线黄色影院 | 亚洲乱码中文字幕 | 天天色天天射综合网 | 红色一级毛片 | 999视频在线观看 | 人成午夜视频 | 狠狠综合久久综合网站 | 亚洲国产成+人+综合 | 爱爱免费观看高清视频在线播放 | 99久久国产亚洲综合精品 |