namespace http://www.griddynamics.com/schema/jagger

See:
Description
Element Summary
configurationConfiguration is a main element in Jagger. 
endpoint-provider-csv This element is a file of csv elements - endpoint.  
endpoint-provider-file This element is a file of line-separated elements - endpoint.  
endpoint-provider-list This element is a list of elements - endpoint.  
limitsList of metric limits, required to make decision based of results of some test. 
queryPossible type of query : query-http, query-ref. 
query-httpThis query implements http query. 
query-providerQuery provider is a source, where jagger can take queries. 
query-provider-csv This element is a file of csv elements - query.  
query-provider-file This element is a file of line-separated elements - query.  
query-provider-list This element is a list of elements - query.  
reportThis element can configure your report. 
scenarioScenario describes what targets will be loaded and what tool use to make load. 
scenario-query-poolThis scenario contains such elements - invoker, query-provider, endpoint-provider, query-distributor. 
testTest have attribute testDescription and includes two child elements : load, termination. 
test-descriptionTest description contains two elements - info-collectors and scenario. 
test-groupTest-group is a list of tests. 
test-suiteTest-suite is a list of test-groups. 

 

Complex Type Summary
basicIdentifiedType Basic type with id.  
basicType Basic type which help you to realize inheritance.  
boolean 
comparatorAbstract 
comparator-monitoring 
comparator-ref 
comparator-workload 
configurationTypeConfiguration is a main element in Jagger. 
decisionMakerAbstract 
decisionMakerMonitoringAbstract 
decision-maker-monitoring-ref 
decision-maker-monitoring-stddev 
decisionMakerWorkloadAbstract 
decision-maker-workload-ref 
decision-maker-workload-throughput 
double 
endpointProviderAbstractEndpoint provider is a source, where jagger can take endpoints. 
endpoint-provider-csv This element is a file of csv elements - query.  
endpoint-provider-file This element is a file of line-separated elements - endpoint.  
endpoint-provider-list This element is a list of elements - endpoint.  
endpoint-provider-refSet reference to endpoint-provider element or bean. 
endpoint-ref Set reference to endpoint bean.  
endpointTypePossible type of endpoint : endpoint-ref. 
extensionsType 
extensionType 
float 
identifiedRequiredTypeBasic type which contains id attribute to identify elements. 
identifiedType Basic type which contains id attribute to identify elements.  
integer 
invokerAbstract Invoker invokes a query to load endpoint.  
invoker-apache-httpAn invoker, that invoke apache http query (based on 'org.apache.http.client.methods.HttpRequestBase'). 
invoker-classSet class name of invoker, that you would like to use. 
invoker-http An invoker, that creates HTTP query.  
invoker-soap An invoker, that creates SOAP query.  
jmxMetricAttributeType  
jmxMetricsGroupType  
jmxMetricsType  
latencyPercentilesType 
limits-group List of metric limits defined directly in test configuration  
limitsMetricAbstractAbstract list of metric limits. 
limits-ref Reference to the existing list of metric limits.  
limit-vs-baselineMetric limit. 
limit-vs-valueMetric limit. 
listenerInvocationAbstractAbstract type for listener-invoke element. 
listener-invocation-not-null-response A type of invocation listener, which count not null responses.  
listener-invocation-refA reference to custom listener. 
listenersTest A list of t-listener elements, which give you an ability to execute some actions before and after test.  
listenersTestGroupDecisionMakerType A list of listener-test-group-decision-maker elements, which give you an ability to execute some actions on decision making  
listenersTestGroupType A list of listener-test-group elements, which give you an ability to execute some actions before and after test-group.  
listenersTestSuiteType A list of listener-test-suite elements, which give you an ability to execute some actions before and after test-suite.  
listenerTestAbstractTest listener abstract type. 
listenerTestGroupAbstract Abstract type for test-group listeners  
listenerTestGroupDecisionMakerAbstract Abstract type for test-group-decision-maker listeners  
listener-test-group-decision-maker-basic Basic implementation of listener-test-group-decision-maker will take decision comparing metric values vs limits  
listener-test-group-decision-maker-ref A reference to listener-test-group-decision-maker element or TestGroupListenerDecisionMaker provider bean.  
listener-test-group-ref A reference to listener-test-group element or TestGroupListener provider bean.  
listener-test-refA reference to test listener bean or element. 
listenerTestSuiteAbstract Abstract type for test-suite listeners  
listener-test-suite-ref A reference to listener-test-suite element or TestSuiteListener provider bean.  
listener-test-threads Test listener, that collects number of Jagger threads.  
listenerType 
loadAbstractLoad is an element, which describes how often you would like to make load. 
load-invocationThis type of load provides an exact number of invocations. 
load-ref Set bean of load, which you would like to use.  
load-rpsThis type of load imitates an exact number of requests per second. 
load-threadsThis type of load provides an exact count of threads, which will load your targets. 
load-tpsThis type of load imitates an exact number of transactions per second. 
load-user-groupThis load imitates one user group. 
load-user-groupsThis load is a list of elements user. 
long 
metricAbstractMetric is a kind of collector, which calculate some information from responses. 
metricAggregatorAbstract Metric aggregator is a aggregation function for metric.  
metric-aggregator-avgAverage aggregator. 
metric-aggregator-ref Reference to custom aggregator  
metric-aggregator-stdStandard deviation aggregator. 
metric-aggregator-sumSummary aggregator. 
metric-customYou can create your custom metric. 
metricLimitsGroupTypeList of metric limits, required to make decision based of results of some test. 
metricLimitTypeAbstractMetric limit. 
metric-not-null-response This metric indexes number of not null responses.  
metric-refYou can create your custom collector. 
metric-success-rate This metric calculates success rate and number of fails  
monitoringSutType This element can configure monitoring on System Under Test.  
monitoringType This element can configure your monitoring.  
objectCreatorAbstract 
object-creator-ref 
primitiveAbstract A basic type for primitive objects.  
primitiveEntry 
primitiveMap 
primitiveOrObjectAbstract A special type of object, which can configure with inner elements and with inner content.  
queryDistributorAbstractQuery distributor is an object, that provides an algorithm how to distribute queries by endpoints. 
query-distributor-one-by-oneSchedules queries across endpoints one by one. 
queryDistributorRandomAbstractExtension of queryDistributorAbstract complexType. 
query-distributor-refSet reference to query-distributor bean. 
query-distributor-round-robinEncapsulates round robin algorithm. 
query-httpThis query implements http query. 
queryProviderAbstractQuery provider is a source, where jagger can take queries. 
query-provider-csv This element is a file of csv elements - query.  
query-provider-file This element is a file of line-separated elements - query.  
query-provider-list This element is a list of elements - query.  
query-provider-refSet reference to your query-provider bean. 
query-ref Set reference to query bean.  
queryTypePossible type of query : query-http, query-ref. 
reportTypeThis element can configure your report. 
reportTypeIn 
scenarioAbstractScenario describes what targets will be loaded and what tool use to make load. 
scenario-query-poolThis scenario contains such elements - invoker, query-provider, endpoint-provider, query-distributor. 
scenario-refSet scenario element, that you would like to use. 
sessionComparatorsTypeThis element is a list of monitoring and workload comparators. 
slistenersType 
string 
terminationAbstractTermination describes how long load will be executed. 
termination-background Test with such termination strategy will wait another tests in test-group to be stopped.  
termination-duration Use this termination, when you would like to execute your load within a certain time.  
termination-iterationsThis termination strategy is helpful, when you would like to execute an exact number of iterations. 
testDescriptionTypeTest description contains two elements - info-collectors and scenario. 
testGroupTypeTest-group is a list of tests. 
testGroupTypeInTest-group is a list of tests. 
testSuiteTypeTest-suite is a list of test-groups. 
testSuiteTypeInTest-suite is a list of test-groups. 
testTypeTest have attribute testDescription and includes two child elements : load, termination. 
testTypeIn 
tlistenersType 
userGroupInEvery such element imitates a group of threads. 
validatorAbstractValidator is a kind of collector, which validate responses. 
validator-consistency Need to add info  
validator-customIf you would like to use you custom validator - create your own class, which extends class ResponseValidator. 
validator-not-null-response This validator validates that response doesn't equals null.  
validator-ref Set validator element, that you would like to use.  
workloadCollectorAbstract 
workloadListenersType 

 

Simple Type Summary
csvStrategy 
httpMethodsEnum 
strategyType 
time-unitsTime units that are the values of com.griddynamics.jagger.util.TimeUnits enumeration. 

 

Attribute Group Summary
delayAttribute 
durationAttributes 
extensionAttribute 
invocationAttributes 
iterationsAttributes 
jmxMetricsAttribute 
jmxMetricsGroupAttribute 
reportTypeAttribute 
sessionComparatorsAttribute 
tpsAttributes 
userAttributes 
virtualUserAttributes 

Schema http://www.griddynamics.com/schema/jagger Description

Form

By default, local element declarations belong to this schema's target namespace.

By default, local attribute declarations have no namespace.


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.