man8/DMANcommand_v2
Table of Contents
DMANcommand_v2 - issue operational commands to
DMANserv_v2(8)
DMANcommand_v2
[dman_host] [cmd]
This program issues various commands to
DMANserv_v2(8)
.
- dman_host - required
the host where DMANserv_v2(8)
is running
- cmd - required
Valid commands are listed below.
- stop
- collect
- tune
- clr
- endrun
#!/bin/sh
#
# tell DMANserv_v2 to stop collecting data
#
DMANcommand_v2 localhost stop
Commands corresponding to autorange
off/on, mode select, and park off/on can’t be implemented because of the
way
DMANserv_v2(8)
does business. You should use the runlist directives
instead.
This program is deprecated. Use DMANcontrol_v2(8)
instead.
$Id: DMANcommand_v2.8,v 2.1 2007/08/06 12:38:22 kitchen Exp
$
Table of Contents