MCPcopy
hub / github.com/nxtrace/NTrace-core / Snapshot

Method Snapshot

trace/mtr_stats.go:177–181  ·  view source on GitHub ↗

Snapshot 返回当前聚合结果快照。

()

Source from the content-addressed store, hash-verified

175
176// Snapshot 返回当前聚合结果快照。
177func (agg *MTRAggregator) Snapshot() []MTRHopStat {
178 agg.mu.Lock()
179 defer agg.mu.Unlock()
180 return agg.snapshotLocked()
181}
182
183// PatchMetadataByIP updates existing rows for the given IP with late-arriving
184// host/geo data without affecting sent/received/RTT statistics.

Calls 1

snapshotLockedMethod · 0.95