You can access OperatingSystemMXBean by calling ManagementFactory.getOperatingSystemMXBean () and it will give you:
String getName ()
Returns the name of the operating system. This method is equivalent to System.getProperty ("os.name").
getArch()
. System.getProperty( "os.arch" ).
getVersion()
. System.getProperty( "os.version" ).
int getAvailableProcessors()
, Java. Runtime.availableProcessors().
double getSystemLoadAverage()
. , , , , . , , , .
, .
. . , .