tsmb-status
Usage: tsmb-status [<option>,...] [<subcommand> [<parameter>,...]]
Available options:
Option | Description |
---|---|
-c <path> | Specifies a path to the configuration file. (Default is /etc/tsmb.conf ) |
-v | Shows the version. |
-h | Shows the help message. |
Available subcommands:
Command | Description |
---|---|
stats | List server statistics |
help | Display this or command specific help message |
tsmb-status stats
This subcommand shows server statistics.
Usage: tsmb-status [<option>,...] stats [<parameter>,...]
Available Options:
Option | Description |
---|---|
-c <path> | Specifies a path to the configuration file. (Default is /etc/tsmb.conf ) |
Available parameters:
Parameter | Description |
---|---|
--category <category>[,<category>,...] | A comma-separated list of categories for which to retrieve statistics, where <category> is one of:• all : (Default) Retrieve statistics from all the categories.• connection : Retrieve statistics about SMB connections.• session : Retrieve statistics about SMB sessions. |
--format <format> | Specify the format in which to output the statistics, where <format> is one of:• tabular : (Default) Output in a tabular format.• json : Output in JSON format. |
--verbose | Show internal statistics. |
-h | Shows the help message. |
tsmb-status help
This subcommand shows the help message for the tsmb-status
command.