HeapHostMonitor

public class HeapHostMonitor
extends AbstractHostMonitor

java.lang.Object
   ↳ com.android.tradefed.util.hostmetric.AbstractHostMonitor
     ↳ com.android.tradefed.util.hostmetric.HeapHostMonitor


호스트의 힙 메모리를 모니터링하고 주기적으로 기록 로그에 로깅하는 AbstractHostMonitor 구현

요약

상수

String HEAP_KEY

공개 생성자

HeapHostMonitor()

공개 메서드

void dispatch()

현재 호스트 데이터 값을 수집하고 내보냅니다.

상수

HEAP_KEY

protected static final String HEAP_KEY

상수 값: 'heap_memory_Mbytes'

공개 생성자

HeapHostMonitor

public HeapHostMonitor ()

공개 메서드

디스패치

public void dispatch ()

현재 호스트 데이터 값을 수집하고 내보냅니다. 대기열의 이벤트를 내보내야 합니다(있는 경우).