summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-09-08 15:26:01 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-09-08 17:08:17 -0400
commitefd9f3b09c8bfa22aab145c2207fe670e2d148cf (patch)
treeddfb019fb739b0fc12ef9feee3cb4362432d9e79 /systemtap.spec
parent97f8355dd72378d4fb6e8cb8cbb4fe160a21ddec (diff)
downloadsystemtap-steved-efd9f3b09c8bfa22aab145c2207fe670e2d148cf.tar.gz
systemtap-steved-efd9f3b09c8bfa22aab145c2207fe670e2d148cf.tar.xz
systemtap-steved-efd9f3b09c8bfa22aab145c2207fe670e2d148cf.zip
documentation: tweak package description strings for -client / -server pkgs
Diffstat (limited to 'systemtap.spec')
-rw-r--r--systemtap.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/systemtap.spec b/systemtap.spec
index 0241df4f..30791061 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -100,9 +100,10 @@ Requires: avahi avahi-tools nss nss-tools mktemp
Requires: zip unzip
%description client
-SystemTap client is the client component of an instrumentation
-system for systems running Linux 2.6. Developers can write
-instrumentation to collect data on the operation of the system.
+This is the remote script compilation client component of systemtap.
+It relies on a nearby compilation server to translate systemtap
+scripts to kernel objects, so a client workstation only needs the
+runtime, and not the compiler/etc toolchain.
%package server
Summary: Instrumentation System Server
@@ -114,9 +115,9 @@ Requires: avahi avahi-tools nss nss-tools mktemp
Requires: zip unzip
%description server
-SystemTap server is the server component of an instrumentation
-system for systems running Linux 2.6. Developers can write
-instrumentation to collect data on the operation of the system.
+This is the remote script compilation server component of systemtap.
+It announces itself to local clients with avahi, and compiles systemtap
+scripts to kernel objects on their demand.
%package sdt-devel
Summary: Static probe support tools