Public Member Functions | |
| int | availableProcessors () |
| Returns the number of processors available to the Java virtual machine. | |
| int | totalMemory () |
| Returns the total amount of memory in the Java virtual machine. | |
| int | freeMemory () |
| Returns the amount of free memory in bytes. | |
Static Public Member Functions | |
| static Runtime | getRuntime () |
| Returns the runtime object associated with the current Java application. | |