summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-11-10 22:30:26 +0000
committerHerb Lewis <herb@samba.org>2000-11-10 22:30:26 +0000
commit4ef38cb504269cffcbe8050466d9af76e17ca472 (patch)
tree68d9b6a2f33727540da65f6c078864d3a77fd68f /WHATSNEW.txt
parenta180d35fc1a02b0af28602c743cec344c77edfa9 (diff)
downloadsamba-4ef38cb504269cffcbe8050466d9af76e17ca472.tar.gz
samba-4ef38cb504269cffcbe8050466d9af76e17ca472.tar.xz
samba-4ef38cb504269cffcbe8050466d9af76e17ca472.zip
add blurb about profiling stuff and pcp agent
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 9c3ac0c3810..71b7c009bb2 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -53,6 +53,37 @@ you are interested in writing the support for a particular
ACL filesystem, please join the samba-technical mailing
list and coordinate your efforts.
+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
+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
+program to turn on profiling (see the smbcontrol man page).
+Profile information collection can be enabled for all smbd
+processes or one or more selected processes. The profiling
+data collected is the aggragate for all processes that have
+profiling enabled.
+
+With samba compiled for profile data collection, you may see
+a very slight degradation in performance even with profiling
+collection turned off. On initial tests with NetBench on an
+SGI Origin 200 server, this degradation was not measureable
+with profile collection off compared to no profile collection
+compiled into samba.
+
+With count profile collection enabled on all clients, the
+degradation was less than 2%. With full profile collection
+enabled on all clients, the degradation was about 8.5%.
+
+
=====================================================================
If you think you have found a bug please email a report to :