blob: e467a66a590b0c94a1b19dbf9e5347a6d454104b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
title: Trace Activity on Network Devices
name: netdev.stp
version: 1.0
author: Breno Leitao
keywords: network device traffic
subsystem: network
status: production
exit: user-controlled
output: trace
scope: system-wide
description: The netdev.stp script traces configuration and transmit/receive activity on network devices.
test_check: stap -p4 netdev.stp
test_installcheck: stap netdev.stp -c "sleep 0.2"
|