Class Monitor

    • Method Detail

      • fetchData

        public void fetchData()
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • getTotalTables

        public int getTotalTables()
      • getTotalTabletCount

        public int getTotalTabletCount()
      • getTotalEntries

        public long getTotalEntries()
      • getTotalIngestRate

        public double getTotalIngestRate()
      • getTotalQueryRate

        public double getTotalQueryRate()
      • getTotalScanRate

        public double getTotalScanRate()
      • getTotalHoldTime

        public long getTotalHoldTime()
      • getProblemException

        public Exception getProblemException()
      • getGcStatus

        public GCStatus getGcStatus()
      • getTotalLookups

        public long getTotalLookups()
      • getStartTime

        public long getStartTime()
      • getIngestByteRateOverTime

        public List<Pair<Long,​Double>> getIngestByteRateOverTime()
      • getMinorCompactionsOverTime

        public List<Pair<Long,​Integer>> getMinorCompactionsOverTime()
      • getMajorCompactionsOverTime

        public List<Pair<Long,​Integer>> getMajorCompactionsOverTime()
      • getLookupRate

        public double getLookupRate()
      • getIndexCacheHitRateOverTime

        public List<Pair<Long,​Double>> getIndexCacheHitRateOverTime()
      • getDataCacheHitRateOverTime

        public List<Pair<Long,​Double>> getDataCacheHitRateOverTime()