diff options
| author | Will Hawkins <[email protected]> | 2024-01-26 20:46:05 -0500 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2024-01-26 20:46:05 -0500 |
| commit | e60066f572464da3a6f55999a48b1d38cf6423d6 (patch) | |
| tree | b6e5c38f0ece8e22aac7414b43c24c4632fe4690 /direction/direction.go | |
| parent | 65b039e33717ee43620363704cb3daa304a5e724 (diff) | |
[Bugfix] Only probes collected during stable MAD count
For calculating the final RPM, only those probes that are sent/received
during the stable MAD should count.
Signed-off-by: Will Hawkins <[email protected]>
Diffstat (limited to 'direction/direction.go')
| -rw-r--r-- | direction/direction.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/direction/direction.go b/direction/direction.go index 9b41b26..2cc9fa9 100644 --- a/direction/direction.go +++ b/direction/direction.go @@ -45,4 +45,6 @@ type Direction struct { ThroughputActivityCtx *context.Context ThroughputActivityCtxCancel *context.CancelFunc FormattedResults string + LowerBucketBound uint64 + UpperBucketBound uint64 } |
