public class ServerStatistics
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ConnectionsMeasurement[] |
connectionsMeasurements |
long |
currentAdministratorConnections |
long |
currentAgentConnections |
long |
currentUserConnections |
java.lang.Long |
databaseFileSize |
long |
freeMemory |
java.lang.Long |
logDatabaseFileSize |
long |
maxMemory |
MemoryMeasurement[] |
memoryMeasurements |
long |
startTime |
int |
threads |
ThreadsMeasurement[] |
threadsMeasurements |
long |
totalAdministratorConnections |
long |
totalMemory |
long |
totalUserConnections |
long |
uptime |
| Constructor and Description |
|---|
ServerStatistics() |
ServerStatistics(long startTime,
long uptime,
long maxMemory,
long totalMemory,
long freeMemory,
int threads,
java.lang.Long databaseFileSize,
java.lang.Long logDatabaseFileSize,
long totalAdministratorConnections,
long currentAdministratorConnections,
long totalUserConnections,
long currentUserConnections,
long currentAgentConnections,
ConnectionsMeasurement[] connectionsMeasurements,
MemoryMeasurement[] memoryMeasurements,
ThreadsMeasurement[] threadsMeasurements) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public long startTime
public long uptime
public long maxMemory
public long totalMemory
public long freeMemory
public int threads
public java.lang.Long databaseFileSize
public java.lang.Long logDatabaseFileSize
public long totalAdministratorConnections
public long currentAdministratorConnections
public long totalUserConnections
public long currentUserConnections
public long currentAgentConnections
public ConnectionsMeasurement[] connectionsMeasurements
public MemoryMeasurement[] memoryMeasurements
public ThreadsMeasurement[] threadsMeasurements
public ServerStatistics(long startTime,
long uptime,
long maxMemory,
long totalMemory,
long freeMemory,
int threads,
java.lang.Long databaseFileSize,
java.lang.Long logDatabaseFileSize,
long totalAdministratorConnections,
long currentAdministratorConnections,
long totalUserConnections,
long currentUserConnections,
long currentAgentConnections,
ConnectionsMeasurement[] connectionsMeasurements,
MemoryMeasurement[] memoryMeasurements,
ThreadsMeasurement[] threadsMeasurements)
public ServerStatistics()
Copyright © Advanced Systems Concepts Inc. 2009-2021. All Rights Reserved