Class TimeseriesStatsCommand

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action

    public class TimeseriesStatsCommand
    extends java.lang.Object
    implements org.apache.karaf.shell.api.action.Action
    Shows statistics of the time series layer. Install: feature:install opennms-timeseries-shell Usage: type opennms:ts-stats in karaf console
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeseriesStatsCommand

        public TimeseriesStatsCommand()
    • Method Detail

      • execute

        public java.lang.Object execute()
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action