Date: Wed, 23 Jul 1997 00:44:25 -0400 (EDT) From: zoonie <zoonie@myhouse.com> To: Michael Slater <mikey@hawk.ois.net.au> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Monitoring the IP usage of a single IP address on an ethernet Message-ID: <Pine.NEB.3.96.970723003207.10358B-100000@nak.myhouse.com> In-Reply-To: <Pine.LNX.3.95.970723113404.28906A-100000@hawk.ois.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
you can measure the number of bytes transmitted and received via SNMP if you have an snmp hub and the proper software (assuming that the MIB will allow you to get the info on a per port basis which is something that an snmp hub should do). if you have a cisco router you can turn on IP accounting. i did that to track the bandwith usage for 6 different machines and i modified a perl script that sucks the info out so that a web page is generated with the current total number of bytes transmitted and received for the month, the page is generated hourly and the owners of the systems can check to see how much bandwidth they have used up for the month. a freebsd box should work also but i did my setup a while ago before i found out about ipfw. it seems to me like the best method is via snmp from a hub but the router or the freebsd box also work if you don't have an snmp hub... On Wed, 23 Jul 1997, Michael Slater wrote: > > Hello, > I am looking for a reliable method of monitoring/controlling the > bandwidth consumed/bytes downloaded by a specific machine on my local > office ethernet. Would it be best to have the machine in question > use one of our FreeBSD machines with ipfw configured to log packets as a > gateway ? Or perhaps is their a better method. > > > Regards, > > Michael Slater > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.970723003207.10358B-100000>
