HP-UX Workload Manager User's Guide
Configuring WLM
Enabling statistics logging at reboot
Chapter 5 245
Enabling statistics logging at reboot
The following variables in /etc/rc.config.d/wlm allow you to log statistics
starting at reboot:
• WLM_STATS_LOGGING
Set WLM to start logging statistics at reboot by setting the
WLM_STATS_LOGGING variable in the following file:
/etc/rc.config.d/wlm
Valid values are:
— all
— group
— host
— metric
— slo
Values can be combined, separated by commas, with no white space:
WLM_STATS_LOGGING=slo,metric
Be sure to include double quotes when you request logging less often
than once per WLM interval:
WLM_STATS_LOGGING=”slo=10,metric”
Setting WLM_STATS_LOGGING has the same effect as using the
wlmd -l option. For a description of the -l arguments, see the
reference section “wlmd” on page 374.
You can limit the size of /var/opt/wlm/wlmdstats as explained in the
section “Trimming the statistics log file automatically (optional)” on
page 224.