summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 7830db4d62f07a1b588d3aa7dd4023ec7cfec89f (plain) (blame)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="generator" content="Bluefish 1.0.4"> <title>SystemTap</title> <link rel="stylesheet" href="systemtap.css" type="text/css"> <meta http-equiv="Content-Type" content= "text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> </head> <body> <table cellspacing="2" cellpadding="2" border="0" width="100%"> <tr> <td valign="bottom" height="80"><img src="systemtaplogo.png" alt="SystemTap logo" width="165" height="25"></td> <td valign="bottom" class="topnavright" align="right"> Overview&nbsp;|&nbsp; <a href="status.html">Status</a>&nbsp;|&nbsp; <a href="getinvolved.html">Get Involved</a>&nbsp;|&nbsp; <a href="documentation.html">Documentation</a>&nbsp;|&nbsp; <a href="links.html">Links</a></td> </tr> </table> <div class="mainbackground"> <div class="maintextregion"> <img src="systemtapcorner.gif"> <table cellspacing="2" cellpadding="4" border="0" width="99%" style="margin-top:17;"> <tr> <td width="200">&nbsp;</td> <td valign="top"> <h1>Overview</h1> <p>SystemTap provides infrastructure to simplify the gathering of information about the running Linux kernel. This assists diagnosis of a performance or functional problem. SystemTap eliminates the need for the developer to go through the tedious and disruptive instrument, recompile, install, and reboot sequence that may be otherwise required to collect data.</p> <p>The recent addition of kprobes to the Linux kernel provides the needed support but is not easy to use. SystemTap provides a simple command line interface and scripting language for writing instrumentation for a live running kernel. Over time, we plan to enlarge our script "tapset" library to aid instrumentation reuse and abstraction. We also plan to support probing userspace applications. We are investigating interfacing Systemtap with similar tools such as Frysk, Oprofile and LTT.</p> <p>SystemTap is still under rapid development, so it is not appropriate to use it on production systems. However, SystemTap in its current state can still be a useful tool for developers.</p> <p>Current project members include Red Hat, IBM, Intel, and Hitachi.</p> </td> </tr> </table> </div> </div> <table cellspacing="2" cellpadding="2" border="0" width="100%"> <tr> <td align="center" class="footer"><a href= "http://sources.redhat.com/systemtap">SystemTap</a></td> </tr> </table> </body> </html>