Mtd-admin

From PMFLib Wiki
Revision as of 15:09, 1 April 2016 by Xstepan3 (talk | contribs) (Created page with "Navigation: Documentation / Methods / Metadynamics / MTD:Utilities / mtd-admin ---- {{MTDUtils}} '''Name''' mtd-admin '''Synopsis''' <span style="color:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Navigation: Documentation / Methods / Metadynamics / MTD:Utilities / mtd-admin


MTD Utilities

Name

mtd-admin

Synopsis

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

Description

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

Arguments

mtd://server[:port]/command

It provides the action specification. The server is either the DNS name or IP address of the server or word 'serverkey'. In the later case, the information about the server is read from the server key file. The 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 print information about registered clients
flush save the accumulated MTD data on the server side
get?file=NAME get the accumulated MTD 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.
(Default: )
-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.
(Default: )
-v, --verbose
Increase output verbosity.
--version
Output version information and exit.
-h, --help
Display this help and exit.