Re: 3G / UMTS traffic limit/ bandwidth monitor

2016-01-04 Thread Darac Marjal
On Mon, Jan 04, 2016 at 12:33:47PM +0100, basti wrote: Hello, I have a 3G / UMTS Stick and I want to use my Linuxbox (Raspbbery) as a router to share that UMTS connection to multiple devices. That works so far. Now I want to Monitor the traffic. For example device 1 = 2GB traffic limit devic

3G / UMTS traffic limit/ bandwidth monitor

2016-01-04 Thread basti
Hello, I have a 3G / UMTS Stick and I want to use my Linuxbox (Raspbbery) as a router to share that UMTS connection to multiple devices. That works so far. Now I want to Monitor the traffic. For example device 1 = 2GB traffic limit device 2 = 1GB traffic limit device 3 = 500 MB traffic limit

Re: Bandwidth monitor perip

2004-07-01 Thread Stephen Mulcahy
e.net/) -stephen On Wed, 30 Jun 2004 17:34:14 +0530, Vijaya S <[EMAIL PROTECTED]> wrote: > > hi , > Can anyone suggest a good Bandwidth monitor tool "PER IP" basis for a > network hainv gboth Windows and Linux mahcines. > > regards, > Vijaya > >

Re: Bandwidth monitor perip

2004-06-30 Thread Ronny Aasen
On Wed, 2004-06-30 at 14:04, Vijaya S wrote: > hi , > Can anyone suggest a good Bandwidth monitor tool "PER IP" basis for a > network hainv gboth Windows and Linux mahcines. ipfm if gives you a list [ip number] [trafiic in] [traffic out] [trafiic total] you can specify the

Re: Bandwidth monitor perip

2004-06-30 Thread Ben Russo
Vijaya S wrote: hi , Can anyone suggest a good Bandwidth monitor tool "PER IP" basis for a network hainv gboth Windows and Linux mahcines. If are on a hubbed network, you can get a trunk port, or you just want to track the routed bandwidth, then ntop would work well. On the other ha

Re: Bandwidth monitor perip

2004-06-30 Thread John Summerfield
Vijaya S wrote: hi , Can anyone suggest a good Bandwidth monitor tool "PER IP" basis for a network hainv gboth Windows and Linux mahcines. ntop mtrg Both print product charts for you to view with your web browser, so you need an http server such as Apache too. -- Cheers John -

Bandwidth monitor perip

2004-06-30 Thread Vijaya S
hi , Can anyone suggest a good Bandwidth monitor tool "PER IP" basis for a network hainv gboth Windows and Linux mahcines. regards, Vijaya -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Bandwidth Monitor

2002-04-11 Thread dman
On Thu, Apr 11, 2002 at 02:43:19PM -0700, Alan Poulton wrote: | Thursday, April 11, 2002, 10:43:23 AM, dman wrote: | | > perl can do what you want, and so can python, c, and likely bash too. | > I find python to be much easier to understand than perl, and better as | > an introduction to programmi

Re[2]: Bandwidth Monitor

2002-04-11 Thread Alan Poulton
Thursday, April 11, 2002, 10:43:23 AM, dman wrote: > perl can do what you want, and so can python, c, and likely bash too. > I find python to be much easier to understand than perl, and better as > an introduction to programming. Thank you for your input. I've downloaded the latest version of Pyt

Re: Bandwidth Monitor

2002-04-11 Thread dman
On Thu, Apr 11, 2002 at 08:49:58AM -0700, Alan Poulton wrote: | Wednesday, April 10, 2002, 6:22:12 PM, Shawn McMahon wrote: | | > I can't recommend highly enough that you learn some basic scripting | > skills. It'll multiply what you can do with your system by orders of | > magnitude, even after

Re: Bandwidth Monitor

2002-04-11 Thread Shawn McMahon
begin Alan Poulton quotation: > > I wholeheartedly agree with you. I'd like to follow some web tutorials, > where would you recommend I start and would Perl do what I'm wanting? I haven't used any of the web tutorials, I learned Perl from the O'Reilly "Learning Perl" book. Perl would do what yo

