Package com.kurento.kmf.test.client

Examples of com.kurento.kmf.test.client.JMeterClient


  }

  @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

Related Classes of com.kurento.kmf.test.client.JMeterClient

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.