summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/tcpdumplike.meta
blob: f5975aa68b0bcceaadb96fdef8ea47f0e9404ad0 (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 0.2"