| Package | Description |
|---|---|
| oshi.hardware |
[oshi-core API] Provides cross-platform implementation to retrieve hardware
information such as CPU, Memory, Display, Disks, Network Interfaces, Power
Sources, Sensors, and USB Devices
|
| 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.unix.freebsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
|
| oshi.hardware.platform.unix.solaris |
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris 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 |
|---|---|
Sensors |
HardwareAbstractionLayer.getSensors()
Instantiates a
Sensors object, representing CPU temperature and
fan speed |
| Modifier and Type | Field and Description |
|---|---|
protected Sensors |
AbstractHardwareAbstractionLayer.sensors |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxSensors |
| Modifier and Type | Method and Description |
|---|---|
Sensors |
LinuxHardwareAbstractionLayer.getSensors()
Instantiates a
Sensors object, representing CPU temperature and
fan speed |
| Modifier and Type | Class and Description |
|---|---|
class |
MacSensors |
| Modifier and Type | Method and Description |
|---|---|
Sensors |
MacHardwareAbstractionLayer.getSensors()
Instantiates a
Sensors object, representing CPU temperature and
fan speed |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdSensors |
| Modifier and Type | Method and Description |
|---|---|
Sensors |
FreeBsdHardwareAbstractionLayer.getSensors()
Instantiates a
Sensors object, representing CPU temperature and
fan speed |
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisSensors |
| Modifier and Type | Method and Description |
|---|---|
Sensors |
SolarisHardwareAbstractionLayer.getSensors()
Instantiates a
Sensors object, representing CPU temperature and
fan speed |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsSensors |
| Modifier and Type | Method and Description |
|---|---|
Sensors |
WindowsHardwareAbstractionLayer.getSensors()
Instantiates a
Sensors object, representing CPU temperature and
fan speed |
Copyright © 2010–2018 oshi. All rights reserved.