HeapHostMonitor
public
class
HeapHostMonitor
extends AbstractHostMonitor
| java.lang.Object | |||
| ↳ | java.lang.Thread | ||
| ↳ | 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 ()
현재 호스트 데이터 값을 수집하고 내보냅니다. 대기열에 이벤트가 있는 경우 내보내야 합니다.