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 common Unix hardware implementations shared by JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides abstract base classes and pure-Java implementations for FreeBSD hardware, shared by the JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on NetBSD systems
Provides abstract base classes and pure-Java implementations for Solaris/illumos hardware, shared by the JNA and FFM
modules.
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
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.hardware.common.platform.unix
Classes in oshi.hardware.common.platform.unix that implement SensorsModifier and TypeClassDescriptionfinal classShared sensors implementation for BSDs that usesystatfor temperature, fan speed, and voltage (NetBSD, OpenBSD). -
Uses of Sensors in oshi.hardware.common.platform.unix.aix
Classes in oshi.hardware.common.platform.unix.aix that implement SensorsModifier and TypeClassDescriptionfinal classSensors not available except counting fans from lscfg -
Uses of Sensors in oshi.hardware.common.platform.unix.freebsd
Classes in oshi.hardware.common.platform.unix.freebsd that implement Sensors -
Uses of Sensors in oshi.hardware.common.platform.unix.netbsd
Methods in oshi.hardware.common.platform.unix.netbsd that return Sensors -
Uses of Sensors in oshi.hardware.common.platform.unix.solaris
Classes in oshi.hardware.common.platform.unix.solaris that implement Sensors -
Uses of Sensors in oshi.hardware.common.platform.windows
Classes in oshi.hardware.common.platform.windows that implement SensorsModifier and TypeClassDescriptionclassAbstract base shared by the Windows Sensors implementations (JNA and FFM). -
Uses of Sensors in oshi.util
Modifier and TypeMethodDescriptionstatic voidSystemInfoHelper.printSensors(List<String> lines, Sensors sensors) Prints Sensors information to the output lines.