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

Fields

protected static final String HEAP_KEY

Public constructors

HeapHostMonitor()

Public methods

void dispatch()

Collect and Emits the current host data values.

Fields

HEAP_KEY

protected static final String HEAP_KEY

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.