DocBook|Search
Class Reference
%WebStress.Results.AppServerStats
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%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
%%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


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];