jmeter的入门(一):认识jmeter

jmeter是免费的性能测试工具,jmeter是100%纯Java应用程序,由java语言编写,开放源代码。

jmeter虽然没有loadrunner强大,但是jmeter是免费开源的,而且jmeter可以支持第三方插件。

目前jmeter可以实现的测试类型有:

1.Http,Https

2.SOAP

3.JDBC

4.LDAP

5.JMS

6.MAIL

7.FTP

8.MongoDB(NoSQL)

9.Native commands or shell scripts

10.TCP

一、安装jmeter

请参考博客文章:jmter的安装

二、安装jmeter plugins

http://code.google.com/p/jmeter-plugins/downloads/list 下载JMeterPlugins-0.5.1.zip,0.5.1 是当前最新版本。下载后,解压开。将里面的JMeterPlugins.jar文件,放入到JMETER_INSTALL_DIR/lib/ext里,重启jmeter。然后选择添加菜单,你就可以看到jp@gc为前缀的新的plugins.  之后会对主要的plugins做介绍。




猜你喜欢

转载自blog.csdn.net/vicky_zy/article/details/80461080