Uses of Interface
oshi.hardware.Sensors
-
Packages that use Sensors 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 Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems -
-
Uses of Sensors in oshi.hardware
Methods in oshi.hardware that return Sensors Modifier and Type Method Description Sensors
HardwareAbstractionLayer. getSensors()
Instantiates aSensors
object, representing CPU temperature and fan speed. -
Uses of Sensors in oshi.hardware.common
Classes in oshi.hardware.common that implement Sensors Modifier and Type Class Description class
AbstractSensors
Sensors from WMI or Open Hardware MonitorFields in oshi.hardware.common with type parameters of type Sensors Modifier and Type Field Description private java.util.function.Supplier<Sensors>
AbstractHardwareAbstractionLayer. sensors
Methods in oshi.hardware.common that return Sensors Modifier and Type Method Description protected abstract Sensors
AbstractHardwareAbstractionLayer. createSensors()
Instantiates the platform-specificSensors
objectSensors
AbstractHardwareAbstractionLayer. getSensors()
-
Uses of Sensors in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement Sensors Modifier and Type Class Description (package private) class
LinuxSensors
Sensors from WMI or Open Hardware MonitorMethods in oshi.hardware.platform.linux that return Sensors Modifier and Type Method Description Sensors
LinuxHardwareAbstractionLayer. createSensors()
-
Uses of Sensors in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement Sensors Modifier and Type Class Description (package private) class
MacSensors
Sensors from SMCMethods in oshi.hardware.platform.mac that return Sensors Modifier and Type Method Description Sensors
MacHardwareAbstractionLayer. createSensors()
-
Uses of Sensors in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement Sensors Modifier and Type Class Description (package private) class
AixSensors
Sensors not available except counting fans from lscfgMethods in oshi.hardware.platform.unix.aix that return Sensors Modifier and Type Method Description Sensors
AixHardwareAbstractionLayer. createSensors()
-
Uses of Sensors in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement Sensors Modifier and Type Class Description (package private) class
FreeBsdSensors
Sensors from coretempMethods in oshi.hardware.platform.unix.freebsd that return Sensors Modifier and Type Method Description Sensors
FreeBsdHardwareAbstractionLayer. createSensors()
-
Uses of Sensors in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement Sensors Modifier and Type Class Description (package private) class
OpenBsdSensors
SensorsMethods in oshi.hardware.platform.unix.openbsd that return Sensors Modifier and Type Method Description Sensors
OpenBsdHardwareAbstractionLayer. createSensors()
-
Uses of Sensors in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement Sensors Modifier and Type Class Description (package private) class
SolarisSensors
Sensors from prtpiclMethods in oshi.hardware.platform.unix.solaris that return Sensors Modifier and Type Method Description Sensors
SolarisHardwareAbstractionLayer. createSensors()
-
Uses of Sensors in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement Sensors Modifier and Type Class Description (package private) class
WindowsSensors
Sensors from WMI or Open Hardware MonitorMethods in oshi.hardware.platform.windows that return Sensors Modifier and Type Method Description Sensors
WindowsHardwareAbstractionLayer. createSensors()
-