%PDF- %PDF-
Direktori : /usr/share/doc/systemtap-client-2.9/examples/io/ |
Current File : //usr/share/doc/systemtap-client-2.9/examples/io/slowvfs.meta |
title: Trace slow vfs opens. name: slowvfs.stp keywords: io description: This script prints a line for every kernel vfs_open operation that takes longer than a configurable number of microseconds. Highly contended or remote filesystems are likelier to hit this. test_check: stap -p4 slowvfs.stp test_installcheck: stap slowvfs.stp -G sloth=10 -c 'find /proc >/dev/null'