add competition reproduction pipeline
EviTrace is an evidence-driven root cause analysis tool for Linux / openKylin cloud-native systems.
The current prototype supports reproducible network delay fault injection, OS-level metric collection, CSV logging, time-series visualization, and temporal causal root cause ranking.
tc netem
openKylin compatibility test is planned as the next step.
sudo apt update sudo apt install -y python3-pip iputils-ping iproute2 stress-ng fio sysstat pip3 install -r requirements.txt ## One-Command Reproduction To reproduce the full EviTrace network-delay diagnosis pipeline: ```bash bash scripts/run_full_network_delay_pipeline.sh ens33
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
EviTrace
EviTrace is an evidence-driven root cause analysis tool for Linux / openKylin cloud-native systems.
The current prototype supports reproducible network delay fault injection, OS-level metric collection, CSV logging, time-series visualization, and temporal causal root cause ranking.
Features
tc netemTested Environment
openKylin compatibility test is planned as the next step.
Installation