public class JmeterGui extends Object
This class allows opening JMeter GUI using existing classpath (no need to copy jars to libs folder) with an existing plan and much faster than opening JMeter standalone GUI and loading a JMX plan.
This can be helpful mainly for JMeter users migrating to DSL usage, to review DSL generated test plan, debug, run and visualize test plan with known GUI.
| Constructor and Description |
|---|
JmeterGui() |
| Modifier and Type | Method and Description |
|---|---|
void |
awaitClose() |
void |
load(org.apache.jorphan.collections.HashTree tree) |
public JmeterGui()
throws IOException
IOExceptionpublic void load(org.apache.jorphan.collections.HashTree tree)
throws org.apache.jmeter.exceptions.IllegalUserActionException
org.apache.jmeter.exceptions.IllegalUserActionExceptionpublic void awaitClose()
throws InterruptedException
InterruptedExceptionCopyright © 2024. All rights reserved.