blob: f5b623ce0d7119a553924552d013e64153d9ddb9 (
plain)
1
2
3
4
5
6
|
title: print process file descriptors
name: pfiles.stp
keywords: process files
description: Run pfiles.stp to produce a human-readable summary of all open file descriptors of a given process. Specify the process-id as -x PID for fastest performance.
test_check: stap -gp4 pfiles.stp -x $$
test_installcheck: stap -g pfiles.stp -x $$
|