SMBSTAT(8) Maintenance Commands and Procedures SMBSTAT(8)

smbstatreport SMB server statistics

smbstat [-ctu] [-r [-anz]] [interval]

The smbstat command shows statistical information for the SMB server, including any or all of the following four categories: counters, throughput, utilization, . By default, smbstat shows throughput and utilization.

Display counters. The columns shown are:
NetBIOS connections
TCP connections
logged on users
share connections
open files and directories
open named pipes
Display data, one row for each SMB command. The columns shown are, for each request type:
(name)
command name
command code
% of requests that fall in this row
received bytes per second
transmitted bytes per second
requests per second
response time average
response time standard deviation
Display throughput. The columns shown are:
received bytes per second
transmitted bytes per second
requests per second
number of read requests per second
number of write requests per second
Display utilization. The columns shown are:
average number of waiting requests
average number of running requests
average wait time per request
average run time per request
% of time there were waiting requests
% of time there were running requests
utilization, computed as rcnt/
has the server been "saturated" (u% at 100)
% of CPU time in user space
% of CPU time in kernel
% of CPU time spent idle

The -r option supports additional modifiers including:

show "all" request types (including unsupported ones)
"name" order (sort by request name)
suppress "zero" count rows (types for which none were received)

interval
When interval is specified, smbstat runs in a loop, printing the requested output every interval seconds. When no interval is specified, the statistics presented are based on running averages accumulated since the system started. The first output shows the same cumulative statistics one would see without the interval specified, and subsequent outputs represent the activity in the interval that just finished.

. Output format is

sharectl(8), sharemgr(8), smbadm(8), smbd(8)

November 22, 2013 OmniOS