Uses of Interface
oshi.hardware.Sensors
Packages that use Sensors
Package
Description
[oshi-common API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory,
Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides common Linux hardware implementations shared by JNA and FFM modules.
Provides utilities for parsing, formatting, and other access
-
Uses of Sensors in oshi.hardware
Methods in oshi.hardware that return SensorsModifier and TypeMethodDescriptionHardwareAbstractionLayer.getSensors()Instantiates aSensorsobject, representing CPU temperature and fan speed. -
Uses of Sensors in oshi.hardware.common
Classes in oshi.hardware.common that implement SensorsMethods in oshi.hardware.common that return SensorsModifier and TypeMethodDescriptionprotected abstract SensorsAbstractHardwareAbstractionLayer.createSensors()Instantiates the platform-specificSensorsobjectAbstractHardwareAbstractionLayer.getSensors() -
Uses of Sensors in oshi.hardware.common.platform.linux
Methods in oshi.hardware.common.platform.linux that return Sensors -
Uses of Sensors in oshi.util
Modifier and TypeMethodDescriptionstatic voidSystemInfoHelper.printSensors(List<String> lines, Sensors sensors)