summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/tcpdumplike.meta
blob: 0de45d5ed663a691856b69671cf9219564c4a92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
title: Dump of Received TCP Packets
name: tcpdumplike.stp
version: 1.0
author: anonymous
keywords: network traffic
subsystem: network
status: production
exit: user-controlled
output: timed
scope: system-wide
description: The tcpdumplike.stp prints out a line for each TCP packet received. Each line includes the source and destination IP addresses, the source and destination ports, and flags.
test_check: stap -p4 tcpdumplike.stp
test_installcheck: stap tcpdumplike.stp -c "sleep 1"