com.jalios.jcms.monitoring
Class Measure
java.lang.Object
  
com.jalios.jcms.monitoring.Measure
public class Measure
- extends Object
 
Event that store all the values which are taken for a monitoring measures.
- Since:
 
  - jcms-5.7
 
- Version:
 
  - $Revision: 23696 $
 
- Author:
 
  - Olivier Jaquemet 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
REVISION
public static final String REVISION
- See Also:
 - Constant Field Values
 
NAME
public static final String NAME
- See Also:
 - Constant Field Values
 
MEASURE_MEM_FREE
protected static final String MEASURE_MEM_FREE
- See Also:
 - Constant Field Values
 
MEASURE_MEM_TOTAL
protected static final String MEASURE_MEM_TOTAL
- See Also:
 - Constant Field Values
 
MEASURE_MEM_MAX
protected static final String MEASURE_MEM_MAX
- See Also:
 - Constant Field Values
 
MEASURE_DATA_NBR
protected static final String MEASURE_DATA_NBR
- See Also:
 - Constant Field Values
 
MEASURE_DBDATA_NBR
protected static final String MEASURE_DBDATA_NBR
- See Also:
 - Constant Field Values
 
MEASURE_UGC_NBR
protected static final String MEASURE_UGC_NBR
- See Also:
 - Constant Field Values
 
MEASURE_CONTENT_NBR
protected static final String MEASURE_CONTENT_NBR
- See Also:
 - Constant Field Values
 
MEASURE_DOC_NBR
protected static final String MEASURE_DOC_NBR
- See Also:
 - Constant Field Values
 
MEASURE_MBR_NBR
protected static final String MEASURE_MBR_NBR
- See Also:
 - Constant Field Values
 
MEASURE_REQUEST_NBR
protected static final String MEASURE_REQUEST_NBR
- See Also:
 - Constant Field Values
 
MEASURE_LOGGED_SESSION_NBR
protected static final String MEASURE_LOGGED_SESSION_NBR
- See Also:
 - Constant Field Values
 
MEASURE_GUEST_SESSION_NBR
protected static final String MEASURE_GUEST_SESSION_NBR
- See Also:
 - Constant Field Values
 
MEASURE_ROBOT_SESSION_NBR
protected static final String MEASURE_ROBOT_SESSION_NBR
- See Also:
 - Constant Field Values
 
EVENT_TIME
protected static final String EVENT_TIME
- See Also:
 - Constant Field Values
 
Measure
public Measure(MonitoringManager mm)
- Create a new measure with current system values
- Parameters:
 mm - the MonitoringManager instance- Since:
 
  - jcms-5.7
 
 
Measure
public Measure(MonitoringManager mm,
               Attributes atts)
- Create a new measure by reading given XML attributes
- Parameters:
 mm - the MonitoringManager instanceatts - the attributes of the XML element- Since:
 
  - jcms-5.7
 
 
Measure
public Measure(MonitoringManager mm,
               long time,
               Random rand,
               Measure baseMeasure)
- Create a new measure with random values
- Parameters:
 mm - the MonitoringManager instancetime - the time of this measurerand - a Random seed to usebaseMeasure - the base measure around which random value will be generated- Since:
 
  - jcms-5.7
 
 
getName
public String getName()
 
 
getXmlString
public String getXmlString()
 
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.