File: control

package info (click to toggle)
iptotal 0.3.3-15
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,056 kB
  • sloc: sh: 3,515; ansic: 533; perl: 92; makefile: 25
file content (28 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download
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
Source: iptotal
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-apache2,
               libpcap-dev,
               rrdtool
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://sourceforge.net/projects/iptotal

Package: iptotal
Architecture: any
Depends: rrdtool, tcpdump, ${misc:Depends}, ${shlibs:Depends},
         lsb-base
Pre-Depends: ${misc:Pre-Depends}
Recommends: ${misc:Recommends}
Description: monitor for IP traffic, not requiring SNMP
 iptotal is yet another IP traffic monitor. It listens to a network interface in
 non-promiscuous mode, and measures IP bandwidth usage. After the specified
 number of seconds, the average throughput is printed at total, input and output
 usage.
 .
 The utility can be used to measure bandwidth usage without the need for an SNMP
 daemon.  In combination with a simple script and rrdtool it can be used to
 present the measured data in graphical format e.g. through a web interface.
 The package contains www + CGI sample files.