aquasecurity / tracee

Linux Runtime Security and Forensics using eBPF
https://aquasecurity.github.io/tracee/latest
Apache License 2.0
3.36k stars 394 forks source link

tracee-ebpf benchmark sets #1988

Open NDStrahilevitz opened 1 year ago

NDStrahilevitz commented 1 year ago

Prerequisites

Select one OR another:

Feature description

Part of #1986

In order to gauge tracee's performance, a set of benchmarks, simulating possible environments and edge stress cases, should be compiled for performance testing. Leaving this issue as a discussion for potential tests.

Currently used benchmarks in some test cases:

  1. General stress test: Looping ps -ef
  2. Container enrichment stress test: See stress test from #1873
NDStrahilevitz commented 1 year ago

we can use redis-benchmark to test eBPF effects on latency.