Class DstatCommand

All Implemented Interfaces:
Command

public class DstatCommand extends AbstractJmxCommand
  • Field Details

    • helpFile

      protected String[] helpFile
  • Constructor Details

    • DstatCommand

      public DstatCommand()
  • Method Details

    • 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)