Re[2]: Bandwidth Monitor

2002-04-11 Thread Alan Poulton
Wednesday, April 10, 2002, 6:22:12 PM, Shawn McMahon wrote: > I can't recommend highly enough that you learn some basic scripting > skills. It'll multiply what you can do with your system by orders of > magnitude, even after what you'd learn from a single one-week shell > scripting course or "lea

Re: Bandwidth Monitor

2002-04-10 Thread Nathan E Norman
On Wed, Apr 10, 2002 at 09:19:45PM -0500, Elizabeth Barham wrote: > Can the SNMP tools deal with this (packages snmp and snmpd)? Only insofar as they provide a method to gather the data. You still have to collect, collate, and interpret the data. As someone else mentioned, cricket is a great way

Re: Bandwidth Monitor

2002-04-10 Thread Elizabeth Barham
Can the SNMP tools deal with this (packages snmp and snmpd)? Elizabeth -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Bandwidth Monitor

2002-04-10 Thread Shawn McMahon
begin Alan Poulton quotation: > > Forgive me if I'm missing it, but I don't see the Bytes transmitted and > received, only packets. What version of net-tools do you have installed? Under both current Woody and current RedHat, it does. > Unfortunately, I'm not knowledgable in writing scripts ju

Re: Re[4]: Bandwidth Monitor

2002-04-10 Thread Dimitri Maziuk
* Alan Poulton ([EMAIL PROTECTED]) spake thusly: > Wednesday, April 10, 2002, 4:16:06 PM, Dimitri Maziuk wrote: > > > net-tools 1.60 > > ifconfig 1.42 (2001-04-13) > > AHH! Much better. I was running net-tools 1.54, so I upgraded that and > now I can see how many Mb I've transferred. > > > Have

Re[4]: Bandwidth Monitor

2002-04-10 Thread Alan Poulton
Wednesday, April 10, 2002, 4:16:06 PM, Dimitri Maziuk wrote: > net-tools 1.60 > ifconfig 1.42 (2001-04-13) AHH! Much better. I was running net-tools 1.54, so I upgraded that and now I can see how many Mb I've transferred. > Have a look at mrtg. You'll need to set up the snmp packages to get it >

Re: Re[2]: Bandwidth Monitor

2002-04-10 Thread Dimitri Maziuk
* Alan Poulton ([EMAIL PROTECTED]) spake thusly: > Wednesday, April 10, 2002, 10:24:58 AM, Shawn McMahon wrote: > > >> And does it give Bytes transmitted/received, or just the sheer number > >> of packets? > > > Both. Do an ifconfig now and look at the output. > > Here's my output: > > eth0

Re[4]: Bandwidth Monitor

2002-04-10 Thread Alan Poulton
Wednesday, April 10, 2002, 3:34:47 PM, Gary Turner wrote: > This from a non-hacker: > 1. Wouldn't a cron job, say hourly, cover you? Have a script call > ifconfig and extract the data to a log. Your number crunchers could > have a field day with all that info :-) I like the idea, and

Re[2]: Bandwidth Monitor

2002-04-10 Thread Alan Poulton
Wednesday, April 10, 2002, 10:24:58 AM, Shawn McMahon wrote: >> And does it give Bytes transmitted/received, or just the sheer number >> of packets? > Both. Do an ifconfig now and look at the output. Here's my output: eth0 Link encap:Ethernet HWaddr 00:E0:29:30:85:C0 inet addr:

Re: Re[2]: Bandwidth Monitor

2002-04-10 Thread Gary Turner
On Wed, 10 Apr 2002 08:53:43 -0700, Alan Poulton wrote: >Tuesday, April 09, 2002, 1:14:48 PM, Shawn McMahon wrote: > >> ifconfig will show you that. It's cumulative, so either take the >> interface down and up before you want to start, or write down the >> numbers. > >Hmm... two questions. Do the

Re: Bandwidth Monitor

