display fpstats

This command displays configurations of period managers, data savers, counters, or displays a counter with its values.

provadmin display fpstats [ nodename=<value> ]
                                             otype=<value>
                                             [ ctrname=<value> ]
                                             [ dataname=<value> ]
                                             [ name=<value> ]> ]

The following table describes the general options that are valid with the display fpstats command.

Option Description
nodename Fulfillment Provisioning node name. By default, it is the name of the server.
otype Type of object:
  • "pm" or "PeriodManager" for period manager,
  • "ds" or "DataSaver" for data saver,
  • "c" or "Counter" for counter,
  • "rv" or "Raw" for raw counterData value,
  • "sv" or "Sampled" for sampled counterData value,
  • "v" or "Values" for both (raw and sampled) counterData values.

ctrname Counter name.
dataname CounterData name.
name Period manager name, or data saver name.

The following shows the parameters taken into account by display fpstats according to the value of the parameter, 'otype'.

  • provadmin display fpstats otype=pm [ name=PeriodManagerName ]

    If parameter name is not provided, all period managers are displayed.

    If the period manager, "PeriodManagerName" is not found, all period managers which contain "PeriodManagerName" in their name are displayed.

  • provadmin display fpstats otype=ds [ name=DataSaverName ]

    If parameter name is not provided, all data savers are displayed.

    If data saver named "DataSaverName" is not found, all data savers which contain "DataSaverName" in their name are displayed.

  • provadmin display fpstats otype=c [ ctrname=CounterName ]

    If parameter ctrname is not provided, all counters are displayed.

    If counter named "CounterName" is not found, all counters which contain "CounterName" in their name are displayed.

  • provadmin display fpstats otype=rv|sv|v ctrname=CounterName [ dataname=DataName ]

    Counter named "CounterName" must exist.

    If the parameter dataname is not provided, values of all counterData are displayed. Otherwise, if the parameter dataname is provided then only the value(s) of counterData named "DataName" are displayed.