Accepting request 827348 from home:dirkmueller:branches:network:utilities
- update to 5.0: - In non-quiet loop and count mode, a line is printed for every lost packet 8.8.8.8 : xmt/rcv/%loss = 2/2/0%, min/avg/max = 12.3/12.5/12.8 8.8.8.7 : xmt/rcv/%loss = 2/0/100% - The returned size in bytes now always excludes the IP header, so if before it reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'. This is to make the reported size consistent with ping(8) from iputils and also with fping when pinging a IPv6 host (which never included the IPv6 header size). - The number of sent pings is only counted when the pings are received or have timed out, ensuring that the loss ratio will be always correct. This makes it possible, for example, to use loop mode (-l) with interval statistics (-Q) and a timeout larger than period, without having the issue that initially some pings would be reported as missing (#193) - Improved precision of measurements from 10us to 1us (#136, thanks @tycho) - The reported size of received packets is now always correct on Linux even for packets > 4096 bytes. OBS-URL: https://build.opensuse.org/request/show/827348 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=51
This commit is contained in:
parent
a95e22f4d0
commit
c8d5c6e6b9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f854b65a52dc7b1749d6743e35d0a6268179d1a724267339fc9a066b2b72d11
|
|
||||||
size 182921
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXxtBdQAKCRBaEaIrxaH3
|
|
||||||
NPLxAJwLJ8kg7/adXdTFlQOBaWaWjuPP6QCfU+EBJjTyP7+v9ob1oBZBiKISc7w=
|
|
||||||
=wsVA
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
fping-5.0.tar.gz
Normal file
3
fping-5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8
|
||||||
|
size 185281
|
6
fping-5.0.tar.gz.asc
Normal file
6
fping-5.0.tar.gz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQSNHom4+6kgpaYJ8mFaEaIrxaH3NAUCXyqjYwAKCRBaEaIrxaH3
|
||||||
|
NOtZAJ0dQ38KGO6aakF4TVX3sDdRGglwTgCeJUroGuKnwyRBhJGW6NVLaXTLjV0=
|
||||||
|
=gkXr
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 12:40:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.0:
|
||||||
|
- In non-quiet loop and count mode, a line is printed for every lost packet
|
||||||
|
8.8.8.8 : xmt/rcv/%loss = 2/2/0%, min/avg/max = 12.3/12.5/12.8
|
||||||
|
8.8.8.7 : xmt/rcv/%loss = 2/0/100%
|
||||||
|
- The returned size in bytes now always excludes the IP header, so if before it
|
||||||
|
reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'.
|
||||||
|
This is to make the reported size consistent with ping(8) from iputils and
|
||||||
|
also with fping when pinging a IPv6 host (which never included the IPv6
|
||||||
|
header size).
|
||||||
|
- The number of sent pings is only counted when the pings are received or have
|
||||||
|
timed out, ensuring that the loss ratio will be always correct. This makes it
|
||||||
|
possible, for example, to use loop mode (-l) with interval statistics (-Q)
|
||||||
|
and a timeout larger than period, without having the issue that initially
|
||||||
|
some pings would be reported as missing (#193)
|
||||||
|
- Improved precision of measurements from 10us to 1us (#136, thanks @tycho)
|
||||||
|
- The reported size of received packets is now always correct on Linux even for
|
||||||
|
packets > 4096 bytes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 26 18:11:49 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun Jul 26 18:11:49 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fping
|
Name: fping
|
||||||
Version: 4.4
|
Version: 5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A program to ping multiple hosts
|
Summary: A program to ping multiple hosts
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user