public abstract class AbstractMetrics extends Object implements IGangliaAttributes
| Modifier and Type | Field and Description | 
|---|---|
| protected int | dmax | 
| static Map<String,String[]> | emptyMap | 
| protected String | hostName | 
| protected GangliaSlopeEnum | slope | 
| protected int | tmax | 
ATTR_DESC, ATTR_GROUP, ATTR_TITLE, GROUP_CORE, GROUP_CPU, GROUP_DISK, GROUP_LOAD, GROUP_MEMORY, GROUP_NETWORK, GROUP_PROCESS, GROUP_SYSTEM| Constructor and Description | 
|---|
| AbstractMetrics(String hostName,
               GangliaSlopeEnum slope,
               int tmax,
               int dmax) | 
protected final String hostName
protected final GangliaSlopeEnum slope
protected final int tmax
protected final int dmax
public AbstractMetrics(String hostName, GangliaSlopeEnum slope, int tmax, int dmax)
hostName - The name of this host.slope - The default value to use in the declarations.tmax - The value of tmax to use in the declarations.dmax - The value of dmax to use in the declarations.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.