Class ShowSystemStatsCommand


  • public class ShowSystemStatsCommand
    extends Command
    Implements the "SHOW [system] STATS" command.
    • Nested Class Summary

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String[][] PERF_COUNTERS
      These are the performance counters corresponding to various subsystems.
      static java.lang.String STORAGE_SYSTEM  
      private java.lang.String systemName
      The subsystem that we are displaying statistics for.
      • Fields inherited from class edu.caltech.nanodb.commands.Command

        out
    • Constructor Summary

      Constructors 
      Constructor Description
      ShowSystemStatsCommand​(java.lang.String systemName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(NanoDBServer server)
      Actually performs the command.
      • Methods inherited from class java.lang.Object

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

      • systemName

        private java.lang.String systemName
        The subsystem that we are displaying statistics for.
      • PERF_COUNTERS

        private static final java.lang.String[][] PERF_COUNTERS
        These are the performance counters corresponding to various subsystems.
    • Constructor Detail

      • ShowSystemStatsCommand

        public ShowSystemStatsCommand​(java.lang.String systemName)