![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/root/opt/rh/gcc-toolset-11/root/usr/share/systemtap/examples/process/ |
title: Trace Creation of Processes name: forktracker.stp version: 0.1 author: Phil Muldoon at Red Hat keywords: process scheduler subsystem: scheduler status: production exit: user-controlled output: trace scope: system-wide description: The forktracker.stp script prints out a time-stamped entry showing each fork and exec operation on the machine. This can be useful to determine what process is creating a flurry of short-lived processes. test_check: stap -p4 forktracker.stp test_installcheck: stap forktracker.stp -T 1