Package | Description |
---|---|
org.apache.system |
This package contains a utility class
SystemUtil
that is capable of reporting some interesting information about the platform
on which it is running, including the number of CPUs. |
Modifier and Type | Class and Description |
---|---|
class |
Linux
Parses the Linux environment--Uses the proc filesystem to determine all the
CPU information.
|
class |
MacOSX
Generic version based on
OperatingSystemMXBean . |
class |
Windows2000
Parses the Windows 2000 environment--the same class should work for other
Windows versions, but I only have one to test.
|
class |
Windows95
Parses the Windows 95 environment--the same class should work for other
Windows versions, but I only have one to test.
|
class |
Windows98
Parses the Windows 98 environment--the same class should work for other
Windows versions, but I only have one to test.
|
class |
WindowsNT
Parses the Windows 2000 environment--the same class should work for other
Windows versions, but I only have one to test.
|
class |
WindowsXP
Parses the Windows XP environment.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.