Interface JVMOperatingSystemStats

  • All Superinterfaces:
    Stats

    public interface JVMOperatingSystemStats
    extends Stats
    A Stats interface, to expose information about the Operating system on which the JVM is running
    Since:
    8.1
    • 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