PHP页面性能测试工具- HTTPWatch简介

在使用LoadRunner进行HTTP协议的压力测试时,可以使用HTTPWatch来协助分析客户端和服务器端之间详细的HTTP交互过程。可以查看每个HTTP发送的数据、响应的数据、URL、Method、Type、Header等信息。

 

与Wireshark支持的广泛协议捕获不同,HTTPWatch专注于HTTP和HTTPS协议的捕获,并且作为与浏览器结合在一起,更加方便易用。

 

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.

 

支持IE和Firefox(6.0版本后支持FF2.0和3.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

你可能感兴趣的:(PHP页面性能测试工具- HTTPWatch简介)