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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
20 1 1


Summary

Properties
AppServer CSPSessions GlobRefs GlobalSetsKills
LUAvailable LUConsumed Line PhysicalReads
PhysicalWrites RSeizes RSeizesRatio Ratio
RunID Seizes SeizesRatio StatsDate
StatsTime TestID WDQSize WDWake

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


Properties

• property AppServer as %String(TRUNCATE=1);
• property CSPSessions as %Integer;
• property GlobRefs as %Integer;
• property GlobalSetsKills as %Integer;
• property LUAvailable as %Integer;
• property LUConsumed as %Integer;
• property Line as %Integer;
• property PhysicalReads as %Integer;
• property PhysicalWrites as %Integer;
• property RSeizes as %Integer;
• property RSeizesRatio as %Numeric(SCALE=2);
• property Ratio as %Numeric(SCALE=2);
• property RunID as %Integer;
• property Seizes as %Integer;
• property SeizesRatio as %Numeric(SCALE=2);
• property StatsDate as %Date;
• property StatsTime as %Time;
• property TestID as %String(TRUNCATE=1);
• property WDQSize as %String(TRUNCATE=1);
• property WDWake as %String(TRUNCATE=1);

Queries

• query GetData(testID As %String, runID As %String)
SQL Query :
SELECT AppServer,CSPSessions,GlobalSetsKills,GlobRefs,Line,LUAvailable,LUConsumed,PhysicalReads,PhysicalWrites,Ratio,RSeizes,RSeizesRatio,Seizes,SeizesRatio,StatsDate,StatsTime,WDQSize,WDWake FROM AppServerStats
WHERE (TestID = :testID AND RunID = :runID)

Indices

•index (Main on TestID,RunID,AppServer,Line) [IdKey,PrimaryKey,Unique];


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