Module is.codion.common.rmi
Package is.codion.common.rmi.server
Interface ServerAdmin.ServerStatistics
- Enclosing interface:
- ServerAdmin
public static interface ServerAdmin.ServerStatistics
Basic server performance statistics.
-
Method Summary
-
Method Details
-
timestamp
long timestamp()- Returns:
- the timestamp
-
connectionCount
int connectionCount()- Returns:
- the connection count
-
connectionLimit
int connectionLimit()- Returns:
- the connection limit
-
usedMemory
long usedMemory()- Returns:
- used memory in bytes
-
maximumMemory
long maximumMemory()- Returns:
- maximum memory in bytes
-
totalMemory
long totalMemory()- Returns:
- total memory in bytes
-
requestsPerSecond
int requestsPerSecond()- Returns:
- requests per second
-
systemCpuLoad
double systemCpuLoad()- Returns:
- the system cpu load
-
processCpuLoad
double processCpuLoad()- Returns:
- the process cpu load
-
threadStatistics
ServerAdmin.ThreadStatistics threadStatistics()- Returns:
- thread statistics
-
gcEvents
List<ServerAdmin.GcEvent> gcEvents()- Returns:
- GC events
-