rtViz:实时数据可视化

时间:2021-04-06 06:12:28
【文件属性】:
文件名称:rtViz:实时数据可视化
文件大小:601KB
文件格式:ZIP
更新时间:2021-04-06 06:12:28
Python rtViz python中的简单实时数据可视化脚本。 这些脚本从标准输入读取CSV并绘制数据。 运行test _ *。py以使用随机生成的数据运行每个脚本。 rate_plot-在同一行上绘制多个时间序列。 输入数据应为CSV,其行格式为: timestamp, y_value 1, y_value 2, ..., y_value n 。 在脚本中设置y变量的数量及其名称。 topo_plot-绘制一个4节点拓扑图,其边宽与流量成比例。 期望CSV输入,其格式为: timestamp, client_to_switch rate, attacker_to_switch rate, client_to_server rate, attacker_to_server rate 去做 数据来自哪里? 两种选择: 从端点(攻击客户端,无人机客户端,服务器)进行测量,发送到公共点 从on
【文件预览】:
rtViz-main
----.gitignore(2KB)
----topo_plot()
--------drive_topo_plot.py(1KB)
--------topo_plot.py(9KB)
--------test_topo_plot.sh(47B)
----offline()
--------pcap_tools.py(1KB)
--------icons()
--------run_defense.sh(263B)
--------run_defenseless.sh(260B)
--------pcap_viz.py(24KB)
--------pcap_meas.py(1B)
----rate_plot()
--------rate_plot.py(3KB)
--------drive_rate_plot.py(562B)
--------test_rate_plot.sh(47B)
----README.md(984B)
----mntest()
--------log.py(2KB)
--------pollflows.sh(46B)
--------viz.py(9KB)
--------runtest.py(2KB)
--------pcap_viz.py(10KB)

网友评论