Class DstatCommand

    • Field Detail

      • helpFile

        protected String[] helpFile
    • Constructor Detail

      • DstatCommand

        public DstatCommand()
    • Method Detail

      • runTask

        protected void runTask​(List<String> tokens)
                        throws Exception
        Execute the dstat command, which allows you to display information for topics or queue in a tabular format.
        Specified by:
        runTask in class AbstractCommand
        Parameters:
        tokens - - command arguments
        Throws:
        Exception
      • getName

        public String getName()
      • getOneLineDescription

        public String getOneLineDescription()
      • printHelp

        protected void printHelp()
        Print the help messages for this command
        Specified by:
        printHelp in class AbstractCommand
      • filterMBeans

        protected boolean filterMBeans​(ObjectInstance obj)