summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/autofs4.meta
blob: c6886e1c48ff228ab96260e6bc7383deb5db0b05 (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 10"