Difference between revisions of "Analysis Software"

From SimpleWiki
Jump to navigationJump to search
(New page: From this location you can download the tools that have been developed in the M2C project. For more information on this project, go to the [http://arch.cs.utwente.nl/projects/m2c/ M2C webs...)
 
Line 5: Line 5:
 
== Tools ==  
 
== Tools ==  
  
*flow-extract.c: extract information about flows from a tcpdump packet trace.
+
*[http://traces.simpleweb.org/background/tools/flow-extract.c flow-extract.c]: extract information about flows from a tcpdump packet trace.
  
*flow-extract-convert.pl: converts flow-extract.c output format into a format more convenient for post-processing.
+
*[http://traces.simpleweb.org/background/tools/flow-extract-convert.pl flow-extract-convert.pl]: converts flow-extract.c output format into a format more convenient for post-processing.
  
*visualizationtools.tar.gz: visualize various traffic flow characteristics, such as throughput, concurrency, duration, etc.
+
*[http://traces.simpleweb.org/background/tools/visualizationtools.tar.gz visualizationtools.tar.gz]: visualize various traffic flow characteristics, such as throughput, concurrency, duration, etc.
  
*flowtosql.tar.gz: store flow information in mysql database
+
*[http://traces.simpleweb.org/background/tools/flowtosql.tar.gz flowtosql.tar.gz]: store flow information in mysql database
  
*flowanalyzer.tar.gz: identify unknown traffic flows
+
*[http://traces.simpleweb.org/background/flowanalyzer.tar.gz flowanalyzer.tar.gz]: identify unknown traffic flows
  
*throughput-alltimescales.pl: determine traffic rates on arbitrary time scales, given a tcpdump packet trace.  
+
*[http://traces.simpleweb.org/background/tools/throughput-alltimescales.pl throughput-alltimescales.pl]: determine traffic rates on arbitrary time scales, given a tcpdump packet trace.  
  
 
== Copyright information ==
 
== Copyright information ==
 
Copyright (C) Remco van de Meent, University of Twente <r.vandemeent@utwente.nl>. All the tools can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or (at your opinion) any newer version. NO WARRANTY. A full copy of the GNU GPL can be found [http://www.gnu.org/licenses/licenses.html#GPL here].
 
Copyright (C) Remco van de Meent, University of Twente <r.vandemeent@utwente.nl>. All the tools can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or (at your opinion) any newer version. NO WARRANTY. A full copy of the GNU GPL can be found [http://www.gnu.org/licenses/licenses.html#GPL here].

Revision as of 09:28, 20 April 2010

From this location you can download the tools that have been developed in the M2C project. For more information on this project, go to the M2C website.

A short description of the tools follows below. A more elaborate description can be found in the following document: M2C D1.6.

Tools

  • flow-extract.c: extract information about flows from a tcpdump packet trace.

Copyright information

Copyright (C) Remco van de Meent, University of Twente <r.vandemeent@utwente.nl>. All the tools can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or (at your opinion) any newer version. NO WARRANTY. A full copy of the GNU GPL can be found here.