myarmservcmd
Online section / Guides / User Guide / Tools / Command line / myarmservcmd
contact |
download |
sitemap
myarmservcmd -- sends commands to MyARM daemon processes
The myarmservcmd command line tool is used to send commands to MyARM server processes. With these commands it is possible to trigger actions within these servers.
Command line options
Usage:
myarmservcmd [options] name command
Options
The myarmservcmd command supports the standard options described in appendix "Standard options" and the following options:
- -l num, --loop num
- executes the specified command within a loop num times
- -r num, --retry num
- If execution fails, retry num times before terminating
- -w secs, --wait secs
- Wait secs seconds between a retry or a loop iteration
Arguments
The name argument is used to specify to which server the command should be send. Currently the following names are supported:
- tcpd
- sends the given command to the myarmtcpd server process.
- filed
- sends the given command to the myarmfiled server process.
The command argument specifies the command to be executed. The following set of commands are supported by all daemons:
help- queries all available commands for this server.
info- queries general version and build information about the running server.
stop- signals the server to terminate.
For server specific commands see the appropriate server section.
See Also
myarmoptions, myarmconfig, myarmtcpd, myarmfiled