Skip to content

Commit 981ec71

Browse files
committed
Update documentation to reflect changes in ping collection modes and statistics reporting
1 parent f401397 commit 981ec71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,12 @@ <h4>How It Works</h4>
330330
</ul>
331331
</li>
332332
<li><strong>Multiple Host Support:</strong> Can ping multiple ICMP target hosts simultaneously for comprehensive network analysis</li>
333-
<li><strong>Multiple Requests:</strong> Performs up to 10 ping requests per host to calculate accurate statistics</li>
333+
<li><strong>Ping Collection:</strong>
334+
<ul>
335+
<li><strong>OnBugReport Mode (default):</strong> Performs 10 ping requests per host (configurable 1-20) when bug report opens</li>
336+
<li><strong>Continuous Mode:</strong> Stores up to 256 pings per host in rolling buffer, collected every 15 seconds in background</li>
337+
</ul>
338+
</li>
334339
<li><strong>Early Termination:</strong> If user submits the bug report before all pings complete, uses available data</li>
335340
<li><strong>Comprehensive Statistics:</strong> Calculates minimum, maximum, and average latency from successful requests, plus packet loss statistics</li>
336341
<li><strong>Results Format:</strong> Includes detailed data like <code>"min/avg/max = 45ms/67ms/89ms (8/10 requests), Lost: 2/10 (20.0%)"</code> in bug reports</li>

0 commit comments

Comments
 (0)