Преглед изворни кода

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
)



Loading…
Откажи
Сачувај