%WebStress.Results.Summary
Class %WebStress.Results.Summary Extends (%Persistent, %XML.Adaptor) [ Inheritance = right, Owner = {%Developer}, System = 4 ]
Properties
RunID
Property RunID As %Integer;
TestID
Property TestID As %String(TRUNCATE = 1);
Script
Property Script As %String(TRUNCATE = 1);
Generator
Property Generator As %String(TRUNCATE = 1);
Verb
Property Verb As %String(TRUNCATE = 1);
Path
Property Path As %String(TRUNCATE = 1);
URL
Property URL As %Integer;
CharactersSentMin
Property CharactersSentMin As %Integer;
CharactersSentMax
Property CharactersSentMax As %Integer;
CharactersSentTotal
Property CharactersSentTotal As %Integer;
CharactersSentAvg
Property CharactersSentAvg As %Numeric(SCALE = 1);
CharactersSentStdDev
Property CharactersSentStdDev As %Numeric(SCALE = 1);
CharactersRecMin
Property CharactersRecMin As %Integer;
CharactersRecMax
Property CharactersRecMax As %Integer;
CharactersRecTotal
Property CharactersRecTotal As %Integer;
CharactersRecAvg
Property CharactersRecAvg As %Numeric(SCALE = 1);
CharactersRecStdDev
Property CharactersRecStdDev As %Numeric(SCALE = 1);
TTFCMin
Property TTFCMin As %Integer;
TTFCMax
Property TTFCMax As %Integer;
TTFCTotal
Property TTFCTotal As %Integer;
TTFCAvg
Property TTFCAvg As %Numeric(SCALE = 1);
TTFCStdDev
Property TTFCStdDev As %Numeric(SCALE = 1);
TTLCMin
Property TTLCMin As %Integer;
TTLCMax
Property TTLCMax As %Integer;
TTLCTotal
Property TTLCTotal As %Integer;
TTLCAvg
Property TTLCAvg As %Numeric(SCALE = 1);
TTLCStdDev
Property TTLCStdDev As %Numeric(SCALE = 1);
Methods
Summary
ClassMethod Summary(testID As %String, runID As %Integer)