[負載測試] 記錄用Visual Studio 2010 Ultimate進行負載測試(Load Testing)過程中有用的資料

摘要:[負載測試] 記錄用VS2010進行負載測試過程中有用的資料

大型負載測試的考量:各種模式設定之建議資訊,適當的負載模式 適當的連接模型 取樣率和資料收集
http://msdn.microsoft.com/zh-tw/library/ms404664(v=VS.100).aspx
使用負載測試情節中的負載模式指定虛擬使用者的數目
http://msdn.microsoft.com/zh-tw/library/dd997551.aspx

 

客製化自己的網路模擬
VS2010 – Load Test Network Emulation Profile
http://blogs.microsoft.co.il/blogs/shair/archive/2009/09/22/vs2010-beta-1-load-test-network-emulation-profile.aspx
Specifying Virtual Network Types in a Load Test Scenario
http://msdn.microsoft.com/en-us/library/dd997557.aspx
Troubleshooting Network Emulation in Load Tests
http://msdn.microsoft.com/en-us/library/ff817099.aspx

 

Web Test Authoring and Debugging Techniques for Visual Studio 2010:Web測試撰寫與除錯相關技術
http://blogs.msdn.com/b/edglas/archive/2010/03/24/web-test-authoring-and-debugging-techniques-for-visual-studio-2010.aspx

 

Description of Tables and Columns in VS 2010 Load Test Database:負載測試資料庫中欄位說明
http://blogs.msdn.com/b/slumley/archive/2010/02/12/description-of-tables-and-columns-in-vs-2010-load-test-database.aspx

 

VSTS 2010 Load Test Feature: Saving Test Logs
http://blogs.msdn.com/b/billbar/archive/2009/06/09/vsts-2010-load-test-feature-saving-test-logs.aspx

 

Visual Studio Web Performance and Load Testing Forum:微軟負載與效能測試官方論壇
http://social.msdn.microsoft.com/Forums/en/vstswebtest/threads

 

使用測試控制器和測試代理程式將負載測試分配給多部測試電腦
http://msdn.microsoft.com/zh-tw/library/dd728093.aspx

 

Managing Load Test Results:觀看儲存於資料庫中的測試結果
http://blogs.msdn.com/b/slumley/archive/2007/06/14/managing-load-test-results.aspx

 

Visual Studio Performance Testing Quick Reference Guide:一個很多資料的英文Guide
http://vsptqrg.codeplex.com/

 

*C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\loadtestresultsrepository.sql執行其中的 SQL 命令。這些 SQL 命令會建立一些用來儲存負載測試結果的資料表。參考HOW TO:使用 SQL 建立負載測試結果儲存機制
*執行負載測試時,注意實施測試的那台機器的 CPU 和 Memory 使用率。若 CPU 負載經常 > 70% or 可用的實體記憶體 < 10%,那麼負載測試的結果很可能失準,因為瓶頸出在執行測試的機器上(而非受測的伺服器)。
*錄製測試劇情中出現的呼叫https://urs.microsoft.com其實是IE 7以上防止網路釣魚(Phishing Filter)的功能造成的,我們實際測試時是不需要的,所以可以直接從Script中刪除,或者關閉IE瀏覽器的這項功能。
What's New for Web Performance and Load Testing
*負載測試需要吃到的硬碟空間很大,發生過60個小時記錄吃了21.9G,故測試之前能留越大空間給TestResult越好,避免硬碟空間吃完測試中斷且可能損失測試資料。