1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pktstat
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12), libpcap0.8-dev, libncurses5-dev
Standards-Version: 4.4.1
Rules-Requires-Root: binary-targets
Vcs-Git: https://salsa.debian.org/debian/pktstat.git
Vcs-Browser: https://salsa.debian.org/debian/pktstat
Homepage: https://github.com/dleonard0/pktstat
Package: pktstat
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: top-like utility for network connections usage
pktstat displays a real-time list of active connections seen on a
network interface, and how much bandwidth is being used by what.
.
It partially decodes HTTP and FTP protocols to show what filename is
being transferred, as well as X11 application names. Entries hang
around on the screen for a few seconds so you can see what just
happened.
.
It also accepts BPF expressions.
|