HeapHostMonitor
public
class
HeapHostMonitor
extends AbstractHostMonitor
| java.lang.Object | ||
| ↳ | com.android.tradefed.util.hostmetric.AbstractHostMonitor | |
| ↳ | com.android.tradefed.util.hostmetric.HeapHostMonitor | |
AbstractHostMonitor implementation that monitors the heap memory on the host and log it
periodically to the history log.
Summary
Constants | |
|---|---|
String |
HEAP_KEY
|
Public constructors | |
|---|---|
HeapHostMonitor()
|
|
Public methods | |
|---|---|
void
|
dispatch()
Collect and Emits the current host data values. |
Constants
HEAP_KEY
protected static final String HEAP_KEY
Constant Value: "heap_memory_Mbytes"
Public constructors
HeapHostMonitor
public HeapHostMonitor ()
Public methods
dispatch
public void dispatch ()
Collect and Emits the current host data values. Should emits the Events of the Queue if any.