Interface JVMOperatingSystemStats
- All Superinterfaces:
Stats
A Stats interface, to expose information
about the Operating system on which the JVM is running
- Since:
- 8.1
-
Method Summary
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getArch
StringStatistic getArch()Returns the operating system architecture- Returns:
- StringStatistic
-
getAvailableProcessors
CountStatistic getAvailableProcessors()Returns the number of processors available to the JVM- Returns:
- CountStatistic
-
getName
StringStatistic getName()Returns the operating system name- Returns:
- StringStatistic
-
getVersion
StringStatistic getVersion()Returns the operating system version- Returns:
- StringStatistic
-