1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: vnstat
Section: net
Priority: optional
Maintainer: Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper (>= 9), libgd-dev, check, dh-systemd (>= 1.4), dh-autoreconf | debhelper (>= 9.20160403~)
Standards-Version: 3.9.5
Homepage: http://humdi.net/vnstat/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/vnstat.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/vnstat.git
Package: vnstat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base
Suggests: vnstati
Description: console-based network traffic monitor
vnStat is a network traffic monitor for Linux. It keeps a log of
daily network traffic for the selected interface(s). vnStat is not
a packet sniffer. The traffic information is analyzed from the /proc
filesystem, so vnStat can be used without root permissions.
Package: vnstati
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vnstat (= ${binary:Version})
Description: image output support for vnStat
vnStati provides image output support for statistics collected using
vnStat. The image file format is limited to png. All basic outputs
of vnStat are supported excluding live traffic features.
The image can be outputted either to a file or to standard output.
|