2002-04-10 Thread Shawn McMahon
begin Alan Poulton quotation: > > Hmm... two questions. Do the numbers reset when the system is booted? My > guess is yes. Yes. > And does it give Bytes transmitted/received, or just the > sheer number of packets? Both. Do an ifconfig now and look at the output. > If the numbers are reset wh

Re[2]: Bandwidth Monitor

2002-04-10 Thread Alan Poulton
Tuesday, April 09, 2002, 1:14:48 PM, Shawn McMahon wrote: > ifconfig will show you that. It's cumulative, so either take the > interface down and up before you want to start, or write down the > numbers. Hmm... two questions. Do the numbers reset when the system is booted? My guess is yes. And

Re: Bandwidth Monitor

2002-04-09 Thread Shawn McMahon
begin Alan Poulton quotation: > > Thank you to both Matthew Daubenspeck and Nik Butler for your responses. > MRTG does look like an additional tool I'd like to have, but what I'm > really looking for right now it a way to see total bandwidth used, in MB > or GB if it gets that high and for both u

Re: Re[2]: Bandwidth Monitor

2002-04-09 Thread Peter Good
Try ipac or ipac-ng. apt-cache show ipac :) Peter On Wed, 10 Apr 2002 04:24, Alan Poulton wrote: > Tuesday, April 09, 2002, 9:47:56 AM, you wrote: > >> Has anyone had experience with ipfm, or can recommend another utility > >> that will do what I need? > > > > Try MRTG > > > > http://people.ee.e

Re[2]: Bandwidth Monitor

2002-04-09 Thread Alan Poulton
Tuesday, April 09, 2002, 11:05:05 AM, [EMAIL PROTECTED] wrote: > On Tue, Apr 09, 2002 at 09:38:10AM -0700, Alan Poulton wrote: >> I did a search yesterday on this subject and found IP Flow Meter (ipfm). >> I tried downloading it and installing it, but when I ran it, I got an >> error along the lin

Re[2]: Bandwidth Monitor

2002-04-09 Thread Alan Poulton
Tuesday, April 09, 2002, 9:47:56 AM, you wrote: >> Has anyone had experience with ipfm, or can recommend another utility >> that will do what I need? > Try MRTG > http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ > It can indivually track interfaces, and there is a debian package for > it in sta

Bandwidth Monitor

2002-04-09 Thread Alan Poulton
I am needing some way of tracking bandwidth. All I really need is someway to track the bandwidth, over a period of time, used by eth0 - the NIC connected to the Internet. I am running a gateway where I have eth1 connected to the internal LAN so the idea of tracking and logging bandwidth used by eac

Re: Bandwidth monitor

1998-11-12 Thread A. M. Varon
On Wed, 11 Nov 1998, Paul Reavis wrote: > I just set up the atlanta java users' group site at www.ajug.org; it's > running hamm. It's hung off a member's cable modem, though, and he has a > monthly bandwidth limit. Are there any handy utilities to measure > bandwidth usage so we can keep tabs on i

Re: Bandwidth monitor

1998-11-12 Thread debian
The machine I want to monitor is a Slackware 3.5 box. So where do I get snmpd or what should I look for on my machine. I know it is not running one as I tried that command you gave below last try and it failed. > >First of all, make sure you are running snmp on the box. I "think" but I >am not po

Re: Bandwidth monitor

1998-11-11 Thread debian
Can anyone help me write a mrtg.conf or even attempt to get it to work and monitor my ppp0 permanent modem dialup.. :) Please.. I tried 3 times now and still cannot get the conf file to work.. Any one send me an example. > >mrtg > > >On Wed, 11 Nov 1998, Paul Reavis wrote: > >> I just set up the

Bandwidth monitor

1998-11-11 Thread Paul Reavis
I just set up the atlanta java users' group site at www.ajug.org; it's running hamm. It's hung off a member's cable modem, though, and he has a monthly bandwidth limit. Are there any handy utilities to measure bandwidth usage so we can keep tabs on it? -- Paul Reavis