Smart Plug-in for WebLogic Server User's Guide

Chapter 3: Using and Customizing the WebLogic Server SPI
Advanced Template Customizations
3-13
USING THE WEBLOGIC SERVER COMMAND PARAMETERS
WLS-SPI data collections are started with the wasspi_wls_ca command, to
which you can add other parameters, as identified in the following table.
Parameter Function Syntax with Example
-c (collector) Specifies
collector template name.
(required)
-c <collector_template_name>
Note: Must match the collector template name
in which it appears.
Example: -c WLSSPI-05min
-m (metric) Specifies the
metric numbers or
number ranges on which
to collect data.
-m <metric_number,metric_number_range>
Example: -m 1,3-5,9-11,15
-t (tag) Allows you to create
a new template group by
adding a prefix to an
existing collector
template along with the
metric number(s).
wasspi_wls_ca
<prefix>-<collector _template>
-m <metric_number> -t <prefix>-
Example:
wasspi_wls_ca -c DEV-WLSSPI-61-1h
-m 220-223 -t DEV-
-i (include) Allows you to
list specific servers to
monitor. This option may
not be used with -e
option.
-i <server_name>
Example: -i server1,server3
-e (exclude) Allows you to
exclude specific servers;
may not be used with -i
option.
-e <server_name>
Example: -e server1,server3