mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 14:04:49 +08:00
ping example doesn't use -A
There's just no reason for that at all
This commit is contained in:
parent
c8dac15db3
commit
b2c57797a7
@ -2309,7 +2309,7 @@ in a Thinkpad.
|
||||
|
||||
=head2 Plotting a live histogram of the ping round-trip times for the past 20 seconds
|
||||
|
||||
$ ping -A -D 8.8.8.8 |
|
||||
$ ping -D 8.8.8.8 |
|
||||
perl -anE 'BEGIN { $| = 1; }
|
||||
$F[0] =~ s/[\[\]]//g or next;
|
||||
$F[7] =~ s/.*=//g or next;
|
||||
|
Loading…
Reference in New Issue
Block a user