Interface StatisticsLogger
-
- All Superinterfaces:
StatisticsReader
- All Known Implementing Classes:
DefaultStatisticsLogger
public interface StatisticsLogger extends StatisticsReader
-
-
Field Summary
Fields Modifier and Type Field Description static StringCPU_UTIL_METRICstatic StringCPU_UTIL_SERVER_METRICstatic StringCPU_UTIL_SESSION_METRICstatic StringEDT_BLOCKED_SEC_METRICstatic StringINBOUND_SIZE_METRICstatic StringLATENCYstatic StringLATENCY_CLIENT_RENDERINGstatic StringLATENCY_NETWORK_TRANSFERstatic StringLATENCY_PINGstatic StringLATENCY_SERVER_RENDERINGstatic StringMEMORY_ALLOCATED_METRICstatic StringMEMORY_USED_METRICstatic StringOUTBOUND_SIZE_METRICstatic StringWEBSOCKET_CONNECTED-
Fields inherited from interface org.webswing.server.services.stats.StatisticsReader
summaryRulesMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(String instance, String name, Number value)voidremoveInstance(String instance)-
Methods inherited from interface org.webswing.server.services.stats.StatisticsReader
getAllInstanceStats, getInstanceMetrics, getInstanceStats, getInstanceWarningHistory, getInstanceWarnings, getSummaryStats, getSummaryWarnings
-
-
-
-
Field Detail
-
INBOUND_SIZE_METRIC
static final String INBOUND_SIZE_METRIC
- See Also:
- Constant Field Values
-
OUTBOUND_SIZE_METRIC
static final String OUTBOUND_SIZE_METRIC
- See Also:
- Constant Field Values
-
MEMORY_ALLOCATED_METRIC
static final String MEMORY_ALLOCATED_METRIC
- See Also:
- Constant Field Values
-
MEMORY_USED_METRIC
static final String MEMORY_USED_METRIC
- See Also:
- Constant Field Values
-
EDT_BLOCKED_SEC_METRIC
static final String EDT_BLOCKED_SEC_METRIC
- See Also:
- Constant Field Values
-
LATENCY_SERVER_RENDERING
static final String LATENCY_SERVER_RENDERING
- See Also:
- Constant Field Values
-
LATENCY_CLIENT_RENDERING
static final String LATENCY_CLIENT_RENDERING
- See Also:
- Constant Field Values
-
LATENCY_NETWORK_TRANSFER
static final String LATENCY_NETWORK_TRANSFER
- See Also:
- Constant Field Values
-
LATENCY_PING
static final String LATENCY_PING
- See Also:
- Constant Field Values
-
LATENCY
static final String LATENCY
- See Also:
- Constant Field Values
-
CPU_UTIL_METRIC
static final String CPU_UTIL_METRIC
- See Also:
- Constant Field Values
-
CPU_UTIL_SESSION_METRIC
static final String CPU_UTIL_SESSION_METRIC
- See Also:
- Constant Field Values
-
CPU_UTIL_SERVER_METRIC
static final String CPU_UTIL_SERVER_METRIC
- See Also:
- Constant Field Values
-
WEBSOCKET_CONNECTED
static final String WEBSOCKET_CONNECTED
- See Also:
- Constant Field Values
-
-