File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- param ()
1+ \<#
2+ WinNetPulse v1.3
3+ New:
4+ - Packet Loss % detection
5+ - Colorized latency display
6+ - Full summary block
7+ - Ping count presets (10 / 30 / 50 / 100 / 200 / -t infinite)
8+ - Tracert mode
9+ - Timestamp for each result line
10+ #>
11+
12+ param ()
213
314function Show-Header {
415 Clear-Host
@@ -181,7 +192,7 @@ function Run-PingMode {
181192
182193 $result = Invoke-PingTest $target $count
183194
184- Write-Host " `n ===== NetPulse Summary =====" - ForegroundColor Cyan
195+ Write-Host " `n ===== WinNetPulse Summary =====" - ForegroundColor Cyan
185196
186197 Write-Host " Target: $ ( $result.Target ) "
187198
@@ -193,6 +204,8 @@ function Run-PingMode {
193204
194205 Write-Host " Avg = $ ( $result.Avg ) ms"
195206
207+ Write-Host " Finished at: $ ( Get-TimeStamp ) "
208+
196209 Write-Host " =============================" - ForegroundColor Cyan
197210}
198211
You can’t perform that action at this time.
0 commit comments