public class ServerStatistics
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ConnectionsMeasurement[] |
connectionsMeasurements |
long |
currentAdministratorConnections |
long |
currentAgentConnections |
long |
currentUserConnections |
long |
freeMemory |
long |
maxMemory |
MemoryMeasurement[] |
memoryMeasurements |
long |
startTime |
int |
threads |
ThreadsMeasurement[] |
threadsMeasurements |
long |
totalAdministratorConnections |
long |
totalMemory |
long |
totalUserConnections |
long |
uptime |
| Constructor and Description |
|---|
ServerStatistics(long startTime,
long uptime,
long maxMemory,
long totalMemory,
long freeMemory,
int threads,
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 final long startTime
public final long uptime
public final long maxMemory
public final long totalMemory
public final long freeMemory
public final int threads
public final long totalAdministratorConnections
public final long currentAdministratorConnections
public final long totalUserConnections
public final long currentUserConnections
public final long currentAgentConnections
public final ConnectionsMeasurement[] connectionsMeasurements
public final MemoryMeasurement[] memoryMeasurements
public final ThreadsMeasurement[] threadsMeasurements
public ServerStatistics(long startTime,
long uptime,
long maxMemory,
long totalMemory,
long freeMemory,
int threads,
long totalAdministratorConnections,
long currentAdministratorConnections,
long totalUserConnections,
long currentUserConnections,
long currentAgentConnections,
ConnectionsMeasurement[] connectionsMeasurements,
MemoryMeasurement[] memoryMeasurements,
ThreadsMeasurement[] threadsMeasurements)
Copyright © JSCAPE Corp. 2009-2019. All Rights Reserved