~ubuntu-branches/ubuntu/wily/ntop/wily-proposed

« back to all changes in this revision

Viewing changes to ntop/www/RRD/README

  • Committer: Bazaar Package Importer
  • Author(s): Dennis Schoen
  • Date: 2002-04-12 11:38:47 UTC
  • Revision ID: james.westby@ubuntu.com-20020412113847-4k4yydw0pzybc6g8
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
What's RRD
 
3
----------
 
4
 
 
5
RRD (as specified in http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/) is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). 
 
6
 
 
7
 
 
8
Why ntop+RRD ?
 
9
--------------
 
10
 
 
11
Ntop is know for providing information by means of the embedded web interface. Nevertheless ntop can also be used as a network probe that reports detailed information about network traffic. By means of the remote interface it is possible to grab data out of ntop and stored in a DB or trace it. RDD is the perfect tool for storing this kind of data and drawing graphs. That's why I've done this integration.
 
12
 
 
13
 
 
14
What's included here?
 
15
---------------------
 
16
Here you can find some scripts that allow you to grab some data out of ntop and draw charts. These scripts are here for the purpose of demonstrating how to integrate ntop with RRD. 
 
17
 
 
18
 
 
19
How to run this demo ?
 
20
----------------------
 
21
0) Make sure you installed RRD and all the Perl modules (e.g LWP) needed to run the enclosed files.
 
22
 
 
23
1) Edit the files nwUsage.pl and protoUsage.pl. Change the values relative to ntop (host & port) and the network interface to monitor (iprb0 in the example).
 
24
 
 
25
2) start in background both nwUsage.pl and protoUsage.pl
 
26
 
 
27
3) configure your web server (e.g. Apache) or ntop so that it can find the file 'index.html' enclosed in this directory.
 
28
 
 
29
4) Enjoy the graphs.
 
30
 
 
31
 
 
32
Caveat
 
33
------
 
34
The enclosed files are for demo purpose. Please write your own scripts and send them to me so that they can be enclosed in the distribution tree.
 
35
 
 
36
 
 
37
 
 
38
-------------------------
 
39
Luca Deri <deri@ntop.org>
 
40
January 2001