summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJustin Stephenson <jstephen@redhat.com>2017-05-05 12:13:19 -0400
committerLukas Slebodnik <lslebodn@redhat.com>2017-09-08 16:09:44 +0200
commit1182dd93a5a6bb18943284273f7fd59b83468843 (patch)
tree26a7da445af45dd031556386842b554a490b1b64 /Makefile.am
parentd46d59e78600aa72176df7217c94743b7e71881a (diff)
downloadsssd-1182dd93a5a6bb18943284273f7fd59b83468843.tar.gz
sssd-1182dd93a5a6bb18943284273f7fd59b83468843.tar.xz
sssd-1182dd93a5a6bb18943284273f7fd59b83468843.zip
CONTRIB: Add DP Request analysis script
Run this script using stap as root and Ctrl-C to print the summary report stap -v /usr/share/sssd/systemtap/dp_request.stp This script will use the data provider request probe markers to provide elapsed time of each request and more information about the slowest request in the summary report. Resolves: https://pagure.io/SSSD/sssd/issue/3061 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f61560135..f99649e92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1257,6 +1257,7 @@ dist_systemtap_tap_DATA = \
dist_sssdtapscript_DATA = \
contrib/systemtap/id_perf.stp \
contrib/systemtap/nested_group_perf.stp \
+ contrib/systemtap/dp_request.stp \
$(NULL)
stap_generated_probes.h: $(srcdir)/src/systemtap/sssd_probes.d