zoukankan      html  css  js  c++  java
  • Jmeter -准备篇

    Jmeter官网:http://jmeter.apache.org/
    官网上信息和资料还是很全的,英语好的同学完全可以跟着官网来学习。

    基本介绍:

    Apache Jmeter is a 100% pure Java application designed to load test client/server software ( such as a web application). It may be sued to test performance both on static and dynamic resources such as static files, Java Servlets, ASP.NET, PHP, CGI scripts, Java objects, databases, FTP servers, and more. Jmeter can be used to simulate a heavy load on a server, network or objected to test its strength or to analyze overall performance under different load types. 

    Additioanly, Jmeter can help you regression test your application by letting you create scripts with assertions to validate that you application is returning the results you expected. For maximum flexibility, Jmeter lets you create these asserations using regula experssions.

    But pls. note that Jmeter is not a browser, it works at protocal level.

    Now, getting started!

    首先,下载Jmeter, 因为是开源的软件,官网即可下载。

    JAVA version要求JVM 6或者更高版本。

    满足以上条件,即可运行Jmeter: 通过执行文件夹下的apache-jmeter-2.12inJmeter.bat (这里我用的是2.12版本,WIN7系统)

    Jmeter GUI显示如下:

  • 相关阅读:
    Java语言----三种循环语句的区别
    选择结构if语句和switch语句的区别
    java中实现多态的机制是什么?
    SpringMVC的运行原理
    Struts1运行原理以及整合步骤
    我回来啦!
    Struts2的运行原理和运行与原理
    初步认识 Web Service
    spring Aop 注解
    mina2.0 spring
  • 原文地址:https://www.cnblogs.com/isister/p/4561962.html
Copyright © 2011-2022 走看看