Module is.codion.common.rmi
Package is.codion.common.rmi.server
Interface ServerAdmin.ThreadStatistics
- Enclosing interface:
- ServerAdmin
public static interface ServerAdmin.ThreadStatistics
Thread statistics
-
Method Summary
Modifier and TypeMethodDescriptionint
int
-
Method Details
-
threadCount
int threadCount()- Returns:
- the number of threads
-
daemonThreadCount
int daemonThreadCount()- Returns:
- the number daemon threads
-
threadStateCount
Map<Thread.State,Integer> threadStateCount()- Returns:
- a map containing the number of threads mapped to each thread state
-