libbpf-bootstrap icon indicating copy to clipboard operation
libbpf-bootstrap copied to clipboard

uprobe-stress: add uprobe stress-testing tool

Open anakryiko opened this issue 1 year ago • 0 comments

Implemented a stress-testing tool for uprobes/uretprobes.

It constantly triggers a set of user space functions, in parallel it attached and detached uprobes and uretprobes to random subset of them. To make things more interesting we also randomly and in parallel mmap() /proc/self/exe and fork() process, to trigger all the different code paths in uprobe-related functionality in the kernel.

anakryiko avatar Jul 12 '24 04:07 anakryiko