1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="smbstatus.1">
6 <refentrytitle>smbstatus</refentrytitle>
7 <manvolnum>1</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">User Commands</refmiscinfo>
10 <refmiscinfo class="version">4.0</refmiscinfo>
15 <refname>smbstatus</refname>
16 <refpurpose>report on current Samba connections</refpurpose>
21 <command>smbstatus</command>
22 <arg choice="opt">-P</arg>
23 <arg choice="opt">-b</arg>
24 <arg choice="opt">-d <debug level></arg>
25 <arg choice="opt">-v</arg>
26 <arg choice="opt">-L</arg>
27 <arg choice="opt">-B</arg>
28 <arg choice="opt">-p</arg>
29 <arg choice="opt">-S</arg>
30 <arg choice="opt">-N</arg>
31 <arg choice="opt">-f</arg>
32 <arg choice="opt">-s <configuration file></arg>
33 <arg choice="opt">-u <username></arg>
38 <title>DESCRIPTION</title>
40 <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
41 <manvolnum>7</manvolnum></citerefentry> suite.</para>
43 <para><command>smbstatus</command> is a very simple program to
44 list the current Samba connections.</para>
48 <title>OPTIONS</title>
52 <term>-P|--profile</term>
53 <listitem><para>If samba has been compiled with the
54 profiling option, print only the contents of the profiling
55 shared memory area.</para></listitem>
59 <term>-b|--brief</term>
60 <listitem><para>gives brief output.</para></listitem>
67 <term>-v|--verbose</term>
68 <listitem><para>gives verbose output.</para></listitem>
73 <term>-L|--locks</term>
74 <listitem><para>causes smbstatus to only list locks.</para>
80 <term>-B|--byterange</term>
81 <listitem><para>causes smbstatus to include byte range locks.
87 <term>-p|--processes</term>
88 <listitem><para>print a list of <citerefentry><refentrytitle>smbd</refentrytitle>
89 <manvolnum>8</manvolnum></citerefentry> processes and exit.
90 Useful for scripting.</para></listitem>
95 <term>-S|--shares</term>
96 <listitem><para>causes smbstatus to only list shares.</para>
101 <term>-N|--notify</term>
102 <listitem><para>causes smbstatus to display registered file
108 <term>-f|--fast</term>
109 <listitem><para>causes smbstatus to not check if the status data
110 is valid by checking if the processes that the status data refer to all still
111 exist. This speeds up execution on busy systems and clusters but
112 might display stale data of processes that died without cleaning up properly.</para>
119 <term>-u|--user=<username></term>
120 <listitem><para>selects information relevant to <parameter>username</parameter> only.</para>
128 <title>VERSION</title>
130 <para>This man page is correct for version 3 of
131 the Samba suite.</para>
135 <title>SEE ALSO</title>
136 <para><citerefentry><refentrytitle>smbd</refentrytitle>
137 <manvolnum>8</manvolnum></citerefentry> and <citerefentry><refentrytitle>smb.conf</refentrytitle>
138 <manvolnum>5</manvolnum></citerefentry>.</para>
142 <title>AUTHOR</title>
144 <para>The original Samba software and related utilities
145 were created by Andrew Tridgell. Samba is now developed
146 by the Samba Team as an Open Source project similar
147 to the way the Linux kernel is developed.</para>
149 <para>The original Samba man pages were written by Karl Auer.
150 The man page sources were converted to YODL format (another
151 excellent piece of Open Source software, available at <ulink url="ftp://ftp.icce.rug.nl/pub/unix/">
152 ftp://ftp.icce.rug.nl/pub/unix/</ulink>) and updated for the Samba 2.0
153 release by Jeremy Allison. The conversion to DocBook for
154 Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2
155 for Samba 3.0 was done by Alexander Bokovoy.</para>