org.apache.accumulo.server.monitor
public class Monitor extends Object
Modifier and Type | Field and Description |
---|---|
static int |
REFRESH_TIME |
Constructor and Description |
---|
Monitor() |
public static final int REFRESH_TIME
public static Map<String,Double> summarizeTableStats(MasterMonitorInfo mmi)
public static TableInfo summarizeTableStats(TabletServerStatus status)
public static void fetchData()
public void run(String hostname)
public static MasterMonitorInfo getMmi()
public static int getTotalTables()
public static int getTotalTabletCount()
public static int getOnlineTabletCount()
public static long getTotalEntries()
public static double getTotalIngestRate()
public static double getTotalIngestByteRate()
public static double getTotalQueryRate()
public static double getTotalScanRate()
public static double getTotalQueryByteRate()
public static long getTotalHoldTime()
public static Exception getProblemException()
public static Map<String,Map<ProblemType,Integer>> getProblemSummary()
public static GCStatus getGcStatus()
public static long getTotalLookups()
public static long getStartTime()
public static double getLookupRate()
public static AccumuloConfiguration getSystemConfiguration()
public static Instance getInstance()
public static boolean isUsingSsl()
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.