NetFlowVizu 0.6
Network flow visualizer.
What is this vizu?
net_flow_vizu_dia.py converts a YAML formated network flow data into a dia (http://projects.gnome.org/dia/) diagram file.
Prerequisites
- python 2.6+
- python-lxml (http://pypi.python.org/pypi/lxml/)
- python-yaml (http://pyyaml.org/wiki/PyYAML)
Usage examples
command line:
$ ./net_flow_vizu_dia.py < data_example.yaml > f.dia $ data_generator | ./net_flow_vizu_dia.py > f.dia $ dia f.dia
Notes
Items in sections "traffic" and "marks" doesn't need to be in order by timestamps.
FAQ
- Q: net_flow_vizu_dia.py fails with an exception
- "yaml.scanner.(Parser|Scanner)Error".
- A: Input data is probably not in a correct YAML format
- (http://en.wikipedia.org/wiki/YAML).
Q: net_flow_vizu_dia.py fails with any other exception. A: Your input data has a wrong structure (or net_flow_vizu has a bug :-)
Output example
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| NetFlowVizu-0.6-py2.6.egg (md5) | Python Egg | 2.6 | 2011-06-08 | 5KB | 456 |
| NetFlowVizu-0.6-py2.7.egg (md5) | Python Egg | 2.7 | 2011-06-08 | 5KB | 534 |
| NetFlowVizu-0.6-py3.1.egg (md5) | Python Egg | 3.1 | 2011-06-08 | 5KB | 522 |
| NetFlowVizu-0.6-py3.2.egg (md5) | Python Egg | 3.2 | 2011-06-08 | 5KB | 521 |
| NetFlowVizu-0.6.tar.gz (md5) | Source | 2011-06-07 | 9KB | 343 | |
| NetFlowVizu-0.6.win32.exe (md5) | MS Windows installer | any | 2011-06-08 | 198KB | 159 |
- Author: David Siroky
- Home Page: http://www.smallbulb.net/netflowvizu
- Keywords: network,host,flow,traffic,communication,visualization,dia
- License: MIT License
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: Developers
- Intended Audience :: Education
- Intended Audience :: Science/Research
- License :: OSI Approved :: MIT License
- Programming Language :: Python
- Topic :: Scientific/Engineering :: Information Analysis
- Topic :: Scientific/Engineering :: Visualization
- Topic :: System :: Networking
- Package Index Owner: dsiroky
- DOAP record: NetFlowVizu-0.6.xml
