source: vendor/current/docs/manpages/smbstatus.1

Last change on this file was 989, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.7

File size: 3.7 KB
Line 
1'\" t
2.\" Title: smbstatus
3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 10/25/2016
6.\" Manual: User Commands
7.\" Source: Samba 4.4
8.\" Language: English
9.\"
10.TH "SMBSTATUS" "1" "10/25/2016" "Samba 4\&.4" "User Commands"
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31smbstatus \- report on current Samba connections
32.SH "SYNOPSIS"
33.HP \w'\ 'u
34smbstatus [\-P] [\-b] [\-d\ <debug\ level>] [\-v] [\-L] [\-B] [\-p] [\-S] [\-N] [\-f] [\-s\ <configuration\ file>] [\-u\ <username>] [\-n|\-\-numeric] [\-R|\-\-profile\-rates]
35.SH "DESCRIPTION"
36.PP
37This tool is part of the
38\fBsamba\fR(7)
39suite\&.
40.PP
41smbstatus
42is a very simple program to list the current Samba connections\&.
43.SH "OPTIONS"
44.PP
45\-P|\-\-profile
46.RS 4
47If samba has been compiled with the profiling option, print only the contents of the profiling shared memory area\&.
48.RE
49.PP
50\-R|\-\-profile\-rates
51.RS 4
52If samba has been compiled with the profiling option, print the contents of the profiling shared memory area and the call rates\&.
53.RE
54.PP
55\-b|\-\-brief
56.RS 4
57gives brief output\&.
58.RE
59.PP
60\-v|\-\-verbose
61.RS 4
62gives verbose output\&.
63.RE
64.PP
65\-L|\-\-locks
66.RS 4
67causes smbstatus to only list locks\&.
68.RE
69.PP
70\-B|\-\-byterange
71.RS 4
72causes smbstatus to include byte range locks\&.
73.RE
74.PP
75\-p|\-\-processes
76.RS 4
77print a list of
78\fBsmbd\fR(8)
79processes and exit\&. Useful for scripting\&.
80.RE
81.PP
82\-S|\-\-shares
83.RS 4
84causes smbstatus to only list shares\&.
85.RE
86.PP
87\-N|\-\-notify
88.RS 4
89causes smbstatus to display registered file notifications
90.RE
91.PP
92\-f|\-\-fast
93.RS 4
94causes 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\&.
95.RE
96.PP
97\-u|\-\-user=<username>
98.RS 4
99selects information relevant to
100\fIusername\fR
101only\&.
102.RE
103.PP
104\-n|\-\-numeric
105.RS 4
106causes smbstatus to display numeric UIDs and GIDs instead of resolving them to names\&.
107.RE
108.SH "VERSION"
109.PP
110This man page is correct for version 3 of the Samba suite\&.
111.SH "SEE ALSO"
112.PP
113\fBsmbd\fR(8)
114and
115\fBsmb.conf\fR(5)\&.
116.SH "AUTHOR"
117.PP
118The 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\&.
119.PP
120The 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
121ftp://ftp\&.icce\&.rug\&.nl/pub/unix/) 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\&.
Note: See TracBrowser for help on using the repository browser.