<< Click to Display Table of Contents >>
Monitor
Constructor Detail
Monitor
public Monitor(string url, string id, string pw, bool autoLogin, bool useUSL)
OZ Serverのリアルタイムモニタリング関連機能を実行します。
Parameters
url:HTTP方式OZ ServerのURL
id:ユーザー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
サーバーに保存されたモニタログファイルを取得します。