HP-UX Workload Manager User's Guide
WLM command reference
wlmrcvdc
Appendix A 389
This utility simplifies the process of providing WLM the data it needs to
gauge SLO performance, set shares-per-metric allocations, and
enable/disable SLOs. By using wlmrcvdc, you can avoid using the WLM
API, which is discussed in “Sending data from a collector written in C” on
page 499.
On the command line, the following options are available:
-h Displays usage information and exits. This option
overrides all other options.
-V Displays version information and exits. This option
overrides all other options except -h.
Otherwise, use wlmrcvdc only in a WLM configuration file, as a value for
a coll_argv keyword:
tune metric {
...
coll_argv = wlmrcvdc options_and_arguments;
...
}
For information on coll_argv, see “Specifying a data collector
(optional)” on page 215.
The options_and_arguments are based on whether the data source is a
named pipe or a command’s standard output:
• Named pipe
[-u user] [-g group]
• A command’s standard output
[-u user] [-g group] command [args...]
where:
-u user
Sets the user (owner) of the FIFO file to user (symbolic
or numeric) and gives user write permission on the
rendezvous point. If command is specified, this option
also sets the owner of the command process to user. By
default, user is root.