Viewing cluster utilization using the CLI

Prev Next

Use the commands in this section to monitor cluster utilization and view related configuration settings.

Note

You can also view cluster utilization information from the Virtual Execution CLI. See ???.

To view utilization statistics:
  1. Log in to the Central Management CLI.

  2. Enable the CLI enable mode:

    cm-hostname > enable
  3. To view daily statistics:

    cm-hostname # show cmc mvx cluster <cluster name> stats daily
  4. To view hourly statistics:

    cm-hostname # show cmc mvx cluster <cluster name> stats hourly
To view utilization configuration settings:
  1. Log in to the Central Management CLI.

  2. Enable the enable CLI mode:

    cm-hostname > enable
  3. View configuration settings:

    cm-hostname # show cmc mvx status cluster-sizing config

Examples

The following example shows daily statistics for Cluster-Acme.

The following example shows daily statistics for Cluster-Acme.

cm-1 # show cmc mvx cluster Cluster-Acme stats daily

                       Util     Submission   Submission   Submission
Time                   (%)      Incoming     Done         Dropped
====================================================================
2019/05/23  00:00:00   0.41         431         115     135
2019/05/22 00:00:00    0.00         0           0       0

The following example shows hourly statistics for Cluster-Acme.

cm-1 # show cmc mvx cluster Cluster-Acme stats hourly

                        Util     Submission  Submission   Submission
Time                    (%)      Incoming    Done         Dropped
=====================================================================
2019/05/23 23:00:00     0.00     30          10            20
2019/05/22 22:00:00     0.00     21          10            11
2019/05/22 21:00:00     0.33     915         902           13
2019/05/22 20:00:00     0.33     27          6             21
...
The following example shows utilization configuration data for the clusters managed by
this Central Management appliance.

cm-1 # show cmc mvx status cluster-sizing config

MVX Cluster Sizing Configurations:
    Enabled                        : yes
    Utilization Warning Threshold  : 80%
    Utilization Critical Threshold : 95%

Output fields

Field

Description

Time

Time period covered by the reported data.

Util (%)

The cluster utilization shown as a percentage of total capacity.

Submission Incoming

Number of submissions the cluster received.

Submission Done

Number of submissions that completed analysis.

Submission Dropped

Number of submissions that were dropped because the cluster was oversubscribed.

Enabled

Whether cluster utilization and performance data is currently being collected and reported. This functionality is enabled by default. You can disable and re-enable this functionality as described in Disabling cluster utilization statistics.

Utilization Warning Threshold

The percentage of total capacity at which warning alerts are raised. The default is 80%. You can change the percentage as described in Changing alert levels.

Utilization Critical Threshold

The percentage of total capacity at which critical alerts are raised. The default is 95%. You can change the percentage as described in Changing alert levels.