From: Jule Anger Date: Wed, 13 Aug 2025 09:01:00 +0000 (+0200) Subject: WHATSNEW: add Per-share profiling stats X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fv4-23-test;p=thirdparty%2Fsamba.git WHATSNEW: add Per-share profiling stats Signed-off-by: Shachar Sharon --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d65c6fb3d8c..27fae5331d2 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -53,6 +53,20 @@ CTDB changes edit") while still allowing local administrators to add their own tunables settings (in one or more separate files). +Per-share profiling stats +------------------------- +Starting with Samba 4.23, users can collect profile counters at a +per-share level. This feature requires building Samba with profiling +data enabled and adding an appropriate `smb.conf` parameter for +specific shares. It's particularly useful for deployments with a large +number of active shares, allowing administrators to monitor individual +share activity and identify potential bottlenecks or hot-spots. When +enabled, users can inspect current per-share profile information +("Extended Profile") using the standard `smbstatus` utility. + +Currently, this functionality is supported only by the default and +`ceph_new` VFS modules. + REMOVED FEATURES ================