Visit Azul.com Support

List-Managed-Scheduled-Executor-Services

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Lists managed scheduled executor service resources.

Synopsis

 
asadmin [asadmin-options] list-managed-scheduled-executor-services [--help] [target]

Description

The list-managed-scheduled-executor-services subcommand lists managed scheduled executor service resources.

This subcommand is supported in remote mode only.

Options

asadmin-options: Options for the asadmin utility. For information about these options, see the asadmin help page. --help: -?: Displays the help text for the subcommand.

Operands

target: Specifies the target for which managed scheduled executor service resources are to be listed. Valid targets are:

+ server;; Lists the resources on the default server instance. This is the default value. domain;; Lists the resources for the domain. cluster-name;; Lists the resources on all server instances in the specified cluster. instance-name;; Lists the resources on a specified server instance.

Examples

Example 1 Listing Managed Scheduled Executor Service Resources

This example lists managed scheduled executor service resources on the default server instance.

 
asadmin> list-managed-scheduled-executor-services concurrent/__defaultManagedExecutorService concurrent/ScheduledExecutor1 concurrent/ScheduledExecutor2 Command list-managed-scheduled-executor-services executed successfully.

Exit Status

0: subcommand executed successfully 1: error in executing the subcommand

See Also