Richard Rose wrote:

> I'm looking at attempting to graph network usage on a FreeBSD server I
> run, and am trying to work out how to collect the data I want. What I
> would like to do is collect data throughput, broken down by application
> level protocol (DNS, SSH, HTTP, finger, and so forth).

Try to setup a firewall that logs the amount of traffic.

You can then:
   allow http in and count
   allow ssh in and count
   ...
   allow all in and count

(of course you may also want to block something, this is outside
the scope of my mail).

When you've setup such a system, just query the counters from the
firewall software.

HTH
-- 
   __________________________________________________________________
 / [EMAIL PROTECTED]                  [EMAIL PROTECTED] \
| work                                                         private |
| My employer is capable of speaking therefore I speak only for myself |
+----------------------------------------------------------------------+
| Technical questions sent directly to me will be nuked. Use the list. | 
+----------------------------------------------------------------------+
| http://faq.mrtg.org/                                                 |
| http://rrdtool.eu.org  --> tutorial                                  |
+----------------------------------------------------------------------+

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to