public class DslViewResultsTree extends DslVisualizer
If resultsTreeVisualizer is added at testPlan level it will show information about all samples in the test plan, if added at thread group level it will only show samples for samplers contained within it, if added as a sampler child, then only that sampler samples will be shown.
| Modifier and Type | Class and Description |
|---|---|
static class |
DslViewResultsTree.CodeBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected int |
resultsLimit |
guiClass, name| Constructor and Description |
|---|
DslViewResultsTree() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
org.apache.jorphan.collections.HashTree |
buildTreeUnder(org.apache.jorphan.collections.HashTree parent,
BuildTreeContext context)
Builds the JMeter HashTree for this TestElement under the provided tree node.
|
DslViewResultsTree |
resultsLimit(int resultsLimit)
Specifies the maximum number of sample results to show.
|
logNonGuiExecutionWarningbuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshowInGuipublic DslViewResultsTree resultsLimit(int resultsLimit)
When the limit is reached, only latest sample results are shown.
Take into consideration that the greater the number of displayed results, the more system memory is required, which might cause an OutOfMemoryError depending on JVM settings.
resultsLimit - the maximum number of sample results to show. When not set the default
value is 500.public org.apache.jorphan.collections.HashTree buildTreeUnder(org.apache.jorphan.collections.HashTree parent,
BuildTreeContext context)
DslTestElementbuildTreeUnder in interface DslTestElementbuildTreeUnder in class DslVisualizerparent - the node which will be the parent for the created tree.context - context information which contains information shared by elements while building
the test plan tree (eg: adding additional items to test plan when a particular protocol element
is added).protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2023. All rights reserved.