|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
SystemUtil
that is capable of reporting some interesting information about the platform
on which it is running, including the number of CPUs.
See:
Description
| Interface Summary | |
|---|---|
| CPUParser | This interface is for CPUParser objects that are automagically loaded, and perform architecture dependant processing for determining the number of CPUs, and the generic infomation about them. |
| Class Summary | |
|---|---|
| Linux | Parses the Linux environment--Uses the proc filesystem to determine all the CPU information. |
| SystemUtil | A set of utility operations that provide necessary information about the architecture of the machine that the system is running on. |
| Windows2000 | Parses the Windows 2000 environment--the same class should work for other Windows versions, but I only have one to test. |
| Windows95 | Parses the Windows 95 environment--the same class should work for other Windows versions, but I only have one to test. |
| Windows98 | Parses the Windows 98 environment--the same class should work for other Windows versions, but I only have one to test. |
| WindowsNT | Parses the Windows 2000 environment--the same class should work for other Windows versions, but I only have one to test. |
| WindowsXP | Parses the Windows XP environment. |
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. The package also contains
CPUParser implementations for a variety of platforms.
The code in this package is under the Apache License (version 2.0). The code was rescued from the Apache Excalibur project, where it had been deprecated.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||