Package com.kurento.kmf.test.client

Examples of com.kurento.kmf.test.client.JMeterClient.start()


  @Test
  public void testPerfPlayer() throws Exception {
    URL url = new URL("http://localhost:" + getServerPort() + HANDLER);
    JMeterClient jmeter = new JMeterClient(url);
    jmeter.setConcurrentUsers(5);
    jmeter.start();
    Assert.assertTrue("Timeout waiting JMeter ending",
        jmeter.waitForEnding());
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.