Interface JVMOperatingSystemStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringStatisticgetArch()Returns the operating system architectureCountStatisticgetAvailableProcessors()Returns the number of processors available to the JVMStringStatisticgetName()Returns the operating system nameStringStatisticgetVersion()Returns the operating system version-
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
-
-
-
Method Detail
-
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
-
-