HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: //usr/share/systemtap/examples/profiling/latencytap.meta
title: Show Reasons and Durations for Processes Sleeping
name: latencytap.stp
version: 1.0
author: William Cohen
keywords: _best profiling
subsystem: any
status: experimental
exit: user-controlled
output: sorted-list
scope: system-wide
description: The latencytap.stp script collects data on the intervals processes are deactivated (sleeping).  The script categorizes the reasons for the sleeps by analyzing the backtraces and displays a sorted list of the top 20 causes from largest total sum time sleeping to smallest. The output is updated every 30 seconds. The script needs to be compiled with the '--all-modules' option to produce reasons for sleeps caused by modules.  Optionally, this script can be used with the '-c' or '-x' options to focus on a specific PID.
test_check: stap -p4 --all-modules latencytap.stp
test_installcheck: stap latencytap.stp --all-modules -T 1