[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.

Add sample benchmarks results

FoxxMD (Sep 19, 2025, 4:38 PM EDT) 3a5bda1a eac18d88

+40 -1
+5 -1
README.md
··· 59 59 60 60 ```shell 61 61 docker compose up k6 62 - ``` 62 + ``` 63 + 64 + # Benchmark Results 65 + 66 + See the [`bench-results`](/bench-results/) folder for some benchmarks run on my own hardware.
+35
bench-results/README.md
··· 1 + # Benchmark Results 2 + 3 + ## Load Paramaters 4 + 5 + All loads were run with 6 + 7 + ```env 8 + TARGET=50 9 + DURATION=30 10 + RANDOMIZE=true 11 + ``` 12 + 13 + So, 50 requests/s over a duration of 30 seconds using [`bench.sh`](../bench.sh) 14 + 15 + ### Rapberry Pi4 16 + 17 + * [DietPi OS](https://dietpi.com/) (bullseye) 18 + * Kernel `6.1.21-v8+` 19 + 20 + ![rpi4 results](plot_pi4.png) 21 + 22 + ### Raspberry Pi5 23 + 24 + * [Rasperry Pi OS](https://www.raspberrypi.com/software/) (bookworm) 25 + * Kernel `6.6.51+rpt-rpi-2712` 26 + 27 + ![rpi5 results](plot_pi5.png) 28 + 29 + ### i5-13400 30 + 31 + * Debian (bookworm) 32 + * Kernel `6.1.0-38-amd64` 33 + * 10core VM on Promxox 34 + 35 + ![rpi5 results](plot_13400.png)
bench-results/plot_13400.png

This is a binary file and will not be displayed.

bench-results/plot_pi4.png

This is a binary file and will not be displayed.

bench-results/plot_pi5.png

This is a binary file and will not be displayed.