<< Click to Display Table of Contents >>

Monitor

오즈 서버의 모니터링 기능과 관련된 메소드를 제공하는 클래스입니다.


Constructor Detail

Monitor

public Monitor(String url, String id, String pw, boolean bAutoLogin, boolean useUSL)

오즈 서버의 실시간 모니터링 관련 기능을 수행합니다.

Parameters:

url - HTTP 방식 오즈 서버의 URL

id - 사용자 아이디

pw - 사용자 패스워드

bAutoLogin - 자동 로그인 여부

useUSL - USL 사용 여부


Method Detail

getVersions

public Versions getVersions() throws OZCPException

서버의 버전 정보와 각 모듈별 버전 정보를 가져옵니다.

getMemoryInfo

public MemoryStatus getMemoryInfo() throws OZCPException

현재의 메모리 사용량(전체 메모리, 사용 메모리, 비사용 메모리) 정보를 가져옵니다.

downloadMonitorLog

public byte[] downloadMonitorLog() throws OZCPException

서버에 저장된 모니터 로그 파일을 가져옵니다.

downloadMonitorLog

public void downloadMonitorLog(String fileName) throws OZCPException

서버에 저장된 모니터 로그 파일을 가져와서 fileName으로 지정된 위치에 로그 파일을 저장합니다.