Network flow visualizer.
Project description
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
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
NetFlowVizu-0.6.tar.gz
(9.4 kB
view hashes)
Built Distributions
NetFlowVizu-0.6.win32.exe
(203.6 kB
view hashes)
NetFlowVizu-0.6-py3.3.egg
(5.7 kB
view hashes)
NetFlowVizu-0.6-py3.2.egg
(5.8 kB
view hashes)
NetFlowVizu-0.6-py3.1.egg
(5.8 kB
view hashes)
NetFlowVizu-0.6-py2.7.egg
(5.8 kB
view hashes)
NetFlowVizu-0.6-py2.6.egg
(5.8 kB
view hashes)