summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/helloworld.meta
blob: f56b7ca3269cd81daced652b1f742cc75c305bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
title: SystemTap "Hello World" Program
name: helloworld.stp
version: 1.0
keywords: simple
author: anonymous
subsystem: none
status: production
exit: fixed
output: text
scope: system-wide
description: A basic "Hello World" program implemented in SystemTap script. It prints out "hello world" message and then immediately exits.
test_check: stap -p4 helloworld.stp
test_installcheck: stap helloworld.stp -c "sleep 1"