http://www.griddynamics.com/schema/jagger
attributeGroup invocationAttributes

Properties
This component is not nillable.

Model

  exactcount = xsd:string
  period = xsd:string
  threads = xsd:string



Attribute Summary
 xsd:stringexactcount
           Says - how much invocations jagger have to execute.  
 xsd:stringperiod
          Says with what period jagger have to create load (exactcount samples with threads and determined delay), if not set then jagger creates load once. 
 xsd:stringthreads
           Says how much threads jagger will use.  

Attribute Detail

exactcount

Says - how much invocations jagger have to execute.

Type:
xsd:string
Use:
required
Form:
unqualified

period

Says with what period jagger have to create load (exactcount samples with threads and determined delay), if not set then jagger creates load once. If ( ((exactcount/threads) * delay) + invocation time > period ) then jagger just wont be able to create such load in period. Actual period will be ~ (exactcount / threads) * delay + invocation time.

Type:
xsd:string
Use:
optional
Form:
unqualified

threads

Says how much threads jagger will use.

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:attributeGroup name="invocationAttributes">
<xsd:attribute name="exactcount" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="threads" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="period" type="xsd:string" use="optional">
</xsd:attribute>
</xsd:attributeGroup>


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