summaryrefslogtreecommitdiff
path: root/pcp
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-10-11 21:43:00 +0000
committerJeremy Allison <jra@samba.org>2001-10-11 21:43:00 +0000
commita569d5a581065d3ccafdf145c79ba7b622951329 (patch)
tree2f01fefc95613a16a6d114534c99f83fa14c2116 /pcp
parentc273169841a960f4a0e62aa1fb4bb87431f1f11d (diff)
downloadsamba-a569d5a581065d3ccafdf145c79ba7b622951329.tar.gz
Packaging complete, only testsuite left.
Jeremy
Diffstat (limited to 'pcp')
-rw-r--r--pcp/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/pcp/README b/pcp/README
index 97d8125a53e..5a58626a97b 100644
--- a/pcp/README
+++ b/pcp/README
@@ -3,7 +3,7 @@ samba PMDA
This PMDA is a sample that illustrates how a simple samba monitor
PMDA might be constructed, using a shared memory segment to transfer
-information about transaction activity from the smb daemon.
+information about transaction activity from the smb and nmbd daemons.
Note:
This PMDA may be remade from source and hence requires
@@ -77,11 +77,14 @@ De-installation
Making something happen
=======================
-The application "smbd" updates the shared memory segment to add
-profile information about smbd. By default updating is disabled.
+Samba must have been compiled with profiling data collection enabled.
+Use the --with-profiling-data option for configure to enable this feature.
+
+The applications "nmbd" and "smbd" update the shared memory segment to add
+profile information about nmbd and smbd. By default updating is disabled.
To start updating of the shared memory segment you need to run the
-smbcontrol command to turn on profiling for one or more smbd processes
-(see the man page for smbcontrol).
+smbcontrol command to turn on profiling for nmbd or one or more smbd
+processes (see the man page for smbcontrol).