浏览代码

Bugfix: Read state from sysfs.

master
Lukas Prause 3 年前
父节点
当前提交
6f987583a3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      measurement_main.py

+ 2
- 2
measurement_main.py 查看文件

@@ -172,7 +172,7 @@ def is_hystart_activated():
"cat /sys/module/tcp_cubic/parameters/hystart", shell=True
)
)
== "1"
== 1
)


@@ -183,7 +183,7 @@ def is_tcp_probe_enabled():
"cat /sys/kernel/debug/tracing/events/tcp/tcp_probe/enable", shell=True
)
)
== "1"
== 1
)



正在加载...
取消
保存