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显示如下:

  • 相关阅读:
    Go 模板
    使用Go开发web服务器
    CLI:使用Go开发命令行应用
    MyBatis 注解使用动态SQL
    Tomcat 使用Redis存储Session
    [翻译] java NIO Buffer
    [翻译] java NIO Channel
    [翻译]java nio 概述
    [翻译] java NIO 教程---介绍
    接口的定义常量与使用
  • 原文地址:https://www.cnblogs.com/isister/p/4561962.html
Copyright © 2011-2022 走看看