diff options
author | Herb Lewis <herb@samba.org> | 2001-08-03 16:14:19 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-08-03 16:14:19 +0000 |
commit | e8b531bb7b3ab4166bc634e38c6e5884a32292e7 (patch) | |
tree | e22922a5b23e35ff00505a8daa14d8349c485ef1 | |
parent | 49024363be02e1e6aa0379c63c9da9bdd5788a06 (diff) | |
download | samba-e8b531bb7b3ab4166bc634e38c6e5884a32292e7.tar.gz samba-e8b531bb7b3ab4166bc634e38c6e5884a32292e7.tar.xz samba-e8b531bb7b3ab4166bc634e38c6e5884a32292e7.zip |
update to indicate nmbd also collects profiling data. Mention new
--with-profiling-data option name.
-rw-r--r-- | WHATSNEW.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d4976cbce1b..8ee4742344c 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -262,18 +262,18 @@ Profiling support. Support for collection of profile information. A shared memory area has been created which contains counters for the number of calls to and the amount of time spent in -various system calls and smb transactions. See the file -profile.h for a complete listing of the information +various system calls, smb transactions and nmbd activity. See +the file profile.h for a complete listing of the information collected. Sample code for a samba pmda (collection agent for Performance Co-Pilot) has been included in the pcp directory. -To enable the profile data collection code in samba, you -must compile samba with profile support (run configure with -the --with-profile option). On startup, collection of data -is disabled. To begin collecting data use the smbcontrol +To enable the profile data collection code in samba, you must +compile samba with profile data support (run configure with +the --with-profiling-data option). On startup, collection of +data is disabled. To begin collecting data use the smbcontrol program to turn on profiling (see the smbcontrol man page). -Profile information collection can be enabled for all smbd +Profile information collection can be enabled for nmbd, all smbd processes or one or more selected processes. The profiling data collected is the aggragate for all processes that have profiling enabled. |