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
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
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
>
>
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
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
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
-
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]
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
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
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
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
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
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
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]
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
* 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
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
>
* 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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
32 matches
Mail list logo