Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 2b12d0199a2bbc4a02ef3834d926ac4a > files > 210

systemtap-client-1.8-6.el5.x86_64.rpm

title: Print Process File Descriptors
name: pfiles.stp
version: 1.0
author: anonymous
keywords: process file
subsystem: file
status: proposed
exit: user-controlled
output: on-exit
scope: process
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 $$