<< Click to Display Table of Contents >>
Monitor
This class provides methods related to the monitor log function of OZ Server.
Constructor Detail
Monitor
public Monitor(string url, string id, string pw, bool autoLogin, bool useUSL)
Performs the real-time monitoring related functions of OZ Server.
Parameters:
url - URL of OZ Server
id - User ID
pw - User Password
autoLogin - Whether to use the AutoLogin
useUSL - Whether to use the USL
Method Detail
GetServerInfo
public OZServerInfo GetServerInfo() throws OZPAIException
Gets the version information of the server and respective modules.
GetMemoryInfo
public MemoryStatus GetMemoryInfo() throws OZAPIException
Gets the current memory usage status.(total memory, used memory, free memory)
DownloadLog
public Stream DownloadLog() throws OZAPIException
Gets the monitor log file saved in the Server.