From 924c9b216e8616e17bae770bcbc02614257accd5 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 31 Jan 2006 18:30:20 +0000 Subject: [PATCH] * reworded slightly --- index.html | 47 +++++++++++++++++++++-------------------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index bc827c42..9656f0b7 100644 --- a/index.html +++ b/index.html @@ -36,37 +36,32 @@

Overview

-

The goal of SystemTap is to provide infrastructure - to simplify the gathering of information about the - running Linux kernel so that it can be further - analyzed. This can assist in identifying the underlying - cause of a performance or functional problem. SystemTap - is designed to eliminate the need for the developer to - go through the tedious instrument, recompile, install, - and reboot sequence required to collect data on the - operation of the kernel. The recent addition of Kprobes - to the Linux kernel provides the needed support but - does not provide an easy to use infrastructure. - SystemTap provides a simple command line interface and - scripting language for writing kernel - instrumentation.

+

SystemTap provides infrastructure to simplify the + gathering of information about the running Linux kernel. + This assists diagnosis of a performance or functional + problem. SystemTap is designed to eliminate the need for + the developer to go through the tedious and disruptive + instrument, recompile, install, and reboot sequence + required to collect data on the operation of the + kernel.

-

SystemTap is still under rapid development and - evolving. Do not use it on production systems. Expect - that things will change. However, SystemTap in its - current state can still be a useful tool for - developers.

+

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.

-

As SystemTap evolves, we plan to add "tapsets" to - aid in collecting specific types of data. We will also - eventually support probing userpace applications. And - we are looking into integrating Systemtap with similar - tools such as Frysk, Oprofile and LTT.

+

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.

Current project members include Red Hat, IBM, Intel, and Hitachi.

- -

 

-- 2.43.5