JMeter 2.5 发布,压力测试工具

来源:互联网 发布:软件开发委托合同 编辑:程序博客网 时间:2024/06/06 02:37

JMeter 2.5 发布了,该版本包含很多新特性和大量的bug修复,另外该版本要求 Java 1.5 或者更新版本。

主要改进内容:

  • The HTTP implementation can now be selected at run-time, and JMeter now also supports Apache HttpComponents HttpClient 4.x. Note that Commons HttpClient 3.1 is no longer actively developed, and support may be removed from JMeter in a future release.
  • The HTTP sampler now allows concurrent downloads of embedded resources in an HTML page
  • The HTTP Sampler can now report the size of a request before decompression.
  • The JMS and Mail samplers have been improved.
  • The new Test Fragment Test Element makes using Include Controllers easier
  • There are various improvements to the View Results Tree Listener
  • Bug 30563 - Thread Group should have a start next loop option on Sample Error
  • There are two new Thread Group types - setUp and tearDown - which are run before and after the main Thread groups.
  • Client-Server mode now supports external stop/shutdown via UDP multiple JMeter server instances can be started on the same host without needing to change the port property.
  • Bug 50516 - "Host" header in HTTP Header Manager is not included in generated HTTP request

JMeter是Apache组织的开放源代码项目,它是功能和性能测试的工具,100%的用java实现。

更多关于JMeter的详细信息,或者下载地址请点这里