From neeraj.c.c.c at gmail.com Mon Feb 19 11:37:58 2007 From: neeraj.c.c.c at gmail.com (Neeraj C) Date: Mon, 19 Feb 2007 17:07:58 +0530 Subject: [Iftop-users] iftop Details // Message-ID: <6a4dfb1d0702190337u1445e1edl2f1331797b6c477e@mail.gmail.com> ------=_Part_37834_31278697.1171885078098 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All We have successfully installed iftop on Fedora Core 6 and everything is working fine // Now where can we find the details regarding iftop and about the various details displayed while it is running viz: Cumm, Tx, Rx etc // -- With thanks Neeraj Chowdhury ------=_Part_37834_31278697.1171885078098 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

Hi All
 
We have successfully installed iftop on Fedora Core 6 and everything is working fine //
Now where can we find the details regarding iftop and about the various details displayed while it is running viz: Cumm, Tx, Rx etc //
 
 
--
With thanks
Neeraj Chowdhury
------=_Part_37834_31278697.1171885078098-- From jonabbey at arlut.utexas.edu Tue Feb 27 19:27:58 2007 From: jonabbey at arlut.utexas.edu (Jonathan Abbey) Date: Tue, 27 Feb 2007 13:27:58 -0600 Subject: [Iftop-users] iftop Details // In-Reply-To: <6a4dfb1d0702190337u1445e1edl2f1331797b6c477e@mail.gmail.com> References: <6a4dfb1d0702190337u1445e1edl2f1331797b6c477e@mail.gmail.com> Message-ID: <20070227192758.GA516@arlut.utexas.edu> --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 19, 2007 at 05:07:58PM +0530, Neeraj C wrote: | Hi All |=20 | We have successfully installed iftop on Fedora Core 6 and everything is | working fine // | Now where can we find the details regarding iftop and about the various | details displayed while it is running viz: Cumm, Tx, Rx etc // You're needing information not present in the man page? We should probably patch up the man page, if this is the case. Jon | -- | With thanks | Neeraj Chowdhury --=20 ---------------------------------------------------------------------------= ---- Jonathan Abbey jonabbey@arlut.utexas.edu Applied Research Laboratories The University of Texas at Au= stin GPG Key: 71767586 at keyserver pgp.mit.edu, http://www.ganymeta.org/workkey= .gpg --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF5IY+GI9EwHF2dYYRAl8IAJ9qzHGYUIqy+SMLLQT7COUdixbu/gCeJ8yf 2YA1P/8F35tL/squzjXDVX0= =61B0 -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From darksoy at gmail.com Tue Feb 27 19:46:15 2007 From: darksoy at gmail.com (=?ISO-8859-1?Q?Simon_Lundstr=F6m?=) Date: Tue, 27 Feb 2007 20:46:15 +0100 Subject: [Iftop-users] iftop and c-ares Message-ID: Hello, I don't know if this mail got through, but if I apologise for the duplicate (and for the messages sent from my other mail which wasn't registered) I've been trying to iftop to install with: CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./ configure --with-resolver=ares to get c-ares[1] support but with no luck: ... checking for library containing ares_init... no configure: error: can't find ARES. Re-run configure and ask for a different resolver. I've tried the conftest.c for ares: /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char ares_init (); int main () { ares_init (); ; return 0; } And it compiles with: gcc -o conftest -g -O2 -L/usr/local/lib -lcares conftest.c But when I do: LDFLAGS="-L/usr/local/lib -lcares" ./configure --with-resolver=ares I still get the message above.. Thanks - Simon [1] http://daniel.haxx.se/projects/c-ares/