summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
authorfche <fche>2005-02-15 16:48:41 +0000
committerfche <fche>2005-02-15 16:48:41 +0000
commite66d6d78ae06bf05e42af762e235e91c3f1abc1d (patch)
tree9ce14da49fff3650add275c69dfec155dfb16144 /index.html
parent* more blab (diff)
* mbehm's changes
Diffstat (limited to 'index.html')
-rw-r--r--index.html86
1 files 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 @@
1<html><head><title>SystemTap Page</title></head><body> 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<h1>SystemTap</h1> 2<html>
3<p> 3<head>
4The systemtap project aims to produce a Linux tool that lets developers 4<title>SystemTap Page</title>
5and system administrators take a deeper look into a running kernel. 5<style type="text/css">
6body { font-family : Helvetica, Arial, sans-serif ; margin : 0em; }
7a { color : #000000; }
8a:hover { text-decoration : underline; background : #eeeeee;}
9h1 { font-size: 18px; }
10pre { margin-left: 20px; }
11div#footer {position: absolute; width: 100%; top: 0; left: 0; top: auto; bottom: 0; font-size: 10pt;
12background: #eee; color: #111; text-align: center; line-height:150%;}
13</style>
14</head>
15
16<body>
17<div style="background-color:#cc0000; color: #f5f5f5; width: 100%; font-size: 25px; padding: 10px; font-weight: bold; ">SystemTap
18</div>
19
20<div style="margin: 10px;">
21
22<h1>Overview</h1>
23
24<p>The SystemTap project aims to produce a Linux tool that
25lets application developers and system administrators take a deeper look into a running kernel.
6We aim to exploit the capability of a fully open-source Linux target to 26We aim to exploit the capability of a fully open-source Linux target to
7go beyond performance measurements, and maybe even serve as a programmable 27go beyond performance measurements, and perhaps even serve as a programmable debugger.
8debugger. 28</p>
9<p> 29
10We find inspiration in 30<p>We find inspiration in <a href="http://www.sun.com/bigadmin/content/dtrace/">Sun's dtrace</a>,
11<a href="http://www.sun.com/bigadmin/content/dtrace/">Sun's dtrace</a>, 31but many technical aspects of our approach will be different.
12but many technical aspects of our approach will be different. See this 32See this <a href="archpaper-0502.pdf">SystemTap architecture paper (draft)</a>.
13<a href="archpaper-0502.pdf">draft architecture paper</a>. Project 33</p>
14members include Red Hat, IBM; other interested parties are welcome to help! 34
15<p> 35<h1>Who is involved</h1>
16A <a href="/ml/systemtap/">public mailing list</a> is available. Sign up 36
37<p>Current project members include Red Hat and IBM; other interested parties are welcome to help!
38Sign up to the <a href="/ml/systemtap/">public mailing list</a>
17by sending email to <a href="mailto:systemtap-subscribe@sources.redhat.com"> 39by sending email to <a href="mailto:systemtap-subscribe@sources.redhat.com">
18<tt>systemtap-subscribe@sources.redhat.com</tt></a>. 40<tt>systemtap-subscribe@sources.redhat.com</tt></a>.
19A standard sourceware-style CVS service is also available. 41</p>
42
43<p>A standard sourceware-style CVS service is also available:</p>
20<pre> 44<pre>
21cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap login 45cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap login
22{enter "anoncvs" as the password} 46{enter "anoncvs" as the password}
23cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap co -c 47cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap co -c
24</pre> 48</pre>
25<p> 49
26As a courtesy, a snapshot of IBM's <a href="kprobes/">dprobes and kprobes</a> 50<h1>Related information</h1>
27project pages is also hosted here. Systemtap is expected to use kprobes as 51
28a lower layer. 52<p>As a courtesy, a snapshot of IBM's <a href="kprobes/">dprobes and kprobes</a>
29</body></html> 53project pages is also hosted here.
54SystemTap is expected to use kprobes as a lower layer.
55</p>
56</div>
57
58
59
60
61
62
63
64
65
66<br clear="all">
67<div id="footer"><a href="http://sourceware.org/">sourceware.org</a>
68</div>
69
70</body>
71</html>