summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/autofs4.meta
blob: 4c721abfcf87612c0964951e9f0d7b26b83fdab5 (plain)
1
2
3
4
5
6
7
8
9
title: Watch autofs4 operations
description: Trace key autofs4 operations such as mounting or unmounting remote filesystems.
name: autofs4.stp
author: Jeff Moyer
keywords: network autofs nfs
subsystem: network
test_support: stap -l 'module("autofs4").function("autofs4_lookup"),module("autofs4").function("autofs4_follow_link"),module("autofs4").function("autofs4_expire_indirect").return,module("autofs4").function("autofs4_wait").return'
test_check: stap -p4 autofs4.stp
test_installcheck: stap autofs4.stp -c "sleep 1"