vovmetric

Manipulate VOV metrics. Metrics are organized by family. Available families are design (1), server (2), and FairShare (4).


vovmetric: Usage Message

DESCRIPTION:
    Manipulate VOV metrics. Metrics are organized by family.
    The SERVER family is available out of the box. The DESIGN family must
    be populated by the user. FAMILY can be anything as long as it is 
    upper case. 

USAGE:
    % vovmetric ACTION [OPTIONS]

OPTIONS:
    -h                  -- This help.
    -v                  -- Increase verbosity.
    -family             -- Requires -family <FAMILY> to be passed when not 
                           using the default. <FAMILY> must be upper case.
                           (default DESIGN)

ACTIONS:
    enable              -- Enable the metric system.
    disable             -- Disable the metric system (all metrics are lost).
    usedb               -- Set to:
                            -0 = To use metrics from in-memory metrics database
                            -1 = To use metrics from time-series database
    add                 -- Add point to a metric, creating metric
                           if necessary.
    get                 -- Get info about a metric.
    list                -- List all metrics; same as 'show'.
    show                -- Same as 'list'.
    delete              -- Delete specified metric.
    save                -- Save specified metric to disk. Metric data files
                           are stored per family in SWD/data/metrics.
    status              -- Show metric subsystem status:
                             -1 = enabled, but unlicensed
                              0 = disabled
                              N = enabled, masked against metric family

EXAMPLES:
    % vovmetric add -name JobsToGo -value 33
    % vovmetric delete -name JobsToGo
    % vovmetric list -rx Jobs
    % vovmetric get -name JobsToGo