<< Click to Display Table of Contents >>
Monitor
오즈 서버의 모니터링 기능과 관련된 메소드를 제공하는 클래스입니다.
Constructor Detail
Monitor
public Monitor(string url, string id, string pw, bool autoLogin, bool useUSL)
오즈 서버의 실시간 모니터링 관련 기능을 수행합니다.
Parameters:
url - HTTP 방식 오즈 서버의 URL
id - 사용자 아이디
pw - 사용자 패스워드
autoLogin - 자동 로그인 여부
useUSL - USL 사용 여부
Method Detail
GetServerInfo
public OZServerInfo GetServerInfo() throws OZPAIException
서버의 버전 정보와 각 모듈별 버전 정보를 가져옵니다.
GetMemoryInfo
public MemoryStatus GetMemoryInfo() throws OZAPIException
현재의 메모리 사용량(전체 메모리, 사용 메모리, 비사용 메모리) 정보를 가져옵니다.
DownloadLog
public Stream DownloadLog() throws OZAPIException
서버에 저장된 모니터 로그 파일을 가져옵니다.