public interface JVMOperatingSystemStats extends javax.management.j2ee.statistics.Stats
Modifier and Type | Method and Description |
---|---|
StringStatistic |
getArch()
Returns the operating system architecture
|
javax.management.j2ee.statistics.CountStatistic |
getAvailableProcessors()
Returns the number of processors available to the JVM
|
StringStatistic |
getName()
Returns the operating system name
|
StringStatistic |
getVersion()
Returns the operating system version
|
getStatistic, getStatisticNames, getStatistics
StringStatistic getArch()
javax.management.j2ee.statistics.CountStatistic getAvailableProcessors()
StringStatistic getName()
StringStatistic getVersion()
Copyright © 2021. All rights reserved.