效能測試輔助工具 - HTTPWatch簡介

TIB發表於2010-02-03

在使用LoadRunner進行HTTP協議的壓力測試時,可以使用HTTPWatch來協助分析客戶端和伺服器端之間詳細的HTTP互動過程。可以檢視每個HTTP傳送的資料、響應的資料、URLMethodTypeHeader等資訊。

 

Wireshark支援的廣泛協議捕獲不同,HTTPWatch專注於HTTPHTTPS協議的捕獲,並且作為與瀏覽器結合在一起,更加方便易用。

 

HttpWatch is an HTTP viewer and debugger that integrates with IE and Firefox to provide seamless HTTP and HTTPS monitoring without leaving the browser window.

 

支援IEFirefox6.0版本後支援FF2.03.0),並且提供自動化介面

HttpWatch has a comprehensive  automation interface that can be used by most programming languages (e.g. C#, Javascript & Ruby). The interface can be used to control the HttpWatch plug-in for IE or Firefox and to access data in HttpWatch log files. If you are already running automated tests, you can integrate HttpWatch and record HTTP level information during your tests. The recorded data that then be checked for certain types of configuration and performance problems (e.g. HTTP compression is not enabled).

 

官方網站提供Basic版本的下載:

http://www.httpwatch.com/

目前最新版本是6.2

相關文章