Class JmeterGui


  • public class JmeterGui
    extends Object
    Displays JMeter GUI in current JVM.

    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.

    Since:
    0.48
    • Method Detail

      • load

        public void load​(org.apache.jorphan.collections.HashTree tree)
                  throws org.apache.jmeter.exceptions.IllegalUserActionException
        Throws:
        org.apache.jmeter.exceptions.IllegalUserActionException