├── phoenix-jmeter
├── .gitignore
├── lib
│ ├── test.jar
│ ├── jorphan.jar
│ ├── bsf-2.4.0.jar
│ ├── bsh-2.0b5.jar
│ ├── bshclient.jar
│ ├── oro-2.0.8.jar
│ ├── jdom-1.1.3.jar
│ ├── jsoup-1.8.1.jar
│ ├── jtidy-r938.jar
│ ├── junit-4.12.jar
│ ├── logkit-2.0.jar
│ ├── rhino-1.7R5.jar
│ ├── soap-2.3.1.jar
│ ├── xalan-2.7.2.jar
│ ├── commons-io-2.4.jar
│ ├── dnsjava-2.1.7.jar
│ ├── htmllexer-2.1.jar
│ ├── htmlparser-2.1.jar
│ ├── httpcore-4.2.5.jar
│ ├── httpmime-4.2.6.jar
│ ├── javax.inject-1.jar
│ ├── jcharts-0.7.5.jar
│ ├── jodd-log-3.6.4.jar
│ ├── mail-1.5.0-b01.jar
│ ├── tika-core-1.7.jar
│ ├── xstream-1.4.8.jar
│ ├── ApacheJMeter_core.jar
│ ├── ApacheJMeter_ftp.jar
│ ├── ApacheJMeter_http.jar
│ ├── ApacheJMeter_java.jar
│ ├── ApacheJMeter_jdbc.jar
│ ├── ApacheJMeter_jms.jar
│ ├── ApacheJMeter_ldap.jar
│ ├── ApacheJMeter_mail.jar
│ ├── ApacheJMeter_tcp.jar
│ ├── commons-jexl-1.1.jar
│ ├── commons-net-3.3.jar
│ ├── commons-pool2-2.3.jar
│ ├── freemarker-2.3.19.jar
│ ├── httpclient-4.2.6.jar
│ ├── jodd-core-3.6.4.jar
│ ├── serializer-2.7.2.jar
│ ├── slf4j-api-1.7.10.jar
│ ├── slf4j-nop-1.7.10.jar
│ ├── tika-parsers-1.7.jar
│ ├── xercesImpl-2.11.0.jar
│ ├── xml-apis-1.4.01.jar
│ ├── xmlpull-1.1.3.1.jar
│ ├── xpp3_min-1.1.4c.jar
│ ├── ApacheJMeter_junit.jar
│ ├── ApacheJMeter_native.jar
│ ├── commons-codec-1.10.jar
│ ├── commons-jexl-2.1.1.jar
│ ├── commons-lang3-3.3.2.jar
│ ├── commons-logging-1.2.jar
│ ├── commons-math3-3.4.1.jar
│ ├── javassist-3.15.0-GA.jar
│ ├── jodd-lagarto-3.6.4.jar
│ ├── ApacheJMeter_functions.jar
│ ├── ApacheJMeter_mongodb.jar
│ ├── ApacheJMeter_monitors.jar
│ ├── avalon-framework-4.1.4.jar
│ ├── commons-httpclient-3.1.jar
│ ├── excalibur-logger-1.1.jar
│ ├── excalibur-pool-api-2.1.jar
│ ├── persistence-api-1.0.2.jar
│ ├── rsyntaxtextarea-2.5.6.jar
│ ├── ApacheJMeter_components.jar
│ ├── excalibur-datasource-2.1.jar
│ ├── excalibur-instrument-1.0.jar
│ ├── excalibur-pool-impl-2.1.jar
│ ├── mongo-java-driver-2.11.3.jar
│ ├── phoenix_webdriver-1.3.5.jar
│ ├── xmlgraphics-commons-1.5.jar
│ ├── commons-collections-3.2.1.jar
│ ├── geronimo-jms_1.1_spec-1.1.1.jar
│ ├── javax-inject-1.0-201002241208.jar
│ ├── excalibur-pool-instrumented-2.1.jar
│ └── mysql-connector-java-5.0.5-bin.jar
├── src
│ └── org
│ │ ├── apache
│ │ └── jmeter
│ │ │ ├── images
│ │ │ ├── ear.gif
│ │ │ ├── knob.gif
│ │ │ ├── beaker.gif
│ │ │ ├── feather.gif
│ │ │ ├── jmeter.jpg
│ │ │ ├── meter.png
│ │ │ ├── new
│ │ │ │ ├── pin.png
│ │ │ │ ├── book.png
│ │ │ │ ├── chart.png
│ │ │ │ ├── clock.png
│ │ │ │ ├── table.png
│ │ │ │ ├── barchart.png
│ │ │ │ ├── funnel.png
│ │ │ │ ├── glasses.png
│ │ │ │ ├── mglass.png
│ │ │ │ ├── pencil.png
│ │ │ │ ├── pin-grey.png
│ │ │ │ ├── puzzle.png
│ │ │ │ ├── remote.png
│ │ │ │ ├── scroll.png
│ │ │ │ ├── thread.png
│ │ │ │ ├── blue-quill.png
│ │ │ │ ├── book-grey.png
│ │ │ │ ├── chart-grey.png
│ │ │ │ ├── clock-grey.png
│ │ │ │ ├── table-grey.png
│ │ │ │ ├── typewriter.png
│ │ │ │ ├── funnel-grey.png
│ │ │ │ ├── glasses-grey.png
│ │ │ │ ├── mglass-grey.png
│ │ │ │ ├── pencil-grey.png
│ │ │ │ ├── puzzle-grey.png
│ │ │ │ ├── remote-grey.png
│ │ │ │ ├── scroll-grey.png
│ │ │ │ ├── thread-grey.png
│ │ │ │ ├── typewriter-grey.png
│ │ │ │ └── barchart.png-grey.png
│ │ │ ├── pipet.png
│ │ │ ├── stop.on.gif
│ │ │ ├── thread.gif
│ │ │ ├── timer.gif
│ │ │ ├── warning.png
│ │ │ ├── about.off.gif
│ │ │ ├── about.on.gif
│ │ │ ├── clear.off.gif
│ │ │ ├── clear.on.gif
│ │ │ ├── clipboard.gif
│ │ │ ├── leafnode.gif
│ │ │ ├── question.gif
│ │ │ ├── start.off.gif
│ │ │ ├── start.on.gif
│ │ │ ├── stop.down.gif
│ │ │ ├── stop.off.gif
│ │ │ ├── stop.over.gif
│ │ │ ├── testtubes.png
│ │ │ ├── about.down.gif
│ │ │ ├── about.over.gif
│ │ │ ├── clear.down.gif
│ │ │ ├── clear.over.gif
│ │ │ ├── icon-apache.png
│ │ │ ├── leafnodeflip.gif
│ │ │ ├── monitor-dead.gif
│ │ │ ├── start.down.gif
│ │ │ ├── start.over.gif
│ │ │ ├── thread.idle.gif
│ │ │ ├── icon_error_sml.gif
│ │ │ ├── monitor-active.gif
│ │ │ ├── monitor-legend.gif
│ │ │ ├── monitor-load-0.gif
│ │ │ ├── monitor-load-1.gif
│ │ │ ├── monitor-load-2.gif
│ │ │ ├── monitor-load-3.gif
│ │ │ ├── monitor-load-4.gif
│ │ │ ├── monitor-load-5.gif
│ │ │ ├── monitor-load-6.gif
│ │ │ ├── monitor-load-7.gif
│ │ │ ├── monitor-load-8.gif
│ │ │ ├── monitor-load-9.gif
│ │ │ ├── thread.enabled.gif
│ │ │ ├── icon_success_sml.gif
│ │ │ ├── icon_warning_sml.gif
│ │ │ ├── monitor-healthy.gif
│ │ │ ├── monitor-load-10.gif
│ │ │ ├── monitor-warning.gif
│ │ │ ├── smallthread.idle.gif
│ │ │ ├── thread.disabled.gif
│ │ │ ├── monitor-blue-legend.gif
│ │ │ ├── monitor-red-legend.gif
│ │ │ ├── smallthread.enabled.gif
│ │ │ ├── monitor-green-legend.gif
│ │ │ ├── monitor-orange-legend.gif
│ │ │ ├── smallthread.disabled.gif
│ │ │ └── toolbar
│ │ │ │ ├── 22x22
│ │ │ │ ├── edit-cut-4.png
│ │ │ │ ├── list-add-3.png
│ │ │ │ ├── arrow-right-3.png
│ │ │ │ ├── documentation.png
│ │ │ │ ├── edit-clear-3.png
│ │ │ │ ├── edit-copy-4.png
│ │ │ │ ├── edit-find-7.png
│ │ │ │ ├── edit-paste-4.png
│ │ │ │ ├── edit-redo-7.png
│ │ │ │ ├── edit-undo-7.png
│ │ │ │ ├── list-remove-3.png
│ │ │ │ ├── document-new-4.png
│ │ │ │ ├── document-open-2.png
│ │ │ │ ├── document-save-5.png
│ │ │ │ ├── help-contents-5.png
│ │ │ │ ├── process-stop-4.png
│ │ │ │ ├── process-stop-7.png
│ │ │ │ ├── run-build-clean.png
│ │ │ │ ├── run-build-prune.png
│ │ │ │ ├── document-close-4.png
│ │ │ │ ├── document-save-as-5.png
│ │ │ │ ├── road-sign-us-stop.png
│ │ │ │ ├── applications-office.png
│ │ │ │ ├── color-picker-toggle.png
│ │ │ │ ├── arrow-right-3-notimer.png
│ │ │ │ ├── arrow-right-3-startremoteall.png
│ │ │ │ ├── process-stop-7-shutdownremoteall.png
│ │ │ │ └── road-sign-us-stop-stopremoteall.png
│ │ │ │ ├── 32x32
│ │ │ │ ├── edit-cut-4.png
│ │ │ │ ├── list-add-3.png
│ │ │ │ ├── arrow-right-3.png
│ │ │ │ ├── documentation.png
│ │ │ │ ├── edit-clear-3.png
│ │ │ │ ├── edit-copy-4.png
│ │ │ │ ├── edit-find-7.png
│ │ │ │ ├── edit-paste-4.png
│ │ │ │ ├── edit-redo-7.png
│ │ │ │ ├── edit-undo-7.png
│ │ │ │ ├── list-remove-3.png
│ │ │ │ ├── document-new-4.png
│ │ │ │ ├── document-open-2.png
│ │ │ │ ├── document-save-5.png
│ │ │ │ ├── help-contents-5.png
│ │ │ │ ├── process-stop-4.png
│ │ │ │ ├── process-stop-7.png
│ │ │ │ ├── run-build-clean.png
│ │ │ │ ├── run-build-prune.png
│ │ │ │ ├── document-close-4.png
│ │ │ │ ├── document-save-as-5.png
│ │ │ │ ├── road-sign-us-stop.png
│ │ │ │ ├── applications-office.png
│ │ │ │ ├── color-picker-toggle.png
│ │ │ │ ├── arrow-right-3-notimer.png
│ │ │ │ ├── arrow-right-3-startremoteall.png
│ │ │ │ ├── process-stop-7-shutdownremoteall.png
│ │ │ │ └── road-sign-us-stop-stopremoteall.png
│ │ │ │ └── 48x48
│ │ │ │ ├── edit-cut-4.png
│ │ │ │ ├── list-add-3.png
│ │ │ │ ├── arrow-right-3.png
│ │ │ │ ├── documentation.png
│ │ │ │ ├── edit-clear-3.png
│ │ │ │ ├── edit-copy-4.png
│ │ │ │ ├── edit-find-7.png
│ │ │ │ ├── edit-paste-4.png
│ │ │ │ ├── edit-redo-7.png
│ │ │ │ ├── edit-undo-7.png
│ │ │ │ ├── list-remove-3.png
│ │ │ │ ├── document-new-4.png
│ │ │ │ ├── document-open-2.png
│ │ │ │ ├── document-save-5.png
│ │ │ │ ├── help-contents-5.png
│ │ │ │ ├── process-stop-4.png
│ │ │ │ ├── process-stop-7.png
│ │ │ │ ├── run-build-clean.png
│ │ │ │ ├── run-build-prune.png
│ │ │ │ ├── document-close-4.png
│ │ │ │ ├── document-save-as-5.png
│ │ │ │ ├── road-sign-us-stop.png
│ │ │ │ ├── applications-office.png
│ │ │ │ ├── color-picker-toggle.png
│ │ │ │ ├── arrow-right-3-notimer.png
│ │ │ │ ├── arrow-right-3-startremoteall.png
│ │ │ │ ├── process-stop-7-shutdownremoteall.png
│ │ │ │ └── road-sign-us-stop-stopremoteall.png
│ │ │ ├── engine
│ │ │ ├── package-info.java
│ │ │ ├── event
│ │ │ │ ├── LoopIterationListener.java
│ │ │ │ └── LoopIterationEvent.java
│ │ │ ├── util
│ │ │ │ ├── NoThreadClone.java
│ │ │ │ ├── NoConfigMerge.java
│ │ │ │ ├── ConfigMergabilityIndicator.java
│ │ │ │ └── AbstractTransformer.java
│ │ │ ├── JMeterEngine.java
│ │ │ ├── JMeterEngineException.java
│ │ │ ├── RemoteJMeterEngine.java
│ │ │ └── TurnElementsOn.java
│ │ │ ├── util
│ │ │ ├── LocaleChangeListener.java
│ │ │ ├── NamedObject.java
│ │ │ ├── TidyException.java
│ │ │ ├── LocaleChangeEvent.java
│ │ │ └── BSFBeanInfoSupport.java
│ │ │ ├── plugin
│ │ │ └── JMeterPlugin.java
│ │ │ ├── testelement
│ │ │ ├── TestCloneable.java
│ │ │ ├── property
│ │ │ │ ├── PropertyIterator.java
│ │ │ │ └── PropertyIteratorImpl.java
│ │ │ ├── TestListener.java
│ │ │ ├── TestIterationListener.java
│ │ │ ├── WorkBench.java
│ │ │ ├── VariablesCollection.java
│ │ │ ├── ThreadListener.java
│ │ │ └── AbstractScopedAssertion.java
│ │ │ ├── gui
│ │ │ ├── tree
│ │ │ │ └── NamedTreeNode.java
│ │ │ ├── Stoppable.java
│ │ │ ├── UnsharedComponent.java
│ │ │ ├── action
│ │ │ │ ├── Command.java
│ │ │ │ ├── Searcher.java
│ │ │ │ ├── LoadDraggedFile.java
│ │ │ │ ├── SearchTreeCommand.java
│ │ │ │ └── CreateFunctionDialog.java
│ │ │ ├── ClearGui.java
│ │ │ ├── util
│ │ │ │ ├── TristateState.java
│ │ │ │ ├── JMeterColor.java
│ │ │ │ ├── FocusRequester.java
│ │ │ │ └── JTextScrollPane.java
│ │ │ └── Searchable.java
│ │ │ ├── threads
│ │ │ ├── JMeterThreadMonitor.java
│ │ │ ├── PostThreadGroup.java
│ │ │ ├── SetupThreadGroup.java
│ │ │ ├── RemoteThreadsLifeCycleListener.java
│ │ │ ├── RemoteThreadsListenerTestElement.java
│ │ │ ├── RemoteThreadsListener.java
│ │ │ └── gui
│ │ │ │ ├── PostThreadGroupGui.java
│ │ │ │ └── SetupThreadGroupGui.java
│ │ │ ├── testbeans
│ │ │ ├── TestBean.java
│ │ │ └── gui
│ │ │ │ ├── TestBeanPropertyEditor.java
│ │ │ │ ├── SharedCustomizer.java
│ │ │ │ ├── LongPropertyEditor.java
│ │ │ │ ├── IntegerPropertyEditor.java
│ │ │ │ └── TypeEditor.java
│ │ │ ├── processor
│ │ │ ├── PreProcessor.java
│ │ │ ├── PostProcessor.java
│ │ │ └── gui
│ │ │ │ ├── AbstractPreProcessorGui.java
│ │ │ │ └── AbstractPostProcessorGui.java
│ │ │ ├── save
│ │ │ └── ScriptWrapper.java
│ │ │ ├── control
│ │ │ ├── TestFragmentController.java
│ │ │ ├── NextIsNullException.java
│ │ │ └── ReplaceableController.java
│ │ │ ├── samplers
│ │ │ ├── Remoteable.java
│ │ │ ├── Interruptible.java
│ │ │ ├── Clearable.java
│ │ │ ├── AbstractSampler.java
│ │ │ ├── Sampler.java
│ │ │ ├── SampleSender.java
│ │ │ └── SampleListener.java
│ │ │ ├── visualizers
│ │ │ ├── ImageVisualizer.java
│ │ │ ├── Printable.java
│ │ │ └── package.html
│ │ │ ├── help.txt
│ │ │ ├── timers
│ │ │ └── Timer.java
│ │ │ ├── functions
│ │ │ ├── InvalidVariableException.java
│ │ │ └── util
│ │ │ │ ├── ArgumentEncoder.java
│ │ │ │ └── ArgumentDecoder.java
│ │ │ ├── exceptions
│ │ │ └── IllegalUserActionException.java
│ │ │ └── assertions
│ │ │ └── Assertion.java
│ │ └── phoenix
│ │ └── jmeter
│ │ ├── perfmon
│ │ ├── PerfMonException.java
│ │ └── AgentCommandsInterface.java
│ │ ├── core
│ │ ├── ShowLog.java
│ │ └── StateListener.java
│ │ ├── cases
│ │ ├── HttpDataJava.java
│ │ ├── HashTreeTest.java
│ │ ├── HttpDataClient.java
│ │ └── JmeterJDBC.java
│ │ └── utils
│ │ ├── FreemarkerUtils.java
│ │ ├── LogPrint.java
│ │ └── FlushQueue.java
├── .project
└── .settings
│ └── org.eclipse.jdt.core.prefs
└── README.md
/phoenix-jmeter/.gitignore:
--------------------------------------------------------------------------------
1 | /bin/
2 |
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/test.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/test.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/jorphan.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/jorphan.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/bsf-2.4.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/bsf-2.4.0.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/bsh-2.0b5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/bsh-2.0b5.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/bshclient.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/bshclient.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/oro-2.0.8.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/oro-2.0.8.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/jdom-1.1.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/jdom-1.1.3.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/jsoup-1.8.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/jsoup-1.8.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/jtidy-r938.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/jtidy-r938.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/junit-4.12.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/junit-4.12.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/logkit-2.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/logkit-2.0.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/rhino-1.7R5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/rhino-1.7R5.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/soap-2.3.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/soap-2.3.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/xalan-2.7.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/xalan-2.7.2.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-io-2.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-io-2.4.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/dnsjava-2.1.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/dnsjava-2.1.7.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/htmllexer-2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/htmllexer-2.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/htmlparser-2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/htmlparser-2.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/httpcore-4.2.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/httpcore-4.2.5.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/httpmime-4.2.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/httpmime-4.2.6.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/javax.inject-1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/javax.inject-1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/jcharts-0.7.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/jcharts-0.7.5.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/jodd-log-3.6.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/jodd-log-3.6.4.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/mail-1.5.0-b01.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/mail-1.5.0-b01.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/tika-core-1.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/tika-core-1.7.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/xstream-1.4.8.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/xstream-1.4.8.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_core.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_core.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_ftp.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_ftp.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_http.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_http.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_java.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_java.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_jdbc.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_jdbc.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_jms.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_jms.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_ldap.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_ldap.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_mail.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_mail.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_tcp.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_tcp.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-jexl-1.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-jexl-1.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-net-3.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-net-3.3.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-pool2-2.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-pool2-2.3.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/freemarker-2.3.19.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/freemarker-2.3.19.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/httpclient-4.2.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/httpclient-4.2.6.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/jodd-core-3.6.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/jodd-core-3.6.4.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/serializer-2.7.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/serializer-2.7.2.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/slf4j-api-1.7.10.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/slf4j-api-1.7.10.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/slf4j-nop-1.7.10.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/slf4j-nop-1.7.10.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/tika-parsers-1.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/tika-parsers-1.7.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/xercesImpl-2.11.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/xercesImpl-2.11.0.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/xml-apis-1.4.01.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/xml-apis-1.4.01.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/xmlpull-1.1.3.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/xmlpull-1.1.3.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/xpp3_min-1.1.4c.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/xpp3_min-1.1.4c.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_junit.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_junit.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_native.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_native.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-codec-1.10.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-codec-1.10.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-jexl-2.1.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-jexl-2.1.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-lang3-3.3.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-lang3-3.3.2.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-logging-1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-logging-1.2.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-math3-3.4.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-math3-3.4.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/javassist-3.15.0-GA.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/javassist-3.15.0-GA.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/jodd-lagarto-3.6.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/jodd-lagarto-3.6.4.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_functions.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_functions.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_mongodb.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_mongodb.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_monitors.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_monitors.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/avalon-framework-4.1.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/avalon-framework-4.1.4.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-httpclient-3.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-httpclient-3.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/excalibur-logger-1.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/excalibur-logger-1.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/excalibur-pool-api-2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/excalibur-pool-api-2.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/persistence-api-1.0.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/persistence-api-1.0.2.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/rsyntaxtextarea-2.5.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/rsyntaxtextarea-2.5.6.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/ApacheJMeter_components.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/ApacheJMeter_components.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/excalibur-datasource-2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/excalibur-datasource-2.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/excalibur-instrument-1.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/excalibur-instrument-1.0.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/excalibur-pool-impl-2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/excalibur-pool-impl-2.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/mongo-java-driver-2.11.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/mongo-java-driver-2.11.3.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/phoenix_webdriver-1.3.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/phoenix_webdriver-1.3.5.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/xmlgraphics-commons-1.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/xmlgraphics-commons-1.5.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/commons-collections-3.2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/commons-collections-3.2.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/geronimo-jms_1.1_spec-1.1.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/geronimo-jms_1.1_spec-1.1.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/javax-inject-1.0-201002241208.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/javax-inject-1.0-201002241208.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/ear.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/ear.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/knob.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/knob.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/excalibur-pool-instrumented-2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/excalibur-pool-instrumented-2.1.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/lib/mysql-connector-java-5.0.5-bin.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/lib/mysql-connector-java-5.0.5-bin.jar
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/beaker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/beaker.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/feather.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/feather.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/jmeter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/jmeter.jpg
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/meter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/meter.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/pin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/pin.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/pipet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/pipet.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/stop.on.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/stop.on.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/thread.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/thread.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/timer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/timer.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/warning.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/about.off.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/about.off.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/about.on.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/about.on.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/clear.off.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/clear.off.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/clear.on.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/clear.on.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/clipboard.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/clipboard.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/leafnode.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/leafnode.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/book.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/chart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/chart.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/clock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/clock.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/table.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/question.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/question.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/start.off.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/start.off.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/start.on.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/start.on.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/stop.down.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/stop.down.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/stop.off.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/stop.off.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/stop.over.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/stop.over.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/testtubes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/testtubes.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/about.down.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/about.down.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/about.over.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/about.over.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/clear.down.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/clear.down.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/clear.over.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/clear.over.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/icon-apache.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/icon-apache.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/leafnodeflip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/leafnodeflip.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-dead.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-dead.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/barchart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/barchart.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/funnel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/funnel.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/glasses.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/glasses.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/mglass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/mglass.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/pencil.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/pencil.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/pin-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/pin-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/puzzle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/puzzle.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/remote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/remote.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/scroll.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/scroll.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/thread.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/thread.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/start.down.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/start.down.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/start.over.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/start.over.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/thread.idle.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/thread.idle.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/icon_error_sml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/icon_error_sml.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-active.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-active.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-legend.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-legend.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-0.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-1.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-2.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-3.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-4.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-5.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-6.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-6.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-7.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-7.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-8.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-8.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-9.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-9.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/blue-quill.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/blue-quill.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/book-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/book-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/chart-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/chart-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/clock-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/clock-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/table-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/table-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/typewriter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/typewriter.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/thread.enabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/thread.enabled.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/icon_success_sml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/icon_success_sml.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/icon_warning_sml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/icon_warning_sml.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-healthy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-healthy.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-load-10.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-warning.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-warning.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/funnel-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/funnel-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/glasses-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/glasses-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/mglass-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/mglass-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/pencil-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/pencil-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/puzzle-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/puzzle-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/remote-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/remote-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/scroll-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/scroll-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/thread-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/thread-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/smallthread.idle.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/smallthread.idle.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/thread.disabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/thread.disabled.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-blue-legend.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-blue-legend.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-red-legend.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-red-legend.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/typewriter-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/typewriter-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/smallthread.enabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/smallthread.enabled.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-green-legend.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-green-legend.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/monitor-orange-legend.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/monitor-orange-legend.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/new/barchart.png-grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/new/barchart.png-grey.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/smallthread.disabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/smallthread.disabled.gif
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-cut-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-cut-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/list-add-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/list-add-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-cut-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-cut-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/list-add-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/list-add-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-cut-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-cut-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/list-add-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/list-add-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/arrow-right-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/arrow-right-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/documentation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/documentation.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-clear-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-clear-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-copy-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-copy-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-find-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-find-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-paste-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-paste-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-redo-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-redo-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-undo-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/edit-undo-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/list-remove-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/list-remove-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/arrow-right-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/arrow-right-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/documentation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/documentation.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-clear-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-clear-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-copy-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-copy-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-find-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-find-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-paste-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-paste-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-redo-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-redo-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-undo-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/edit-undo-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/list-remove-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/list-remove-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/arrow-right-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/arrow-right-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/documentation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/documentation.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-clear-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-clear-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-copy-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-copy-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-find-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-find-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-paste-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-paste-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-redo-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-redo-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-undo-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/edit-undo-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/list-remove-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/list-remove-3.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-new-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-new-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-open-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-open-2.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-save-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-save-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/help-contents-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/help-contents-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/process-stop-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/process-stop-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/process-stop-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/process-stop-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/run-build-clean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/run-build-clean.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/run-build-prune.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/run-build-prune.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-new-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-new-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-open-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-open-2.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-save-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-save-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/help-contents-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/help-contents-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/process-stop-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/process-stop-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/process-stop-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/process-stop-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/run-build-clean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/run-build-clean.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/run-build-prune.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/run-build-prune.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-new-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-new-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-open-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-open-2.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-save-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-save-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/help-contents-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/help-contents-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/process-stop-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/process-stop-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/process-stop-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/process-stop-7.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/run-build-clean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/run-build-clean.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/run-build-prune.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/run-build-prune.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-close-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-close-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-save-as-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/document-save-as-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/road-sign-us-stop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/road-sign-us-stop.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-close-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-close-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-save-as-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/document-save-as-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/road-sign-us-stop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/road-sign-us-stop.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-close-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-close-4.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-save-as-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/document-save-as-5.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/road-sign-us-stop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/road-sign-us-stop.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/applications-office.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/applications-office.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/color-picker-toggle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/color-picker-toggle.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/applications-office.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/applications-office.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/color-picker-toggle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/color-picker-toggle.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/applications-office.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/applications-office.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/color-picker-toggle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/color-picker-toggle.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/arrow-right-3-notimer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/arrow-right-3-notimer.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/arrow-right-3-notimer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/arrow-right-3-notimer.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/arrow-right-3-notimer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/arrow-right-3-notimer.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/arrow-right-3-startremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/arrow-right-3-startremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/arrow-right-3-startremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/arrow-right-3-startremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/arrow-right-3-startremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/arrow-right-3-startremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/process-stop-7-shutdownremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/process-stop-7-shutdownremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/road-sign-us-stop-stopremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/22x22/road-sign-us-stop-stopremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/process-stop-7-shutdownremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/process-stop-7-shutdownremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/road-sign-us-stop-stopremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/32x32/road-sign-us-stop-stopremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/process-stop-7-shutdownremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/process-stop-7-shutdownremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/road-sign-us-stop-stopremoteall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phoenixframe/phoenix-jmeter/HEAD/phoenix-jmeter/src/org/apache/jmeter/images/toolbar/48x48/road-sign-us-stop-stopremoteall.png
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/phoenix/jmeter/perfmon/PerfMonException.java:
--------------------------------------------------------------------------------
1 | package org.phoenix.jmeter.perfmon;
2 |
3 | public class PerfMonException extends Exception
4 | {
5 | private static final long serialVersionUID = 1L;
6 |
7 | public PerfMonException(String message, Throwable cause)
8 | {
9 | super(message, cause);
10 | }
11 |
12 | public PerfMonException(String message)
13 | {
14 | super(message);
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/phoenix-jmeter/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | phoenix-jmeter
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 |
15 | org.eclipse.jdt.core.javanature
16 |
17 |
18 |
--------------------------------------------------------------------------------
/phoenix-jmeter/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 | org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
4 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
5 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6 | org.eclipse.jdt.core.compiler.compliance=1.7
7 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8 | org.eclipse.jdt.core.compiler.debug.localVariable=generate
9 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12 | org.eclipse.jdt.core.compiler.source=1.7
13 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # phoenix-jmeter
2 | phoenixframework平台的一个模块,对jmeter的深度定制,用于对web性能测试。
3 |
4 | 这个定制版的jmeter,只支持No-GUI方式执行,并且在执行过程中可以动态获取已启动的线程,处于等待的线程,已经停止的线程,
5 | 并且执行完成后可以获取到执行的结果数据,如tps,success,fail等。
6 |
7 | 获取方法:
8 | 活动线程:JMeterContextService.getThreadCounts().activeThreads
9 | 已停止线程:JMeterContextService.getThreadCounts().finishedThreads
10 | 实时打印每个线程的执行结果:FlushQueue.getInstance().queueString();
11 | 是否在运行:StateListener.isRunning();
12 | 设置的总线程数:JMeterContextService.getNumberOfThreads();
13 | 已启动的线程数:JMeterContextService.getThreadCounts().startedThreads
14 | 测试启动时间:StateListener.getStartTime()
15 | 测试结束时间:StateListener.getEndTime()
16 | 性能测试结果:Summariser.getSummary()
17 | 分机性能数据监控:StateListener.getSlaveMetrics()
18 | 测试数据统计:ResultCollector.getRESULT_CAL()
19 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/phoenix/jmeter/perfmon/AgentCommandsInterface.java:
--------------------------------------------------------------------------------
1 | package org.phoenix.jmeter.perfmon;
2 |
3 | public abstract interface AgentCommandsInterface
4 | {
5 | public static final String BADCMD = "badCmd";
6 | public static final String BYE = "bye";
7 | public static final String CPU = "cpu";
8 | public static final String DISKIO = "dio";
9 | public static final String MEMORY = "mem";
10 | public static final String NAME = "name";
11 | public static final String NETWORK = "nio";
12 | public static final String SWAP = "swp";
13 | public static final String PID = "pid";
14 | public static final long SIGAR_ERROR = -1L;
15 | public static final long AGENT_ERROR = -2L;
16 | public static final long[] SIGAR_ERROR_ARRAY = { -1L, -1L };
17 | public static final long[] AGENT_ERROR_ARRAY = { -2L, -2L };
18 | }
19 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/phoenix/jmeter/core/ShowLog.java:
--------------------------------------------------------------------------------
1 | package org.phoenix.jmeter.core;
2 |
3 | import org.apache.jmeter.samplers.SampleResult;
4 | import org.apache.jmeter.visualizers.gui.AbstractVisualizer;
5 |
6 | public class ShowLog extends AbstractVisualizer{
7 |
8 | public ShowLog() {
9 | String s = ShowLog.class.getResource("/").getPath().replace("%20", " ")+"result.jtl";
10 | super.setFile(s);
11 | super.stateChanged(null);
12 | }
13 | public static void main(String[] args) {
14 | new ShowLog();
15 | }
16 |
17 | @Override
18 | public void add(SampleResult sample) {
19 | // TODO Auto-generated method stub
20 |
21 | }
22 |
23 | @Override
24 | public void clearData() {
25 | // TODO Auto-generated method stub
26 |
27 | }
28 |
29 | @Override
30 | public String getLabelResource() {
31 | // TODO Auto-generated method stub
32 | return null;
33 | }
34 |
35 | }
36 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/phoenix/jmeter/core/StateListener.java:
--------------------------------------------------------------------------------
1 | package org.phoenix.jmeter.core;
2 |
3 | import org.apache.jmeter.engine.StandardJMeterEngine;
4 | import org.apache.jmeter.testelement.TestStateListener;
5 | import org.phoenix.jmeter.utils.FlushQueue;
6 |
7 | public class StateListener implements TestStateListener{
8 |
9 | @Override
10 | public void testStarted() {
11 | System.out.println("测试开始................");
12 |
13 | }
14 |
15 | @Override
16 | public void testStarted(String host) {
17 | // TODO Auto-generated method stub
18 |
19 | }
20 |
21 | @Override
22 | public void testEnded() {
23 | FlushQueue.getInstance().releaseQueue();
24 | StandardJMeterEngine.stopEngine();
25 | System.out.println("测试结束................");
26 | }
27 |
28 | @Override
29 | public void testEnded(String host) {
30 | // TODO Auto-generated method stub
31 |
32 | }
33 |
34 | }
35 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/engine/package-info.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | /**
20 | * This package contains the interfaces and classes that are used to run JMeter tests.
21 | */
22 |
23 | package org.apache.jmeter.engine;
24 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/util/LocaleChangeListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.util;
20 |
21 | public interface LocaleChangeListener {
22 | void localeChanged(LocaleChangeEvent event);
23 | }
24 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/plugin/JMeterPlugin.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.plugin;
20 |
21 | public interface JMeterPlugin {
22 | String[][] getIconMappings();
23 |
24 | String[][] getResourceBundles();
25 | }
26 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/util/NamedObject.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.util;
20 |
21 | // TODO no reference to this interface, is it really useful ?
22 | public interface NamedObject {
23 | String getName();
24 | }
25 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/testelement/TestCloneable.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 | * License for the specific language governing permissions and limitations
15 | * under the License.
16 | *
17 | */
18 |
19 | /*
20 | * Created on May 28, 2004
21 | */
22 | package org.apache.jmeter.testelement;
23 |
24 | public interface TestCloneable extends Cloneable {
25 | Object clone();
26 | }
27 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/gui/tree/NamedTreeNode.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.gui.tree;
20 |
21 | public interface NamedTreeNode {
22 |
23 | void setName(String name);
24 | String getName();
25 | void nameChanged();
26 | }
27 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/threads/JMeterThreadMonitor.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.threads;
20 |
21 | /**
22 | * @version $Revision: 1377076 $
23 | */
24 | public interface JMeterThreadMonitor {
25 | void threadFinished(JMeterThread thread);
26 | }
27 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/phoenix/jmeter/cases/HttpDataJava.java:
--------------------------------------------------------------------------------
1 | package org.phoenix.jmeter.cases;
2 |
3 | import java.net.MalformedURLException;
4 | import java.net.URL;
5 |
6 | import org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl;
7 | import org.apache.jmeter.protocol.http.sampler.HTTPSampleResult;
8 | import org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase;
9 | import org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory;
10 |
11 | public class HttpDataJava extends HTTPJavaImpl{
12 |
13 | protected HttpDataJava(HTTPSamplerBase base) {
14 | super(base);
15 | }
16 |
17 | public String getResources() throws MalformedURLException{
18 | HTTPSampleResult res = super.sample(new URL("http://www.baidu.com"), HTTPSamplerBase.GET, false, 0);
19 | return res.getResponseDataAsString();
20 | }
21 |
22 | public static void main(String[] args) throws MalformedURLException {
23 | HTTPSamplerBase httpBase = HTTPSamplerFactory.newInstance();
24 | httpBase.setConnectTimeout("1000");
25 | HttpDataJava httpJava = new HttpDataJava(httpBase);
26 | System.out.println(httpJava.getResources());
27 | }
28 |
29 | }
30 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/testelement/property/PropertyIterator.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.testelement.property;
20 |
21 | public interface PropertyIterator {
22 | boolean hasNext();
23 |
24 | JMeterProperty next();
25 |
26 | void remove();
27 | }
28 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/testbeans/TestBean.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 | * License for the specific language governing permissions and limitations
15 | * under the License.
16 | *
17 | */
18 |
19 | /*
20 | * Created on May 21, 2004
21 | */
22 | package org.apache.jmeter.testbeans;
23 |
24 | /**
25 | * Marker interface to tell JMeter to make a Test Bean Gui for the class.
26 | *
27 | */
28 | public interface TestBean {
29 |
30 | }
31 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/processor/PreProcessor.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.processor;
20 |
21 | /**
22 | * PreProcessors are executed just prior to a sample being run.
23 | *
24 | * @version $Revision: 1377076 $
25 | */
26 | public interface PreProcessor {
27 | void process();
28 | }
29 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/save/ScriptWrapper.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.save;
20 |
21 | import org.apache.jorphan.collections.HashTree;
22 |
23 | public class ScriptWrapper {
24 | // Used by ScriptWrapperConverter
25 | public String version = "";
26 |
27 | public HashTree testPlan;
28 | }
29 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/control/TestFragmentController.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.control;
20 |
21 | import java.io.Serializable;
22 |
23 | public class TestFragmentController extends GenericController implements Serializable {
24 |
25 | private static final long serialVersionUID = 1L;
26 |
27 | }
28 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/gui/Stoppable.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.gui;
20 |
21 | /**
22 | * Interface that identifies processes to stop on close or load of new project files
23 | */
24 | public interface Stoppable {
25 |
26 | /**
27 | * Stop server
28 | */
29 | void stopServer();
30 | }
31 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/samplers/Remoteable.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.samplers;
20 |
21 | /**
22 | * Marker interface used by ConvertListeners to determine which test elements to wrap
23 | * so that the results are processed by the client rather than the server
24 | */
25 | public interface Remoteable {
26 | }
27 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/testbeans/gui/TestBeanPropertyEditor.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.testbeans.gui;
20 |
21 | import java.beans.PropertyDescriptor;
22 | import java.beans.PropertyEditor;
23 |
24 | public interface TestBeanPropertyEditor extends PropertyEditor {
25 |
26 | void setDescriptor(PropertyDescriptor descriptor);
27 |
28 | }
29 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/visualizers/ImageVisualizer.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.visualizers;
20 |
21 | import java.awt.Image;
22 |
23 | /**
24 | * TODO - interface is used but getImage() does not appear to be used
25 | *
26 | * @version $Revision: 1377064 $
27 | */
28 | public interface ImageVisualizer {
29 | Image getImage();
30 | }
31 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/threads/PostThreadGroup.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.threads;
20 |
21 |
22 | /**
23 | * PostThreadGroup is a special type of ThreadGroup that can be used for
24 | * performing actions at the end of a test for cleanup and such.
25 | */
26 | public class PostThreadGroup extends ThreadGroup {
27 | private static final long serialVersionUID = 240L;
28 | }
29 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/gui/UnsharedComponent.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.gui;
20 |
21 | /**
22 | * Marker interface indicating that an instance of a component cannot be shared.
23 | * The GUI instance will be shared among all test elements of a given type if
24 | * the GUI component class does not implement this interface.
25 | *
26 | */
27 | public interface UnsharedComponent {
28 | }
29 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/gui/action/Command.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.gui.action;
20 |
21 | import java.awt.event.ActionEvent;
22 | import java.util.Set;
23 |
24 | import org.apache.jmeter.exceptions.IllegalUserActionException;
25 |
26 | public interface Command {
27 | void doAction(ActionEvent e) throws IllegalUserActionException;
28 |
29 | Set getActionNames();
30 | }
31 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/help.txt:
--------------------------------------------------------------------------------
1 |
2 | To run Apache JMeter in GUI mode:
3 | Double-click on the ApacheJMeter.jar file.
4 | If this doesn't work, open a command prompt and type:
5 |
6 | java -jar ApacheJMeter.jar [-p property-file]
7 |
8 | --------------------------------------------------
9 |
10 | To run Apache JMeter in NON_GUI mode:
11 | Open a command prompt (or Unix shell) and type:
12 |
13 | java -jar ApacheJMeter.jar -n -t test-file [-p property-file] [-l log-file]
14 |
15 | --------------------------------------------------
16 |
17 | To tell Apache JMeter to use a proxy server:
18 | Open a command prompt and type:
19 |
20 | java -jar ApacheJMeter.jar -H [your.proxy.server] -P [your proxy server port]
21 |
22 | ---------------------------------------------------
23 |
24 | To run Apache JMeter in server mode:
25 | Open a command prompty and type
26 |
27 | java -jar ApacheJMeter.jar -s
28 |
29 | Or, use the provided script file: jmeter-server.bat(Windows)/jmeter-server(Linux)
30 |
31 | ---------------------------------------------------
32 |
33 | Please note that a script file is provided:
34 | jmeter.bat(Windows)/jmeter(Linux) that can be
35 | used in place of "java -jar ApacheJMeter.jar". Example:
36 |
37 | jmeter -p jmeter.properties -H my.proxy.com -P 9999
38 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/visualizers/Printable.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.visualizers;
20 |
21 | import javax.swing.JComponent;
22 |
23 | /**
24 | * Printable is used by components that can be saved to an external file. It is
25 | * up to the visualizers to get the right component containing the JPanel or
26 | * JComponent to save.
27 | */
28 | public interface Printable {
29 | JComponent getPrintableComponent();
30 | }
31 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/engine/event/LoopIterationListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.engine.event;
20 |
21 | /**
22 | * Allows a class to receive loop iteration start events.
23 | */
24 | public interface LoopIterationListener {
25 | /**
26 | * Called when a loop iteration is about to start.
27 | *
28 | * @param iterEvent the event
29 | */
30 | void iterationStart(LoopIterationEvent iterEvent);
31 | }
32 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/phoenix/jmeter/utils/FreemarkerUtils.java:
--------------------------------------------------------------------------------
1 | package org.phoenix.jmeter.utils;
2 |
3 | import java.io.File;
4 | import java.io.PrintWriter;
5 | import java.util.HashMap;
6 |
7 | import org.apache.commons.io.output.FileWriterWithEncoding;
8 |
9 | import freemarker.template.Configuration;
10 | import freemarker.template.Template;
11 |
12 | /**
13 | * 通过freemarker生成能被jmeter识别的.jmx文件
14 | * @author mengfeiyang
15 | *
16 | */
17 | public class FreemarkerUtils {
18 |
19 | /**
20 | * 将模版转换成文件
21 | * @param hashMap
22 | * @param isPrintOut 是否打印文件内容
23 | */
24 | public static void transToFile(HashMap hashMap,boolean isPrintOut,String jmxFilePath,String templatePath,String templateName) {
25 | Configuration cfg = new Configuration();
26 | try {
27 | File jmxFile = new File(jmxFilePath);
28 | if(jmxFile.exists())jmxFile.delete();
29 | else jmxFile.createNewFile();
30 | cfg.setDirectoryForTemplateLoading(new File(templatePath));
31 | Template temp = cfg.getTemplate(templateName);
32 | temp.setEncoding("UTF-8");
33 | if(isPrintOut)temp.process(hashMap, new PrintWriter(System.out));
34 | temp.process(hashMap, new FileWriterWithEncoding(jmxFile, "UTF-8"));
35 | } catch (Exception e) {
36 | e.printStackTrace();
37 | }
38 | }
39 | }
40 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/testelement/TestListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.testelement;
20 |
21 | /**
22 | * TestListener interface is used for methods that are called at different
23 | * stages of each test.
24 | *
25 | * @deprecated since 2.8, please use {@link TestStateListener} and/or {@link TestIterationListener}
26 | */
27 | @Deprecated
28 | public interface TestListener extends TestStateListener, TestIterationListener {
29 | }
30 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/gui/action/Searcher.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.gui.action;
20 |
21 | import java.util.List;
22 |
23 | /**
24 | * Search algorithm
25 | */
26 | public interface Searcher {
27 |
28 | /**
29 | * Implements the search
30 | * @param textTokens List of content to be searched
31 | * @return true if search on textTokens is successful
32 | */
33 | boolean search(List textTokens);
34 | }
35 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/processor/PostProcessor.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.processor;
20 |
21 | /**
22 | * The PostProcessor is activated after a sample result has been generated.
23 | *
24 | * @version $Revision: 1377076 $
25 | */
26 | public interface PostProcessor {
27 | /**
28 | * Provides the PostProcessor with a SampleResult object from which to
29 | * extract values for use in future Queries.
30 | */
31 | void process();
32 | }
33 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/engine/util/NoThreadClone.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | /*
20 | * Created on Apr 23, 2003
21 | */
22 | package org.apache.jmeter.engine.util;
23 |
24 | /**
25 | * Implement this method-less interface to indicate your test element should not
26 | * be cloned for each thread in a test run. Otherwise, the default behavior is
27 | * to clone every test element for each thread.
28 | *
29 | * @version $Revision: 493779 $
30 | */
31 | public interface NoThreadClone {
32 | }
33 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/threads/SetupThreadGroup.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.threads;
20 |
21 |
22 | /**
23 | * SetupThreadGroup.java is a special type of ThreadGroup that can be used for
24 | * setting up of a test before the bulk of the test executes later.
25 | *
26 | */
27 | public class SetupThreadGroup extends ThreadGroup {
28 | private static final long serialVersionUID = 240L;
29 |
30 | public SetupThreadGroup() {
31 | super();
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/samplers/Interruptible.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.samplers;
20 |
21 | /**
22 | * Samplers which are able to interrupt a potentially long-running operation should
23 | * implement this interface.
24 | *
25 | */
26 | public interface Interruptible {
27 |
28 | /**
29 | * Interrupt the current operation if possible.
30 | *
31 | * @return true if there was an operation to interrupt.
32 | */
33 | boolean interrupt();
34 | }
35 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/samplers/Clearable.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.samplers;
20 |
21 | /**
22 | * Identifies an object which supports the clearing of run-time data
23 | * using the clearData() method.
24 | *
25 | * Intended for implementation by Listeners.
26 | */
27 | public interface Clearable {
28 | /**
29 | * Clears the current data of the object.
30 | */
31 | void clearData();
32 | // N.B. originally called clear()
33 | // @see also JMeterGUIComponent
34 | }
35 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/testbeans/gui/SharedCustomizer.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package org.apache.jmeter.testbeans.gui;
18 |
19 | import java.beans.Customizer;
20 |
21 | /**
22 | * Tagging interface to mark a customizer class as shareable among elements of
23 | * the same type.
24 | *
25 | * The interface is equivalent to Customizer -- the only difference is that
26 | * setElement can be called multiple times to change the element it works on.
27 | *
28 | */
29 | public interface SharedCustomizer extends Customizer {
30 | }
31 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/util/TidyException.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.util;
20 |
21 | /**
22 | * Class for reporting errors when running Tidy.
23 | */
24 | public class TidyException extends Exception {
25 |
26 | private static final long serialVersionUID = 240L;
27 |
28 | public TidyException() {
29 | this(0,0);
30 | }
31 |
32 | public TidyException(int errors, int warnings){
33 | super("tidy: " + errors + " errors, " + warnings + " warnings");
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/apache/jmeter/gui/ClearGui.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | *
17 | */
18 |
19 | package org.apache.jmeter.gui;
20 |
21 | public interface ClearGui {
22 |
23 | /**
24 | * Clear the gui and return it to initial default values. This is necessary
25 | * because most gui classes are instantiated just once and re-used for
26 | * multiple test element objects and thus they need to be cleared between
27 | * uses.
28 | */
29 | void clearGui();
30 | // N.B. originally called clear()
31 | // @see also Clearable
32 | }
33 |
--------------------------------------------------------------------------------
/phoenix-jmeter/src/org/phoenix/jmeter/cases/HashTreeTest.java:
--------------------------------------------------------------------------------
1 | package org.phoenix.jmeter.cases;
2 |
3 | import java.util.Map.Entry;
4 |
5 | import org.apache.jorphan.collections.HashTree;
6 | import org.apache.jorphan.collections.HashTreeTraverser;
7 |
8 | class Test123{
9 | public Test123(String s){
10 | System.out.println(s);
11 | }
12 |
13 | public void show(String s1){
14 | System.out.println("User:"+s1);
15 | }
16 | }
17 |
18 | class test3 implements HashTreeTraverser{
19 |
20 | @Override
21 | public void addNode(Object node, HashTree subTree) {
22 | // TODO Auto-generated method stub
23 |
24 | }
25 |
26 | @Override
27 | public void subtractNode() {
28 | // TODO Auto-generated method stub
29 | System.out.println("222222222");
30 | }
31 |
32 | @Override
33 | public void processPath() {
34 | // TODO Auto-generated method stub
35 | System.out.println("11111111111111");
36 | }
37 | }
38 |
39 | public class HashTreeTest {
40 | public static void main(String[] args) {
41 | HashTree ht = new HashTree();
42 | ht.add("1",new Test123("1---1"));
43 | ht.add("3",new Test123("3---3"));
44 | ht.add("2",new Test123("2---2"));
45 |
46 |
47 | ht.traverse(new test3());
48 |
49 | for(Entry