Package org.apache.jmeter.protocol.http.control

Examples of org.apache.jmeter.protocol.http.control.SimpleHTTPController


  "java org.apache.jmeter.TextDriver [-o output-file] url";
    OutputListener ol;

    public TextDriver(String outfile, String url, String propsFile) {
  JMeterUtils.getProperties(propsFile);
  sc = new SimpleHTTPController();
  ol = new OutputListener(outfile);
  engine = new JMeterEngine();

  ((SimpleHTTPController)sc).setURL(url);
View Full Code Here

TOP

Related Classes of org.apache.jmeter.protocol.http.control.SimpleHTTPController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.