소스 검색

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…
취소
저장