dropwatch 1.5.4-1 source package in Ubuntu

Changelog

dropwatch (1.5.4-1) unstable; urgency=medium

  * QA upload.

  [ Dmitry Smirnov ]
  * New upstream release.
  * Standards-Version: 4.6.1.

  [ Andreas Beckmann ]
  * Set Maintainer to Debian QA Group.  (See: #1009898)
  * Link against the static libbfd.a.  (Closes: #1023172, #949570)
  * Set Built-Using for statically linking libbfd.a.
  * Switch to debhelper-compat (= 13).
  * Refresh d/copyright.

 -- Andreas Beckmann <email address hidden>  Tue, 01 Nov 2022 14:05:23 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dropwatch_1.5.4-1.dsc 1.9 KiB 3fac9d10acfe34709bbd5003102c85d3fe80891b23fd0469345f429e5c85c1af
dropwatch_1.5.4.orig.tar.gz 24.2 KiB 8c43d0c15d0cb9ce179fa1fb0610611723689a6f551b23c70a7ddc1cf068e8d2
dropwatch_1.5.4-1.debian.tar.xz 3.5 KiB 4bcef1d5b6693131f969936ebac79e1ccd896376e14a0c469a8a0f046434af65

No changes file available.

Binary packages built by this source

dropwatch: tool for detecting and diagnosing dropped network packets

 Dropwatch is a utility to help developers and system administrators to
 diagnose problems in the Linux Networking stack, specifically their
 ability to diagnose where packets are getting dropped. Dropwatch aims to
 improve on the following shortcomings:
 .
  1) Consolidation, or lack thereof. Currently, to check the status of
  dropped packets in the kernel, one needs to check at least 3 places, and
  possibly more: The /proc/net/snmp file, the netstat utility, the tc
  utility, and ethtool. Dropwatch aims to consolidate several of those
  checks into one tool, making it easier for a sysadmin or developer to
  detect lost packets
 .
  2) Clarity of information. Dropped packets are not obvious. A sysadmin
  needs to be intimately familiar with each of the above tools to
  understand which events or statistics correlate to a dropped packet and
  which do not. While that is often self evident, it is also often not.
  Dropwatch aims to improve that clarity.
 .
  3) Ambiguity. Even when a dropped packet is detected, the causes for
  those dropped packets are not always clear. Does a UDPInError mean the
  application receive buffer was full, or does it mean its checksum was
  bad? Dropwatch attempts to disambiguate the causes for dropped packets.
 .
  4) Performance. Utilities can be written to aggregate the data in the
  various other utilities to solve some of these problems, but such
  solutions require periodic polling of several interfaces, which is far
  from optimal, especially when lost packets are rare. This solution
  improves on the performance aspect by implementing a kernel feature which
  allows asynchronous notification of dropped packets when they happen.

dropwatch-dbgsym: debug symbols for dropwatch