Uses of Interface
oshi.hardware.GlobalMemory
Package
Description
[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
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of GlobalMemory in oshi.hardware
Modifier and TypeMethodDescriptionHardwareAbstractionLayer.getMemory()
Instantiates aGlobalMemory
object. -
Uses of GlobalMemory in oshi.hardware.common
Modifier and TypeMethodDescriptionprotected abstract GlobalMemory
AbstractHardwareAbstractionLayer.createMemory()
Instantiates the platform-specificGlobalMemory
objectAbstractHardwareAbstractionLayer.getMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.linux
Modifier and TypeClassDescriptionfinal class
Memory obtained by /proc/meminfo and sysinfo.totalram -
Uses of GlobalMemory in oshi.hardware.platform.mac
-
Uses of GlobalMemory in oshi.hardware.platform.unix.aix
-
Uses of GlobalMemory in oshi.hardware.platform.unix.freebsd
-
Uses of GlobalMemory in oshi.hardware.platform.unix.openbsd
-
Uses of GlobalMemory in oshi.hardware.platform.unix.solaris
-
Uses of GlobalMemory in oshi.hardware.platform.windows