bwping

ICMP-based network bandwidth measurement tool

BSD-2-CLAUSE License

Stars
23

Bot releases are hidden (Show)

bwping - BWPing 2.3

Published by oleg-derevenetz over 3 years ago

RTT calculation is more accurate now.

bwping - BWPing 2.2

Published by oleg-derevenetz almost 4 years ago

  • Usage info now includes the package version as well;
  • Manual definition of feature test macros has been replaced with Autoconf's AC_USE_SYSTEM_EXTENSIONS;
  • Dropped support for gettimeofday() in favor of clock_gettime();
  • Various minor fixes and improvements.
bwping - BWPing 2.1

Published by oleg-derevenetz about 4 years ago

  • Performance: added support for filtering incoming packets at the kernel level using BPF (if available on target platform);
  • Various minor fixes and improvements.
bwping - BWPing 2.0

Published by oleg-derevenetz about 4 years ago

  • Added support for sendmmsg()/recvmmsg();
  • Various performance improvements to support speed up to 1 Gbps.
bwping - BWPing 1.17

Published by oleg-derevenetz over 4 years ago

Minor improvements (C99-related stuff mostly).

bwping - BWPing 1.16

Published by oleg-derevenetz almost 5 years ago

  • Use opaque struct addrinfo everywhere, get rid of inet_ntop() in favor of getnameinfo();
  • Fix build on Solaris;
  • Minor fixes & improvements.
bwping - BWPing 1.15

Published by oleg-derevenetz over 5 years ago

Build one common binary for IPv4 and IPv6.

bwping - BWPing 1.14

Published by oleg-derevenetz over 5 years ago

  • Use clock_gettime() if available, fallback to gettimeofday() if necessary;
  • Fix build with older GCC versions;
  • Minor improvements & bugfixes.
bwping - BWPing 1.12

Published by oleg-derevenetz over 5 years ago

  • Build both IPv4 (bwping) and IPv6 (bwping6) versions from the same source file;
  • Fixed timer calibration issue that could sometimes lead to a deterioration in accuracy;
  • Minor improvements & bugfixes.
bwping - BWPing 1.10

Published by oleg-derevenetz over 5 years ago

Minor improvements & bugfixes.

bwping - BWPing 1.11

Published by oleg-derevenetz over 5 years ago

  • Code modernized to C99;
  • Added test scripts for make check (root privileges are required for make check in the same way as for the application itself);
  • Fixed build on Solaris;
  • Minor improvements & bugfixes.