| Package | Description |
|---|---|
| oshi.hardware |
Provides interfaces to hardware such as Memory, Power Sources, and Processor
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
HardwareAbstractionLayer.getMemory()
Instantiates a
GlobalMemory object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGlobalMemory
Memory obtained by /proc/meminfo and sysinfo.totalram
|
| Modifier and Type | Field and Description |
|---|---|
protected GlobalMemory |
AbstractHardwareAbstractionLayer.memory |
| Modifier and Type | Method and Description |
|---|---|
abstract GlobalMemory |
AbstractHardwareAbstractionLayer.getMemory()
Instantiates a
GlobalMemory object. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxGlobalMemory
Memory obtained by /proc/meminfo and sysinfo.totalram
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
LinuxHardwareAbstractionLayer.getMemory()
Instantiates a
GlobalMemory object. |
| Modifier and Type | Class and Description |
|---|---|
class |
MacGlobalMemory
Memory obtained by host_statistics (vm_stat) and sysctl
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
MacHardwareAbstractionLayer.getMemory()
Instantiates a
GlobalMemory object. |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsGlobalMemory
Memory obtained by GlobalMemoryStatusEx.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
WindowsHardwareAbstractionLayer.getMemory()
Instantiates a
GlobalMemory object. |
Copyright © 2010–2016 com.github.dblock. All rights reserved.