Lueur
Developer-Friendly Reliability
-
Lightning-Fast
A Rust-powered CLI that simulates network disruptions right on your local machine.
-
Real-World Scenarios
Easily configure tests via YAML to mimic latencies, bandwidth constraints, packet loss, and HTTP errors.
-
CI Integration
Automatically run these tests within your pipeline and receive detailed, actionable reports.
$ lueur scenario run --scenario scenario.yaml ================ Running Scenarios ================ ⡏ 4/4 Latency Increase By 30ms Steps From Downstream ▮▮▮▮ ⡏ 1/1 Within Allowed Latency While Bandwidth At 5 bytes/second ▮ ⡏ 1/1 Circuit Breaker Takes Care of 404 ▮ ⡏ 1/1 Packet loss has no impact on service performance ▮ ===================== Summary ===================== Tests run: 7, Tests failed: 2 Total time: 2.4s Report saved as report.json
$ lueur scenario run --scenario scenario.yaml ================ Running Scenarios ================ ⡏ 4/4 Latency Increase By 30ms Steps From Downstream ▮▮▮▮ ⡏ 1/1 Within Allowed Latency While Bandwidth At 5 bytes/second ▮ ⡏ 1/1 Circuit Breaker Takes Care of 404 ▮ ⡏ 1/1 Packet loss has no impact on service performance ▮ ===================== Summary ===================== Tests run: 7, Tests failed: 2 Total time: 2.4s Report saved as report.json