%WebStress.Results.AppServerStats
Class %WebStress.Results.AppServerStats Extends (%Persistent, %XML.Adaptor) [ Inheritance = right, Owner = {%Developer}, System = 4 ]
Properties
RunID
Property RunID As %Integer;
TestID
Property TestID As %String(TRUNCATE = 1);
AppServer
Property AppServer As %String(TRUNCATE = 1);
Line
Property Line As %Integer;
StatsDate
Property StatsDate As %Date;
StatsTime
Property StatsTime As %Time;
LUConsumed
Property LUConsumed As %Integer;
LUAvailable
Property LUAvailable As %Integer;
CSPSessions
Property CSPSessions As %Integer;
GlobRefs
Property GlobRefs As %Integer;
PhysicalReads
Property PhysicalReads As %Integer;
PhysicalWrites
Property PhysicalWrites As %Integer;
Ratio
Property Ratio As %Numeric(SCALE = 2);
GlobalSetsKills
Property GlobalSetsKills As %Integer;
Seizes
Property Seizes As %Integer;
SeizesRatio
Property SeizesRatio As %Numeric(SCALE = 2);
RSeizes
Property RSeizes As %Integer;
RSeizesRatio
Property RSeizesRatio As %Numeric(SCALE = 2);
WDQSize
Property WDQSize As %String(TRUNCATE = 1);
WDWake
Property WDWake As %String(TRUNCATE = 1);