blob: 176ba2366c11becca24da06f5aafa21c051aa4d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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_check: stap -p4 dropwatch.stp
test_installcheck: stap dropwatch.stp -c "sleep 1"
|