Name and Description | Description |
string LicenseKey | Broker Server software license key. |
string DataDirectory | Directory where the Broker Server stores data. |
string VersionString | Complete version string of the Broker Server software. |
string SSLStatus.status | Current status of Secure Socket Layer (SSL) usage. Possible values are ENABLED, DISABLED, ERROR, NOTSUPPORTED. |
string SSLStatus.encryption_level | Level of SSL encryption available. Possible values are NONE, US Domestic, US Export. |
string SSLStatus.error_string | Description of the last error encountered starting SSL. |
date ServerStats.now | Current time on the Broker Server. |
date ServerStats.createTime | Time when the Broker Server was first started. |
date ServerStats.serverStartTime | Time when the Broker Server was most recently started. |
int ServerStats.numConnections | Current number of non-SSL connections. |
int ServerStats.numSSLConnections | Current number of SSL connections. |
int ServerStats.highestNumConnections | Highest number of non-SSL connections since the last time the Broker Server was started. |
int ServerStats.highestNumSSLConnec tions | Highest number of SSL connections since the last time the Broker Server was started. |
date ServerStats.highestNumConnectionsTime | Time when HighestNumConnections last changed. |
date ServerStats.highestNumSSLConnectionsTime | Time when highest NumSSLConnections last changed. |
int ServerStats.licensedConnections | Licensed number of total SSL and non-SSL connections.-1 if not limited. |
int ServerStats.licensedSSLConnections | Licensed number of SSL connections. -1 if not limited. |
boolean ServerStats. isLicenseExpiringSoon | True if expiring within a week. |
boolean ServerStats.isLicenseExpired | True if expired already. |
date ServerStats.licenseExpirationTime | When the license expires. |
int ServerStats.licenseRemaining | Number of seconds until license expires. |
boolean ServerStats.isDiskSpaceLow | True if disk free < 1MB. |
boolean ServerStats.isDiskSpaceVeryLow | True if disk free < 100KB. |
double SystemStats.userTimeUsed | Number of seconds (or fractions thereof) of CPU user time used by the Broker since it started. |
double SystemStats.systemTimeUsed | Number of seconds (or fractions thereof) of CPU system time used by the Broker since it started. |
long SystemStats.guaranteedSpaceUsed | Number of KB the guaranteed storage is using on the disk. |
long SystemStats.guaranteedSpaceReserved | Number of KB the reserved for guaranteed storage on the disk. If zero, storage will be resized as needed. If non-zero, storage will be fixed at this size. |
long SystemStats.guaranteedSpaceMax | Maximum number of KB the guaranteed storage can grow to due to system limits, if disk space or reservation limits are not hit first. |
long SystemStats.guaranteedDiskSize | Size of the guaranteed store disk in KB. |
long SystemStats.guaranteedSpaceAllocated | Disk space allocated for guaranteed storage. |
long SystemStats.guaranteedDiskFree | Amount of free space on the disk in KB. |
string SystemStats.guaranteedDiskName | Name of the guaranteed disk partition. |
long SystemStats.persistentSpaceUsed | Number of KB the persistent storage is using on the disk. |
date SystemStats.now | Current time on the Broker Server. |
long SystemStats.persistentSpaceMax | Maximum number of KB the persistent storage can grow to due to system limits, if disk space or reservation limits are not hit first. |
long SystemStats.persistentDiskSize | Size of the persistent store disk in KB. |
long SystemStats.persistentDiskFree | Amount of free space on the disk in KB. |
string SystemStats.persistentDiskName | Name of the persistent disk partition. |
long SystemStats.persistentSpaceAllocated | Disk space allocated for persistent storage. |
long SystemStats.swapSpaceFree | Number of KB of free swap space. |
long SystemStats.swapSpaceMax | Total number of KB of swap space. |
long StorageStats.configCurrentKbytesInuse | Current storage size in use in the Config store (Kb, long). |
long StorageStats.configCurrentKbytesReserved | Current storage size reserved in the Config store (Kb, long). |
long StorageStats.configMaxKbytesAvailable | Maximum storage size available in the Config store (Kb, long). |
long StorageStats.dataCurrentKbytesInuse | Current storage size in use in the Data store (Kb, long). |
long StorageStats.dataCurrentKbytesReserved | Current storage size reserved in the Data store (Kb, long). |
long StorageStats.dataMaxKbytesAvailable | Maximum storage size available in the Data store (Kb, long). |
long StorageStats.sessions | The length of the structure array describing statistics of each of the storage files used. |
int ObjectStatus | Indicates Operational or Failed status of the component. |
boolean ContainsResourceMessage | Flag indicating a resource message, such as a log message or exception message, has been received from the monitored resource. |
int MessageSeverity | Severity level of the resource message: Critical = 1 Major = 2 Minor = 3 Warning = 4 Info = 5 Ok = 6 Indeterminate = 7 |
int CurrentNoOfPollEventsSent | The count of events sent for an asset during each polling. |
int PollTime | Polling time for an asset during each polling. |
int PingTime | Time to ping an asset server. |