From e66d6d78ae06bf05e42af762e235e91c3f1abc1d Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 15 Feb 2005 16:48:41 +0000 Subject: [PATCH] * mbehm's changes --- index.html | 86 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 64 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index af2e1bc1..c32cf45c 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,71 @@ -SystemTap Page -

SystemTap

-

-The systemtap project aims to produce a Linux tool that lets developers -and system administrators take a deeper look into a running kernel. + + + +SystemTap Page + + + + +

SystemTap +
+ +
+ +

Overview

+ +

The SystemTap project aims to produce a Linux tool that +lets application developers and system administrators take a deeper look into a running kernel. We aim to exploit the capability of a fully open-source Linux target to -go beyond performance measurements, and maybe even serve as a programmable -debugger. -

-We find inspiration in -Sun's dtrace, -but many technical aspects of our approach will be different. See this -draft architecture paper. Project -members include Red Hat, IBM; other interested parties are welcome to help! -

-A public mailing list is available. Sign up +go beyond performance measurements, and perhaps even serve as a programmable debugger. +

+ +

We find inspiration in Sun's dtrace, +but many technical aspects of our approach will be different. +See this SystemTap architecture paper (draft). +

+ +

Who is involved

+ +

Current project members include Red Hat and IBM; other interested parties are welcome to help! +Sign up to the public mailing list by sending email to -systemtap-subscribe@sources.redhat.com. -A standard sourceware-style CVS service is also available. +systemtap-subscribe@sources.redhat.com. +

+ +

A standard sourceware-style CVS service is also available:

 cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap login
 {enter "anoncvs" as the password}
 cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap co -c
 
-

-As a courtesy, a snapshot of IBM's dprobes and kprobes -project pages is also hosted here. Systemtap is expected to use kprobes as -a lower layer. - + +

Related information

+ +

As a courtesy, a snapshot of IBM's dprobes and kprobes +project pages is also hosted here. +SystemTap is expected to use kprobes as a lower layer. +

+
+ + + + + + + + + +
+ + + + -- 2.43.5