Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%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
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %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 %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.