浏览代码

Bugfix, plot ack_rtt

master
langspielplatte 2 年前
父节点
当前提交
4a5856edca
共有 1 个文件被更改,包括 5 次插入6 次删除
  1. +5
    -6
      plot_transmission_timeline.py

+ 5
- 6
plot_transmission_timeline.py 查看文件

lambda x: ((x * 8) / args.interval) / 10**6 lambda x: ((x * 8) / args.interval) / 10**6
) )


# remove all not needed columns
# set meta values and remove all not needed columns
cc_algo = transmission_df["congestion_control"].iloc[0]
cc_algo = cc_algo.upper()
transmission_direction = transmission_df["direction"].iloc[0]

transmission_df = transmission_df.filter(["goodput", "datetime", "ack_rtt"]) transmission_df = transmission_df.filter(["goodput", "datetime", "ack_rtt"])


# read serial csv # read serial csv
left_index=True, left_index=True,
) )


cc_algo = transmission_df["congestion_control"].iloc[0]
cc_algo = cc_algo.upper()

transmission_direction = transmission_df["direction"].iloc[0]

# transmission timeline # transmission timeline


scaley = 1.5 scaley = 1.5

正在加载...
取消
保存