Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我们任务的一个问题。 我已经在 python 中计算了 RTT time.clock()-InitialTime,但是当涉及到最大、最小、avr RTT 时我被卡住了。 我应该怎么办?我认为这与某些数据包大小有关?
time.clock()-InitialTime
发送一堆 ping 并在您获得的 RTT 上运行一些琐碎的统计数据。您无法从样本量 1 中推断出最大值、最小值或平均值。