blob: f3ef370962d6966de501692e51fe1f9a8b0f3e16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 for determine what process is creating a flurry of short-lived processes.
test_check: stap -p4 forktracker.stp
test_installcheck: stap forkracker.stp -c "sleep 1"
|