Code

Initial revision
[rrdtool-all.git] / website / frontends / flowscan.wml
1 #include "$(ROOT)/.wml/template.inc" section=frontends subsection=flowscan
3 <h1>FlowScan</h1>
4 <p>by Dave Plonka</p>
6 <p>
7 FlowScan is a network analysis and reporting tool that processes flow
8 files generated by Cflowd, <a href="http://www.caida.org/Tools/Cflowd/">http://www.caida.org/Tools/Cflowd/</a>,
9 which collects flow data from Cisco routers.
10 </p>
12 <p>
13 Sample graphs produced using FlowScan can be seen here:
14 <a href="http://wwwstats.net.wisc.edu">http://wwwstats.net.wisc.edu</a>.
15 </p>
17 <p>
18 FlowScan's features include:
19 </p>
21 <ul>
23 <li>
24 a "CampusIO" report which allows one to generate graphs showing traffic
25 by IP protocol, traffic by "well-known" service, and traffic passed
26 between Autonomous Systems.
27 </li>
29 <li>
30 a "SubNetIO" report which maintains RRD files containing information
31 on how many bytes, packets, and flows have been sourced from or destined
32 for each subnet.
33 </li>
35 <li>
36 the ability to determine bandwidth usage by "elusive" application protocols
37 such as "RealMedia" and "Napster" using an adaptive, state-based measurement
38 technique.  See <a href="http://net.doit.wisc.edu/data/Napster/">http://net.doit.wisc.edu/data/Napster/</a> for more details.
39 </li>
41 <li>
42 a modular report mechanism that enables users to write or customize
43 reports that can either derived from existing reports or be altogether
44 new ones.
45 </li>
47 </ul>
49 <p>
50 FlowScan is available at
51 <a href="http://net.doit.wisc.edu/~plonka/FlowScan/">http://net.doit.wisc.edu/~plonka/FlowScan/</a>.
52 </p>