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

persistent class %WebStress.Results.PageSummary extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
27 1 1 1


Summary

Properties
CharactersRecAvg CharactersRecMax CharactersRecMin CharactersRecStdDev
CharactersRecTotal CharactersSentAvg CharactersSentMax CharactersSentMin
CharactersSentStdDev CharactersSentTotal Generator Path
RunID Script TTFCAvg TTFCMax
TTFCMin TTFCStdDev TTFCTotal TTLCAvg
TTLCMax TTLCMin TTLCStdDev TTLCTotal
TestID URL Verb

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


Properties

• property CharactersRecAvg as %Numeric(SCALE=1);
• property CharactersRecMax as %Integer;
• property CharactersRecMin as %Integer;
• property CharactersRecStdDev as %Numeric(SCALE=1);
• property CharactersRecTotal as %Integer;
• property CharactersSentAvg as %Numeric(SCALE=1);
• property CharactersSentMax as %Integer;
• property CharactersSentMin as %Integer;
• property CharactersSentStdDev as %Numeric(SCALE=1);
• property CharactersSentTotal as %Integer;
• property Generator as %String(TRUNCATE=1);
• property Path as %String(TRUNCATE=1);
• property RunID as %Integer;
• property Script as %String(TRUNCATE=1);
• property TTFCAvg as %Numeric(SCALE=1);
• property TTFCMax as %Integer;
• property TTFCMin as %Integer;
• property TTFCStdDev as %Numeric(SCALE=1);
• property TTFCTotal as %Integer;
• property TTLCAvg as %Numeric(SCALE=1);
• property TTLCMax as %Integer;
• property TTLCMin as %Integer;
• property TTLCStdDev as %Numeric(SCALE=1);
• property TTLCTotal as %Integer;
• property TestID as %String(TRUNCATE=1);
• property URL as %Integer;
• property Verb as %String(TRUNCATE=1);

Methods

• classmethod Summary(testID As %String, runID As %Integer)

Queries

• query GetData(testID As %String, runID As %Integer)
SQL Query :
SELECT Script,Generator,URL,Verb,Path,CharactersSentMin,CharactersSentMax,CharactersSentTotal,CharactersSentAvg,CharactersSentStdDev,CharactersRecMin,CharactersRecMax,CharactersRecTotal,CharactersRecAvg,CharactersRecStdDev,TTFCMin,TTFCMax,TTFCTotal,TTFCAvg,TTFCStdDev,TTLCMin,TTLCMax,TTLCTotal,TTLCAvg,TTLCStdDev FROM PageSummary
WHERE (TestID = :testID AND RunID = :runID)

Indices

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


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