From c41e99c8f098302a9ed2eb4fcac6ff5e7cd79cab Mon Sep 17 00:00:00 2001 From: ddomingo Date: Thu, 27 Nov 2008 08:18:03 +1000 Subject: added index --- .../en-US/Introduction.xml | 53 +++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US/Introduction.xml') diff --git a/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml b/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml index 47a11476..78ee1083 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml @@ -4,6 +4,17 @@ Introduction + + Introduction + performance monitoring + + + + performance monitoring + Introduction + + + SystemTap is a tracing and probing tool that allows users to study and monitor the activities of the operating system (particularly, the kernel) in fine detail. It provides information similar to the output of tools like netstat, ps, top, and iostat; however, SystemTap is designed to provide more filtering and analysis options for collected information. @@ -25,6 +36,27 @@ -->
Documentation Goals + + +Introduction +documentation goals + + + +documentation goals +Introduction + + +Introduction +goals, documentation + + + +goals, documentation +Introduction + + + SystemTap provides the infrastructure to monitor the running Linux kernel for detailed analysis. This can assist administrators and developers in identifying the underlying cause of a bug or performance problem. Without SystemTap, monitoring the activity of a running kernel would require a tedious instrument, recompile, install, and reboot sequence. SystemTap is designed to eliminate this, allowing users to gather the same information by simply running user-written SystemTap scripts. @@ -60,7 +92,15 @@ ** Short summary; when is SystemTap suitable vs other popular monitoring tools (e.g. top, Oprofile, /proc) - + +Introduction +capabilities of SystemTap + + + +capabilities of SystemTap +Introduction + SystemTap was originally developed as a working ∏ version of old Linux probing tools such as dprobes and the Linux Trace Toolkit. SystemTap aims to supplement the existing suite of Linux monitoring tools by providing users with the infrastructure to track kernel activity. In addition, SystemTap combines this capability with two things: + + Introduction + limitations of SystemTap + + + + limitations of SystemTap + Introduction + + + Limitations The current iteration of SystemTap allows for a multitude of options when probing kernel-space events. However, SystemTap's ability to probe user-space events is quite limited. At present, the developmental efforts of the SystemTap community are geared towards improving SystemTap's user-space probing capabilities. -- cgit