Abf-admin: Difference between revisions

From PMFLib Wiki
Jump to navigation Jump to search
(Created page with "Navigation: Documentation / Methods / Adaptive Biasing Force Method / ABF:Utilities / abf-admin ---- {{ABFUtils}} '''Name''' abf-admin '''Synopsis''' <s...")
 
No edit summary
Line 44: Line 44:
{| style="margin-left: 2em; width: 95%;"
{| style="margin-left: 2em; width: 95%;"
|- style="vertical-align: top; background-color: #e6e6e6;"
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">-s, --serverkey FILE</span><br/><span style="margin-left: 30px;">Name of file containing the server key. The server key contains the server name, port, and password. This option is mutually exclusive with 'password' option.</span><br/><span style="color:purple; margin-left: 30px;">(Default: )</span>
|<span style="color: blue;">-s, --serverkey FILE</span><br/><span style="margin-left: 30px;">Name of file containing the server key. The server key contains the server name, port, and password. This option is mutually exclusive with 'password' option.</span>
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<span style="color: blue;">-p, --password FILE</span><br/><span style="margin-left: 30px;">Name of file containing the server magic word. If the pasword is not provided via this option or via the server key then it is read interactively from the keyboard. This option is mutually exclusive with 'serverkey' option.</span><br/><span style="color:purple; margin-left: 30px;">(Default: )</span>
|<span style="color: blue;">-p, --password FILE</span><br/><span style="margin-left: 30px;">Name of file containing the server magic word. If the pasword is not provided via this option or via the server key then it is read interactively from the keyboard. This option is mutually exclusive with 'serverkey' option.</span>
|- style="vertical-align: top; background-color: #e6e6e6;"
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">-v, --verbose</span><br/><span style="margin-left: 30px;">Increase output verbosity.</span>
|<span style="color: blue;">-v, --verbose</span><br/><span style="margin-left: 30px;">Increase output verbosity.</span>

Revision as of 13:45, 18 April 2016

Navigation: Documentation / Methods / Adaptive Biasing Force Method / ABF:Utilities / abf-admin


ABF Utilities

Name

abf-admin

Synopsis

abf-admin [OPTIONS] [--] abf://server[:port]/command

Description

The utility that controls the behaviour and state of the server implementing the multiple walkers extension of the ABF method.

Arguments

abf://server[:port]/command

It provides the action specification. The server is either the DNS name, IP address of the server or word 'serverkey'. In the later case the information about the server is read from the server key file. Port number on which the server is listen may be optionally provided. Finally, the command is administration task, which can be one of the following:

info prints information about registered clients
flush save the accumulated ABF data on server side
get?file=NAME get the accumulated ABF data and saves them locally to the file with NAME
shutdown stop the server execution
errors print errors from the server stack

Options

-s, --serverkey FILE
Name of file containing the server key. The server key contains the server name, port, and password. This option is mutually exclusive with 'password' option.
-p, --password FILE
Name of file containing the server magic word. If the pasword is not provided via this option or via the server key then it is read interactively from the keyboard. This option is mutually exclusive with 'serverkey' option.
-v, --verbose
Increase output verbosity.
--version
Output version information and exit.
-h, --help
Display this help and exit.