smbstat(1M)						  System Administration Commands					       smbstat(1M)

NAME
smbstat - show Solaris CIFS file server statistics SYNOPSIS
smbstat [-di] DESCRIPTION
The smbstat command shows statistical information for the smbd server. When the -i option is specified, the smbstat command shows general information about the CIFS service. For instance, smbstat -i shows the number of sessions, connections, and open files. The -d option shows dispatched CIFS request counters. By default, the smbstat command shows all statistics. OPTIONS
The smbstat command includes the following options: -d Shows all the dispatched CIFS requests on the CIFS server. This option shows count statistics based on request activity. -i Shows the following information for the CIFS server: connections Number of CIFS connections. open_files Number of files open on the CIFS server. sessions Number of active CIFS sessions. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. ATTRIBUTES
See the attributes(5) man page for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsmbsu | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ |Utility Output Format |Not-an-Interface | +-----------------------------+-----------------------------+ SEE ALSO
sharectl(1M), sharemgr(1M), smbadm(1M), smbstat(1M), attributes(5) SunOS 5.11 4 Aug 2008 smbstat(1M)