-
2009年06月15日
JMeter测试结果时间解析
分类:JMeter tips中写道:
In the context of Web applications, response time refers to the time elapsed between the submission of a request and the receipt of the resulting HTML. Technically, response time should include time for the browser to render the HTML page, but a browser typically displays the page piece by piece, making the perceived response time less. In addition, typically, a load-test tool calculates the response time without considering rendering time. Therefore, for practical purposes of performance testing, we adopt the definition described above. If in doubt, add a constant to the measured response time, say 0.5 seconds.
为了从Apache JMeter浩繁的Java源码中找出相关函数,幸好有Search and Replace for Windows(下载)能查找文件内容。
值得注意的是,虽然JMeter支持了Cookies、User-Agent、Hidden fields和URL rewriting,但JMeter仍然没能完全模拟任何一款浏览器。
全文阅读:JMeter测试结果时间解析
历史上的今天:
【翻译】如何测试AJAX应用程序(1) 2008年06月15日SQL Server DBA Best Practices(2) 2007年06月15日SQL Server DBA Best Practices(1) 2007年06月15日随机文章:
Web Bench分析 2009年09月04日Faban 2009年08月04日为何高性能网站对公司重要 2009年07月20日网站前端(网页)优化工具 2009年07月03日性能、单元和自动化测试文章聚合 2009年06月11日
收藏到:Del.icio.us
Faban
Blog:阿里之家2009-08-05 11:04:09
