summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/dropwatch.meta
blob: 98b23e05d1b3840af53f21714e3b33dee8cec947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
title: Watch Where Socket Buffers are Freed in the Kernel
name: dropwatch.stp
version: 1.0
author: Neil Horman
keywords: network tracepoint buffer free
subsystem: network
status: production
exit: user-controlled
output: timed
scope: system-wide
description: Every five seconds the dropwatch.stp script lists the number of socket buffers freed at locations in the kernel.
test_support: stap -l kernel.trace("kfree_skb")
test_check: stap -p4 dropwatch.stp
test_installcheck: stap dropwatch.stp -c "sleep 1"