[READ-ONLY] Mirror of https://github.com/FoxxMD/crowdsecBench. Benchmark Crowdsec CPU usage with concurrent requests
benchmark cpu-usage crowdsec docker k6 monitoring visualization
0

Configure Feed

Select the types of activity you want to include in your feed.

Update load script from worst case scenario

FoxxMD (Sep 19, 2025, 4:14 PM EDT) eac18d88 08820d6e

+1 -1
+1 -1
script.ts
··· 43 43 }); 44 44 // Validate response status 45 45 check(res, { "status was 200": (r) => r.status == 200 }); 46 - sleep(randomIntBetween(1,3)); 46 + sleep(1); 47 47 }