Summary: iftop does for network usage what top(1) does for CPU usage. Name: iftop Version: 0.17 Release: dm1 License: GPL Group: Applications/System Source: http://www.ex-parrot.com/~pdw/iftop/download/%{name}-%{version}.tar.gz URL: http://www.ex-parrot.com/~pdw/iftop/ BuildRoot: %{_tmppath}/%{version} Packager: Durval Menezes Requires: libpcap %description iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. Handy for answering the question "why is our ADSL link so slow?". %prep %setup -q -n %{name}-%{version} %build %configure make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %post %preun %postun %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO %{_sbindir}/* %{_mandir}/*/* %changelog * Mon Oct 12 2009 Durval Menezes 0.17dm1 - better install procedure (using make DESTDIR install instead of doing it by hand) * Mon Oct 12 2009 Durval Menezes 0.17 - Updated RPM for new 0.17 version * Sat May 15 2004 Larry Long - Updating RPM for new 0.16 version - Changelog found at http://www.ex-parrot.com/~pdw/iftop/cvs/iftop/ChangeLog * Mon Sep 09 2003 Larry Long - Initial RPM