Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 95299258dbdf9a86cefd89b97c0d81e5 > files > 225

systemtap-1.2-1.fc13.i686.rpm

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 0.2"