Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Direction ¶
type Direction struct {
DirectionLabel string
SelfProbeDataLogger datalogger.DataLogger[probe.ProbeDataPoint]
ForeignProbeDataLogger datalogger.DataLogger[probe.ProbeDataPoint]
ThroughputDataLogger datalogger.DataLogger[rpm.ThroughputDataPoint]
GranularThroughputDataLogger datalogger.DataLogger[rpm.GranularThroughputDataPoint]
CreateLgdc func() lgc.LoadGeneratingConnection
Lgcc lgc.LoadGeneratingConnectionCollection
DirectionDebugging *debug.DebugWithPrefix
ProbeDebugging *debug.DebugWithPrefix
ThroughputStabilizerDebugging *debug.DebugWithPrefix
ResponsivenessStabilizerDebugging *debug.DebugWithPrefix
ExtendedStatsEligible bool
StableThroughput bool
StableResponsiveness bool
SelfRtts series.WindowSeries[float64, uint64]
ForeignRtts series.WindowSeries[float64, uint64]
ThroughputActivityCtx *context.Context
ThroughputActivityCtxCancel *context.CancelFunc
FormattedResults string
LowerBucketBound uint64
UpperBucketBound uint64
}
Click to show internal directories.
Click to hide internal directories.