要注意的是,运行 JMeter 4.0 要求 Java 8 或 9,官方强烈建议用户升级到该版本。
Apache JMeter 是纯 Java 编写的应用程序,用于测试服务器应用程序。它可以用来:
- 生成测试负载
- 测试性能
- 测试功能性的行为
它包括对 HTTP(S), JDBC, JMS, FTP, LDAP,TCP,本机调用等协议的支持,也可以与用户编写的代码轻松扩展。
部分更新如下:
New Boundary Extractor element available which provides easy extraction with better performances
New JSON Assertion element available to assert on JSON responses.
New Precise Throughput Timer element available which produces Poisson arrivals with given constant throughput.
JMS Point-to-Point sampler has been enhanced with read, browse, clear options.
更多不兼容性的变化、bug 修复、改进、非功能性变更以及已知的问题和解决方法,请点此查看:http://jmeter.apache.org/changes.html
下载地址:http://jmeter.apache.org/download_jmeter.cgi
Maven[code]