Class Reference
%WebStress.Tests.Parameters
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%WebStress] >  [Tests] >  [Parameters]
Private  Storage

persistent class %WebStress.Tests.Parameters extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 11


Summary

Properties
Generator LoopBackNumber LoopBackPercent Processes
Script ScriptPause Sessions Target
Test WebServer WebServerPort

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %ClassIsLatestVersion %ClassName
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Exists %ExistsId %Extends %GUID
%GUIDSet %GetLock %GetParameter %GetSwizzleObject
%Id %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Parameters

• parameter FileTimestamp = "60219,33101";

Properties

• 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