Snapshot 返回当前聚合结果快照。
()
| 175 | |
| 176 | // Snapshot 返回当前聚合结果快照。 |
| 177 | func (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. |