Skip to content

Commit

Permalink
include report time
Browse files Browse the repository at this point in the history
sagostin committed Jul 11, 2024
1 parent 5bacf24 commit eab3058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions probes/trafficsim.go
Original file line number Diff line number Diff line change
@@ -303,6 +303,7 @@ func (ts *TrafficSim) calculateStats() map[string]interface{} {
"maxRTT": maxRTT,
"stdDevRTT": stdDevRTT,
"totalPackets": len(ts.ClientStats.PacketTimes),
"reportTime": time.Now().Unix(),
}
}

0 comments on commit eab3058

Please sign in to comment.