persistent class %WebStress.Tests.Parameters
extends %Persistent, %XML.Adaptor
parameter FileTimestamp = "60219,33101";
property Generator
as %WebStress.Machines.Generators;
The generator that should generate the traffic for this script
property LoopBackNumber
as %Integer;
This indicates that the script will loop back to the URL indicated by this number
property LoopBackPercent
as %Integer;
This the the percentage of times that the loop back will occur
property Processes
as %Integer(MINVAL=1);
The number of processes that should be used to generate the traffic
property Script
as %WebStress.Scripts;
The script that should be included as part of this test
property ScriptPause
as %Integer;
Number of seconds to pause at the end of each script
property Sessions
as %Integer(MINVAL=1);
The number of sessions per process
property Target
as %Numeric(SCALE=1);
The required number of transactions per minute
relationship Test
as %WebStress.Tests [ Inverse = Parameters,Cardinality = parent ];
property WebServer
as %WebStress.Machines.WebServers;
The web server that the generator should use to access the application
property WebServerPort
as %Integer [ InitialExpression = 80 ];
The port to be used on the webserver. Defaults to 80