]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add lock contention graph script to openssl
authorNeil Horman <nhorman@openssl.org>
Wed, 22 Oct 2025 14:54:15 +0000 (10:54 -0400)
committerNeil Horman <nhorman@openssl.org>
Mon, 27 Oct 2025 19:47:28 +0000 (15:47 -0400)
commit36efd09aadaedcc9883c47e0d2881b8950c7176b
tree511ff70f26d1054dc827a62abb2afa4fd17569d3
parenteedb6df889fb69b9c4571be5616fa22e6b62dc7c
Add lock contention graph script to openssl

Add a script to use gnuplot to graph lock contention events as reported
by the REPORT_RWLOCK_CONTENTION feature vs time so we can see an
application run time based view of where lock contention occurs.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28974)
util/lock-contention-graph.sh [new file with mode: 0755]