Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%WebStress] >  [Calls]
Private  Storage   

persistent class %WebStress.Calls extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
17 2 1 1


Summary

Properties
CharactersReceived CharactersSent Generator HttpStatusCode
Iteration Path Process RecordedTime
RunID Script Session TestID
TimeToFirstCharacter TimeToLastCharacter URL Verb
WebServer

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 RecordedTimeLogicalToDisplay
RecordedTimeLogicalToOdbc XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property CharactersReceived as %Integer;
• property CharactersSent as %Integer;
• property Generator as %String(TRUNCATE=1);
• property HttpStatusCode as %Integer;
• property Iteration as %Integer;
• property Path as %String(TRUNCATE=1);
• property Process as %String(TRUNCATE=1);
• property RecordedTime as %String(TRUNCATE=1);
• property RunID as %Integer;
• property Script as %String(TRUNCATE=1);
• property Session as %Integer;
• property TestID as %String(TRUNCATE=1);
• property TimeToFirstCharacter as %Integer;
• property TimeToLastCharacter as %Integer;
• property URL as %Integer;
• property Verb as %String(TRUNCATE=1);
• property WebServer as %String(TRUNCATE=1);

Methods

• classmethod RecordedTimeLogicalToDisplay(time As %String) as %String
• classmethod RecordedTimeLogicalToOdbc(time As %String) as %String

Queries

• query GetData(testID As %String, runID As %Integer)
SQL Query :
SELECT Script,Generator,Process,Session,WebServer,Iteration,URL,Verb,Path,HttpStatusCode,CharactersSent,CharactersReceived,TimeToFirstCharacter,TimeToLastCharacter,RecordedTime FROM %WebStress.Calls
WHERE (TestID = :testID AND RunID = :runID)
ORDER BY Script,Generator,Process,Session,WebServer,Iteration,URL

Indices

•index (Main on TestID,RunID,Script,Generator,WebServer,Process,Session,Iteration,URL) [IdKey,PrimaryKey,Unique];


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