From jadenandkishor at yahoo.com Thu Jul 3 12:54:16 2008 From: jadenandkishor at yahoo.com (Mr nandkishor jade) Date: Thu, 3 Jul 2008 04:54:16 -0700 (PDT) Subject: [Iftop-users] If top help Message-ID: <239816.79084.qm@web50605.mail.re2.yahoo.com> Hi, I have installe dthe iftop. If user A (192.168.0.2) using the youtube.com & looking some videows then, How I see in iftop command how much bandwidth is utilised by user A for using the youtube.com. And also how I redirect this output to othr fiel for looking the later. Regards, Nandkishor From jlay at slave-tothe-box.net Thu Jul 3 13:19:53 2008 From: jlay at slave-tothe-box.net (James Lay) Date: Thu, 03 Jul 2008 06:19:53 -0600 Subject: [Iftop-users] If top help In-Reply-To: <239816.79084.qm@web50605.mail.re2.yahoo.com> Message-ID: On 7/3/08 5:54 AM, "Mr nandkishor jade" wrote: > Hi, > I have installe dthe iftop. If user A (192.168.0.2) using the > youtube.com & looking some videows then, How I see in iftop command how much > bandwidth is utilised by user A for using the youtube.com. > And also how I redirect this output to othr fiel for looking the > later. > > Regards, > Nandkishor > > > > > _______________________________________________ > iftop-users mailing list > iftop-users@lists.beasts.org > http://lists.beasts.org/mailman/listinfo/iftop-users I know I have mine show me everything I need to know by customizing my .iftoprc file. Here's mine: interface: br0 dns-resolution: yes port-resolution: no show-bars: yes promiscuous: yes port-display: on hide-source: no hide-destination: no use-bytes: yes sort: 10s line-display: one-line-both show-totals: yes log-scale: no max-bandwidth: 8M Change the max-bandwith to reflect your bandwidth. James From jadenandkishor at yahoo.com Fri Jul 4 12:52:44 2008 From: jadenandkishor at yahoo.com (Mr nandkishor jade) Date: Fri, 4 Jul 2008 04:52:44 -0700 (PDT) Subject: [Iftop-users] If top help In-Reply-To: <5fa85a170807040442ia0d4383p441bc59d8fb7ce78@mail.gmail.com> Message-ID: <620992.40724.qm@web50612.mail.re2.yahoo.com> Hi, Ok, If I wnat to serch the bandwidth usage for a Ip 192.168.0.36 which accessing youtube.com, then How I look that, How much bandwidth this user has used. Also in this tree figure which figure stands for which value . 92.5Kb 31.2Kb 7.79Kb Regards, Nandkishor --- On Fri, 7/4/08, Revellion wrote: > From: Revellion > Subject: Re: [Iftop-users] If top help > To: jadenandkishor@yahoo.com > Date: Friday, July 4, 2008, 5:12 PM > the statistics can't really be redirected. since iftop > reads the traffic > using libpcap and displays the usage for a certain > timeframe by taking > samples of it. > > only way you could get something like that is to use > tcpdump and dump the > whole traffic stream which can be huge with much traffic. > and therefore not > very practical. iftop is like top in that aspect. you can > "watch/monitor" > but it cant save the stats to files to be used later in > presentation/display. > > you'd have to use a different way to get BW stats for > that user. maybe > consider iptables and it's counters? > > like > iptables -A FORWARD -s 192.168.0.36 -j ACCEPT for outgoing > and > iptables -A FORWARD -d 192.168.0.36 -j ACCEPT for ingoing > > then check the stats using iptables -L FORWARD -v > Maybe do a script that reads the counter periodically and > records the value > to a file > > On Fri, Jul 4, 2008 at 6:56 AM, Mr nandkishor jade > > wrote: > > > Hi, > > How I redirect the output of this ittop > to any file for a > > shecifice host. If we run iftop command then we swa > the 5 feilds output > > first & second shows the IP address of source > & destinations. But what is > > the 3,4 & 5 colloumns stand for. for example. > > > > 203.199.83.171 => 192.168.0.36 92.5Kb > 31.2Kb 7.79Kb > > > > Also If I wnat to send the bandwidth > history of IP > > 192.168.0.36 to another file for browsing later then, > What command I run. > > > > > > Regards, > > Nandkishor Jade > > +91-9969062597 > > > > --- On Thu, 7/3/08, Revellion > wrote: > > > > > From: Revellion > > > Subject: Re: [Iftop-users] If top help > > > To: jadenandkishor@yahoo.com > > > Date: Thursday, July 3, 2008, 6:42 PM > > > simple. just use a filter :P, host 192.168.0.2 > > > > > > On Thu, Jul 3, 2008 at 1:54 PM, Mr nandkishor > jade > > > > > > wrote: > > > > > > > Hi, > > > > I have installe dthe iftop. If user > A > > > (192.168.0.2) using the > > > > youtube.com & looking some videows then, > How I see > > > in iftop command how > > > > much bandwidth is utilised by user A for > using the > > > youtube.com. > > > > And also how I redirect this output > to othr > > > fiel for looking the > > > > later. > > > > > > > > Regards, > > > > Nandkishor > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > iftop-users mailing list > > > > iftop-users@lists.beasts.org > > > > > http://lists.beasts.org/mailman/listinfo/iftop-users > > > > > > > > > > > > From jadenandkishor at yahoo.com Fri Jul 4 12:44:41 2008 From: jadenandkishor at yahoo.com (Mr nandkishor jade) Date: Fri, 4 Jul 2008 04:44:41 -0700 (PDT) Subject: [Iftop-users] how to move the o/p to one file after viewing that. Message-ID: <746710.783.qm@web50608.mail.re2.yahoo.com> Hi, If we hit the iftop command then it give us the 5 colloumns o/p. 1 & 2nd are the IP address . & whats are the 3rd, 4th & 5th collums are stands for. Also If I want to move the bandwidth history, utilised by one IP to a file for further looking then how I send it that. Regards, Nandkishor Jade +91-99690 62597 From pdw at ex-parrot.com Fri Jul 4 13:31:49 2008 From: pdw at ex-parrot.com (Paul Warren) Date: Fri, 4 Jul 2008 13:31:49 +0100 Subject: [Iftop-users] If top help In-Reply-To: <620992.40724.qm@web50612.mail.re2.yahoo.com> References: <620992.40724.qm@web50612.mail.re2.yahoo.com> Message-ID: On 4 Jul 2008, at 12:52, Mr nandkishor jade wrote: > Hi, > Ok, If I wnat to serch the bandwidth usage for a Ip > 192.168.0.36 which accessing youtube.com, then How I look that, How > much bandwidth this user has used. > Also in this tree figure which figure stands for which > value . > 92.5Kb 31.2Kb 7.79Kb This is documented in the man page. If anyone is interested in using iftop to capture bandwidth information to a file, take a look at iftop-dump in CVS. It's a bit of a hack, and won't be making it into the distributions until it's tidied up. Patches welcomed :-) Paul > --- On Fri, 7/4/08, Revellion wrote: > >> From: Revellion >> Subject: Re: [Iftop-users] If top help >> To: jadenandkishor@yahoo.com >> Date: Friday, July 4, 2008, 5:12 PM >> the statistics can't really be redirected. since iftop >> reads the traffic >> using libpcap and displays the usage for a certain >> timeframe by taking >> samples of it. >> >> only way you could get something like that is to use >> tcpdump and dump the >> whole traffic stream which can be huge with much traffic. >> and therefore not >> very practical. iftop is like top in that aspect. you can >> "watch/monitor" >> but it cant save the stats to files to be used later in >> presentation/display. >> >> you'd have to use a different way to get BW stats for >> that user. maybe >> consider iptables and it's counters? >> >> like >> iptables -A FORWARD -s 192.168.0.36 -j ACCEPT for outgoing >> and >> iptables -A FORWARD -d 192.168.0.36 -j ACCEPT for ingoing >> >> then check the stats using iptables -L FORWARD -v >> Maybe do a script that reads the counter periodically and >> records the value >> to a file >> >> On Fri, Jul 4, 2008 at 6:56 AM, Mr nandkishor jade >> >> wrote: >> >>> Hi, >>> How I redirect the output of this ittop >> to any file for a >>> shecifice host. If we run iftop command then we swa >> the 5 feilds output >>> first & second shows the IP address of source >> & destinations. But what is >>> the 3,4 & 5 colloumns stand for. for example. >>> >>> 203.199.83.171 => 192.168.0.36 92.5Kb >> 31.2Kb 7.79Kb >>> >>> Also If I wnat to send the bandwidth >> history of IP >>> 192.168.0.36 to another file for browsing later then, >> What command I run. >>> >>> >>> Regards, >>> Nandkishor Jade >>> +91-9969062597 >>> >>> --- On Thu, 7/3/08, Revellion >> wrote: >>> >>>> From: Revellion >>>> Subject: Re: [Iftop-users] If top help >>>> To: jadenandkishor@yahoo.com >>>> Date: Thursday, July 3, 2008, 6:42 PM >>>> simple. just use a filter :P, host 192.168.0.2 >>>> >>>> On Thu, Jul 3, 2008 at 1:54 PM, Mr nandkishor >> jade >>>> >>>> wrote: >>>> >>>>> Hi, >>>>> I have installe dthe iftop. If user >> A >>>> (192.168.0.2) using the >>>>> youtube.com & looking some videows then, >> How I see >>>> in iftop command how >>>>> much bandwidth is utilised by user A for >> using the >>>> youtube.com. >>>>> And also how I redirect this output >> to othr >>>> fiel for looking the >>>>> later. >>>>> >>>>> Regards, >>>>> Nandkishor >>>>> >>>>> >>>>> >>>>> >>>>> >> _______________________________________________ >>>>> iftop-users mailing list >>>>> iftop-users@lists.beasts.org >>>>> >> http://lists.beasts.org/mailman/listinfo/iftop-users >>>>> >>> >>> >>> >>> > > > > > _______________________________________________ > iftop-users mailing list > iftop-users@lists.beasts.org > http://lists.beasts.org/mailman/listinfo/iftop-users > From mm at gcug.de Wed Jul 23 11:35:33 2008 From: mm at gcug.de (Marcus Moeller) Date: Wed, 23 Jul 2008 12:35:33 +0200 Subject: [Iftop-users] iftop cumm value Message-ID: <14e58b610807230335n6450cb14x486d231eae36cbaf@mail.gmail.com> Hi all. I am not really sure what the cumm: values in iftop output are standing for? It does not seem to be a traffic counter not does is display the overall traffic (TX/RX) as it's higher then my max. bandwith. Best Regards Marcus From novosirj at umdnj.edu Wed Jul 23 20:24:54 2008 From: novosirj at umdnj.edu (Ryan Novosielski) Date: Wed, 23 Jul 2008 15:24:54 -0400 Subject: [Iftop-users] iftop cumm value In-Reply-To: <14e58b610807230335n6450cb14x486d231eae36cbaf@mail.gmail.com> References: <14e58b610807230335n6450cb14x486d231eae36cbaf@mail.gmail.com> Message-ID: <48878586.5050908@umdnj.edu> This is a multi-part message in MIME format. --Boundary_(ID_X5doHbb5c9eqRd3+68x6mw) Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marcus Moeller wrote: > Hi all. > > I am not really sure what the cumm: values in iftop output are standing for? > > It does not seem to be a traffic counter not does is display the > overall traffic (TX/RX) as it's higher then my max. bandwith. > > Best Regards > Marcus I believe it is total transferred data since running iftop. - -- ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Systems Programmer II |$&| |__| | | |__/ | \| _| |novosirj@umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIh4WGmb+gadEcsb4RAkLSAJ9Qgt7+XZ+yxpSW+JzZYMjhr4wy0QCgvnyP OPkCmyxZmAowHCNZuHiuNo8= =hv2G -----END PGP SIGNATURE----- --Boundary_(ID_X5doHbb5c9eqRd3+68x6mw) Content-type: text/x-vcard; charset=utf-8; name=novosirj.vcf Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=novosirj.vcf begin:vcard fn:Ryan Novosielski n:Novosielski;Ryan org:UMDNJ;IST/AST adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103 email;internet:novosirj@umdnj.edu title:Systems Programmer II tel;work:(973) 972-0922 tel;fax:(973) 972-7412 tel;pager:(866) 20-UMDNJ x-mozilla-html:FALSE version:2.1 end:vcard --Boundary_(ID_X5doHbb5c9eqRd3+68x6mw)--