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

數(shù)據(jù)庫(kù)壓力測(cè)試思路

系統(tǒng) 2258 0

原文是E文,做一下翻譯并且提取一些重要的思路。

1.定義業(yè)務(wù)規(guī)格

  • What are your most critical business processes and how often are they processed (e.g. number of sales activities per day, number of client requests per day, etc.)
  • 最重要的業(yè)務(wù)流程是什么,使用頻率如何
  • What is regarded (required) as acceptable response times from the online application? How about reports?
  • 可以接受的在線應(yīng)用程序的響應(yīng)時(shí)間是多少,報(bào)告又如何
  • How much data must be kept available on the live database (over 1 month, 1 year, 5 years?). Can data be archived? How and when?
  • 數(shù)據(jù)在live數(shù)據(jù)庫(kù)中要保存多久,可不可以歸檔,如何歸檔,什么時(shí)候歸檔
  • How many concurrent application users are expected?
  • 并發(fā)的用戶數(shù)是多少
  • Are there periods of more than average usage? (E.g. Daily between 9:00 A.M. and 10:00 A.M. /yearly ’round about Christmas.) What business processes will be impacted the most?
  • 業(yè)務(wù)的高峰期在什么時(shí)候,那些流程會(huì)被影響
  • How much data latency is acceptable for reports?
  • 報(bào)表數(shù)據(jù)延遲,多少時(shí)間內(nèi)可以接受
  • Etc.
  • 等等

2.分析業(yè)務(wù)

  • How many inserts/updates/deletes/selects will be performed on the most important database objects when the database is averagely stressed? How much when there is a period of more than average usage?
  • 在平均負(fù)載的情況下,在重要的數(shù)據(jù)庫(kù)對(duì)象中,有多少insert,delete,select會(huì)發(fā)生。在業(yè)務(wù)高峰期有是多少
  • How large will your database core objects become (over 1 month, 1 year, 5 years)?
  • 若干時(shí)間后,數(shù)據(jù)庫(kù)的核心對(duì)象會(huì)變得多大?
  • How many concurrent database users are expected? (This is not equal to application users if connection pooling is implemented.)
  • 數(shù)據(jù)庫(kù)的并發(fā)量是多大
  • What should be regarded as acceptable database response times? For online requests/for reporting requests?
  • 可以接受的數(shù)據(jù)庫(kù)響應(yīng)時(shí)間是多少

3.定義磁盤子系統(tǒng)的需求

  • 可以使用sqlio 來測(cè)試 磁盤子系統(tǒng)
  • 也可以使用 SQLIOStress
  • 如何達(dá)到標(biāo)準(zhǔn)文章并沒有提及,可以根據(jù)業(yè)務(wù)繁忙時(shí)段,io的吞吐量也確定,多少才能滿足要求

4.為準(zhǔn)備腳本

  • Ask a business user to perform a realistic work process as he would in real life situation, including realistic intervals between tasks.
  • 咨詢終端用戶實(shí)際工作流程,真實(shí)的工作狀況,包括任務(wù)之間的時(shí)間間隔
  • Trace this activity using SQLProfiler (only? textdata ?and? starttime ?are important)
  • 使用SQLProfiler跟蹤操作
  • Replace variables with placeholders for parameters that can be defined at random. (This is where you wanted all database interactions to be performed using stored procedures.)
  • 使用隨機(jī)數(shù)來代替用戶操作的變量
  • Add think times to the script.
  • 增加延遲
  • 相關(guān)的操作作者給出了代碼,可以參考原文

5.添加虛擬用戶

  • 相關(guān)的操作作者給出了代碼,可以參考原文

6.添加測(cè)試數(shù)據(jù)

  • 可以使用DTS或者SSIS初始化數(shù)據(jù)

7.監(jiān)控

I cover this topic in my previous article on? Monitoring .

8.迭代測(cè)試

It is important to run multiple iterations using different parameter combinations but you also need to perform multiple iterations of the same scenario to avoid accidental external impact.

  使用不同的參數(shù)組合迭代測(cè)試十分重要,你也需要執(zhí)行在同一個(gè)場(chǎng)景下執(zhí)行迭代測(cè)試來避免意外情況的影響。

原文: SQL Server Monitoring in 8 Steps: Lessons From the Field ?- 02 Aug 2005

數(shù)據(jù)庫(kù)壓力測(cè)試思路


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

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號(hào)聯(lián)系: 360901061

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

【本文對(duì)您有幫助就好】

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

發(fā)表我的評(píng)論
最新評(píng)論 總共0條評(píng)論
主站蜘蛛池模板: 91精品国产高清久久久久 | 国产日本欧美亚洲精品视 | 337p日本大胆欧美人术艺术6 | 色婷婷香蕉| a在线观看免费 | 日日操夜夜摸 | 日日噜噜夜夜狠狠视频无 | 国产伦精品一区二区三区 | 国产在线观看精品香蕉v区 国产在线观看美女福利精 国产在线观看午夜不卡 | 亚洲精品国产一区二区在线 | 国产精品免费一区二区三区四区 | 亚洲精品一区久久狠狠欧美 | 奇米影视第七色 | 国产成人综合网在线观看 | 国产aaaaaaa毛片 | 岛国不卡 | 奇米影视网 | 五月婷婷综合色 | 中文字幕亚洲欧美 | 天天做天天爱天天操 | 日干夜操| 综合欧美亚洲 | 九九在线视频 | 亚洲国产精品久久久天堂麻豆 | 亚洲免费黄色网 | 精品视频久久 | 97欧美在线看欧美视频免费 | 欧美伊人久久大香线蕉综合69 | 亚洲欧美一区在线 | 四虎黄网| 99免费在线观看 | 久久精品亚洲日本波多野结衣 | 欧美午夜在线播放 | 四虎国产精品永免费 | 亚洲免费色视频 | 亚洲国产成人久久精品图片 | 777奇米影视视频在线播放 | 久久一日本道色综合久久m 久久一色本道亚洲 | 欧美一级在线免费观看 | 在线观看久草视频 | 操美女在线 |