2004-04-07 14:15:11 +04:00
<?xml version="1.0" encoding="iso-8859-1"?>
2005-03-12 22:33:59 +03:00
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
2004-04-07 14:15:11 +04:00
<refentry id= "smbstatus.1" >
<refmeta >
<refentrytitle > smbstatus</refentrytitle>
<manvolnum > 1</manvolnum>
2008-04-07 00:26:45 +04:00
<refmiscinfo class= "source" > Samba</refmiscinfo>
<refmiscinfo class= "manual" > User Commands</refmiscinfo>
2009-09-08 17:39:57 +04:00
<refmiscinfo class= "version" > 3.6</refmiscinfo>
2004-04-07 14:15:11 +04:00
</refmeta>
<refnamediv >
<refname > smbstatus</refname>
<refpurpose > report on current Samba connections</refpurpose>
</refnamediv>
<refsynopsisdiv >
<cmdsynopsis >
<command > smbstatus</command>
<arg choice= "opt" > -P</arg>
<arg choice= "opt" > -b</arg>
<arg choice= "opt" > -d < debug level> </arg>
<arg choice= "opt" > -v</arg>
<arg choice= "opt" > -L</arg>
<arg choice= "opt" > -B</arg>
<arg choice= "opt" > -p</arg>
<arg choice= "opt" > -S</arg>
2012-07-16 19:09:24 +04:00
<arg choice= "opt" > -N</arg>
2012-07-16 19:06:11 +04:00
<arg choice= "opt" > -f</arg>
2004-04-07 14:15:11 +04:00
<arg choice= "opt" > -s < configuration file> </arg>
<arg choice= "opt" > -u < username> </arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 >
<title > DESCRIPTION</title>
2004-04-27 18:43:44 +04:00
<para > This tool is part of the <citerefentry > <refentrytitle > samba</refentrytitle>
2004-04-07 14:15:11 +04:00
<manvolnum > 7</manvolnum> </citerefentry> suite.</para>
<para > <command > smbstatus</command> is a very simple program to
list the current Samba connections.</para>
</refsect1>
<refsect1 >
<title > OPTIONS</title>
<variablelist >
<varlistentry >
<term > -P|--profile</term>
<listitem > <para > If samba has been compiled with the
profiling option, print only the contents of the profiling
shared memory area.</para> </listitem>
</varlistentry>
<varlistentry >
<term > -b|--brief</term>
<listitem > <para > gives brief output.</para> </listitem>
</varlistentry>
2008-01-10 11:39:53 +03:00
&stdarg.server.debug;
2004-04-07 14:15:11 +04:00
&popt.common.samba;
2008-01-10 11:39:53 +03:00
2004-04-07 14:15:11 +04:00
<varlistentry >
<term > -v|--verbose</term>
<listitem > <para > gives verbose output.</para> </listitem>
</varlistentry>
<varlistentry >
<term > -L|--locks</term>
<listitem > <para > causes smbstatus to only list locks.</para>
</listitem>
</varlistentry>
<varlistentry >
<term > -B|--byterange</term>
<listitem > <para > causes smbstatus to include byte range locks.
</para> </listitem>
</varlistentry>
<varlistentry >
<term > -p|--processes</term>
<listitem > <para > print a list of <citerefentry > <refentrytitle > smbd</refentrytitle>
<manvolnum > 8</manvolnum> </citerefentry> processes and exit.
Useful for scripting.</para> </listitem>
</varlistentry>
<varlistentry >
<term > -S|--shares</term>
<listitem > <para > causes smbstatus to only list shares.</para>
</listitem>
</varlistentry>
2012-07-16 19:09:24 +04:00
<varlistentry >
<term > -N|--notify</term>
<listitem > <para > causes smbstatus to display registered file
notifications</para>
</listitem>
</varlistentry>
2012-07-16 19:06:11 +04:00
<varlistentry >
<term > -f|--fast</term>
<listitem > <para > causes smbstatus to not check if the status data
is valid by checking if the processes that the status data refer to all still
exist. This speeds up execution on busy systems and clusters but
might display stale data of processes that died without cleaning up properly.</para>
</listitem>
</varlistentry>
2004-04-07 14:15:11 +04:00
&stdarg.help;
<varlistentry >
<term > -u|--user=< username> </term>
2004-12-20 17:03:32 +03:00
<listitem > <para > selects information relevant to <parameter > username</parameter> only.</para>
2004-04-07 14:15:11 +04:00
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 >
<title > VERSION</title>
2008-05-13 12:18:37 +04:00
<para > This man page is correct for version 3 of
2004-04-07 14:15:11 +04:00
the Samba suite.</para>
</refsect1>
<refsect1 >
<title > SEE ALSO</title>
<para > <citerefentry > <refentrytitle > smbd</refentrytitle>
<manvolnum > 8</manvolnum> </citerefentry> and <citerefentry > <refentrytitle > smb.conf</refentrytitle>
<manvolnum > 5</manvolnum> </citerefentry> .</para>
</refsect1>
<refsect1 >
<title > AUTHOR</title>
<para > The original Samba software and related utilities
were created by Andrew Tridgell. Samba is now developed
by the Samba Team as an Open Source project similar
to the way the Linux kernel is developed.</para>
<para > The original Samba man pages were written by Karl Auer.
The man page sources were converted to YODL format (another
excellent piece of Open Source software, available at <ulink url= "ftp://ftp.icce.rug.nl/pub/unix/" >
ftp://ftp.icce.rug.nl/pub/unix/</ulink> ) and updated for the Samba 2.0
release by Jeremy Allison. The conversion to DocBook for
Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2
for Samba 3.0 was done by Alexander Bokovoy.</para>
</refsect1>
</refentry>