On Sun, 2 Nov 2003, Garth Lezama wrote:

> Hi folks, I finally got my boss to use a open source
> product (we are an all MS shop) by using ntop +
> rrdtool. We needed to capture network traffic for a
> client. The capture went well but the hard drive on
> the linux machine crashed. Fortunately I got the ntop
> rrd directory off.
>
> The problem is that I have the rrd directory and I
> need to transform the rrd databases to some useful
> graphs for a proposal by Tuesday. Anbody have any
> ideas how to use the rrd databases to get total tcp/ip
> traffic over timea and http taffic?
>
> I thought the developer list might be better but I'm
> giving this list a shot. Appreciate the help.
>

The rrdtool is a separate project. Check out
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
It brings different frontends with it to grab data or paint some graphs
from your data. You might take a look at man rrdgraph and man rrdfetch.

If you take a look a the directory structure you'll see that it is easy to
figure out where specific data is stored. The different ip-services are
only stored if you have the dumping of host-data enabled (I think it's the
default).

So, after all you can try to get the data by hand from your db (that
should work) or check out if ntop can build the graphs from older rrds (I
think if those are not too old, this should work too).

regards

Stephan Knabe

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to