%WebStress.Results.AppServerStats
persistent class %WebStress.Results.AppServerStats extends %Library.Persistent, %XML.Adaptor
SQL Table Name: %WebStress_Results.AppServerStats
Property Inventory
- AppServer
 - CSPSessions
 - GlobRefs
 - GlobalSetsKills
 - LUAvailable
 - LUConsumed
 - Line
 - PhysicalReads
 - PhysicalWrites
 - RSeizes
 - RSeizesRatio
 - Ratio
 - RunID
 - Seizes
 - SeizesRatio
 - StatsDate
 - StatsTime
 - TestID
 - WDQSize
 - WDWake
 
Properties
property AppServer as %String (TRUNCATE = 1) [ Required ];
Property methods: AppServerDisplayToLogical(), AppServerGet(), AppServerGetStored(), AppServerIsValid(), AppServerLogicalToDisplay(), AppServerLogicalToOdbc(), AppServerNormalize(), AppServerSet()
property CSPSessions as %Integer;
Property methods: CSPSessionsDisplayToLogical(), CSPSessionsGet(), CSPSessionsGetStored(), CSPSessionsIsValid(), CSPSessionsLogicalToDisplay(), CSPSessionsNormalize(), CSPSessionsSet(), CSPSessionsXSDToLogical()
property GlobRefs as %Integer;
Property methods: GlobRefsDisplayToLogical(), GlobRefsGet(), GlobRefsGetStored(), GlobRefsIsValid(), GlobRefsLogicalToDisplay(), GlobRefsNormalize(), GlobRefsSet(), GlobRefsXSDToLogical()
property GlobalSetsKills as %Integer;
Property methods: GlobalSetsKillsDisplayToLogical(), GlobalSetsKillsGet(), GlobalSetsKillsGetStored(), GlobalSetsKillsIsValid(), GlobalSetsKillsLogicalToDisplay(), GlobalSetsKillsNormalize(), GlobalSetsKillsSet(), GlobalSetsKillsXSDToLogical()
property LUAvailable as %Integer;
Property methods: LUAvailableDisplayToLogical(), LUAvailableGet(), LUAvailableGetStored(), LUAvailableIsValid(), LUAvailableLogicalToDisplay(), LUAvailableNormalize(), LUAvailableSet(), LUAvailableXSDToLogical()
property LUConsumed as %Integer;
Property methods: LUConsumedDisplayToLogical(), LUConsumedGet(), LUConsumedGetStored(), LUConsumedIsValid(), LUConsumedLogicalToDisplay(), LUConsumedNormalize(), LUConsumedSet(), LUConsumedXSDToLogical()
property Line as %Integer [ Required ];
Property methods: LineDisplayToLogical(), LineGet(), LineGetStored(), LineIsValid(), LineLogicalToDisplay(), LineNormalize(), LineSet(), LineXSDToLogical()
property PhysicalReads as %Integer;
Property methods: PhysicalReadsDisplayToLogical(), PhysicalReadsGet(), PhysicalReadsGetStored(), PhysicalReadsIsValid(), PhysicalReadsLogicalToDisplay(), PhysicalReadsNormalize(), PhysicalReadsSet(), PhysicalReadsXSDToLogical()
property PhysicalWrites as %Integer;
Property methods: PhysicalWritesDisplayToLogical(), PhysicalWritesGet(), PhysicalWritesGetStored(), PhysicalWritesIsValid(), PhysicalWritesLogicalToDisplay(), PhysicalWritesNormalize(), PhysicalWritesSet(), PhysicalWritesXSDToLogical()
property RSeizes as %Integer;
Property methods: RSeizesDisplayToLogical(), RSeizesGet(), RSeizesGetStored(), RSeizesIsValid(), RSeizesLogicalToDisplay(), RSeizesNormalize(), RSeizesSet(), RSeizesXSDToLogical()
property RSeizesRatio as %Numeric (SCALE = 2);
Property methods: RSeizesRatioDisplayToLogical(), RSeizesRatioGet(), RSeizesRatioGetStored(), RSeizesRatioIsValid(), RSeizesRatioLogicalToDisplay(), RSeizesRatioNormalize(), RSeizesRatioSet(), RSeizesRatioXSDToLogical()
property Ratio as %Numeric (SCALE = 2);
Property methods: RatioDisplayToLogical(), RatioGet(), RatioGetStored(), RatioIsValid(), RatioLogicalToDisplay(), RatioNormalize(), RatioSet(), RatioXSDToLogical()
property RunID as %Integer [ Required ];
Property methods: RunIDDisplayToLogical(), RunIDGet(), RunIDGetStored(), RunIDIsValid(), RunIDLogicalToDisplay(), RunIDNormalize(), RunIDSet(), RunIDXSDToLogical()
property Seizes as %Integer;
Property methods: SeizesDisplayToLogical(), SeizesGet(), SeizesGetStored(), SeizesIsValid(), SeizesLogicalToDisplay(), SeizesNormalize(), SeizesSet(), SeizesXSDToLogical()
property SeizesRatio as %Numeric (SCALE = 2);
Property methods: SeizesRatioDisplayToLogical(), SeizesRatioGet(), SeizesRatioGetStored(), SeizesRatioIsValid(), SeizesRatioLogicalToDisplay(), SeizesRatioNormalize(), SeizesRatioSet(), SeizesRatioXSDToLogical()
property StatsDate as %Date;
Property methods: StatsDateDisplayToLogical(), StatsDateGet(), StatsDateGetStored(), StatsDateIsValid(), StatsDateLogicalToDisplay(), StatsDateLogicalToOdbc(), StatsDateLogicalToXSD(), StatsDateNormalize(), StatsDateOdbcToLogical(), StatsDateSet(), StatsDateXSDToLogical()
property StatsTime as %Time;
Property methods: StatsTimeDisplayToLogical(), StatsTimeGet(), StatsTimeGetStored(), StatsTimeIsValid(), StatsTimeLogicalToDisplay(), StatsTimeLogicalToOdbc(), StatsTimeLogicalToXSD(), StatsTimeNormalize(), StatsTimeOdbcToLogical(), StatsTimeSet(), StatsTimeXSDToLogical()
property TestID as %String (TRUNCATE = 1) [ Required ];
Property methods: TestIDDisplayToLogical(), TestIDGet(), TestIDGetStored(), TestIDIsValid(), TestIDLogicalToDisplay(), TestIDLogicalToOdbc(), TestIDNormalize(), TestIDSet()
property WDQSize as %String (TRUNCATE = 1);
Property methods: WDQSizeDisplayToLogical(), WDQSizeGet(), WDQSizeGetStored(), WDQSizeIsValid(), WDQSizeLogicalToDisplay(), WDQSizeLogicalToOdbc(), WDQSizeNormalize(), WDQSizeSet()
property WDWake as %String (TRUNCATE = 1);
Property methods: WDWakeDisplayToLogical(), WDWakeGet(), WDWakeGetStored(), WDWakeIsValid(), WDWakeLogicalToDisplay(), WDWakeLogicalToOdbc(), WDWakeNormalize(), WDWakeSet()
Queries
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)
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)
Indexes
index (Main on TestID,RunID,AppServer,Line) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: MainCheck(), MainDelete(), MainExists(), MainOpen(), MainSQLCheckUnique(), MainSQLExists(), MainSQLFindPKeyByConstraint(), MainSQLFindRowIDByConstraint()
Inherited Members
Inherited 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()
 - %InitExtentData()
 - %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()
 
Storage
Storage Model: Storage (%WebStress.Results.AppServerStats)
^WebStress.Results.AppStatsD(ID)  | 
= | %%CLASSNAME 
CSPSessions 
GlobRefs 
GlobalSetsKills 
LUAvailable 
LUConsumed 
PhysicalReads 
PhysicalWrites 
RSeizes 
RSeizesRatio 
Ratio 
Seizes 
SeizesRatio 
StatsDate 
StatsTime 
WDQSize 
WDWake 
 |