Uses of Class
oshi.hardware.common.AbstractGlobalMemory
-
Packages that use AbstractGlobalMemory Package Description oshi.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 AbstractGlobalMemory in oshi.hardware.platform.linux
Subclasses of AbstractGlobalMemory in oshi.hardware.platform.linux Modifier and Type Class Description class
LinuxGlobalMemory
Memory obtained by /proc/meminfo and sysinfo.totalram -
Uses of AbstractGlobalMemory in oshi.hardware.platform.mac
Subclasses of AbstractGlobalMemory in oshi.hardware.platform.mac Modifier and Type Class Description (package private) class
MacGlobalMemory
Memory obtained by host_statistics (vm_stat) and sysctl. -
Uses of AbstractGlobalMemory in oshi.hardware.platform.unix.aix
Subclasses of AbstractGlobalMemory in oshi.hardware.platform.unix.aix Modifier and Type Class Description (package private) class
AixGlobalMemory
Memory obtained by perfstat_memory_total_t -
Uses of AbstractGlobalMemory in oshi.hardware.platform.unix.freebsd
Subclasses of AbstractGlobalMemory in oshi.hardware.platform.unix.freebsd Modifier and Type Class Description (package private) class
FreeBsdGlobalMemory
Memory obtained by sysctl vm.stats -
Uses of AbstractGlobalMemory in oshi.hardware.platform.unix.openbsd
Subclasses of AbstractGlobalMemory in oshi.hardware.platform.unix.openbsd Modifier and Type Class Description (package private) class
OpenBsdGlobalMemory
Memory obtained by sysctl vm.stats -
Uses of AbstractGlobalMemory in oshi.hardware.platform.unix.solaris
Subclasses of AbstractGlobalMemory in oshi.hardware.platform.unix.solaris Modifier and Type Class Description (package private) class
SolarisGlobalMemory
Memory obtained by kstat -
Uses of AbstractGlobalMemory in oshi.hardware.platform.windows
Subclasses of AbstractGlobalMemory in oshi.hardware.platform.windows Modifier and Type Class Description (package private) class
WindowsGlobalMemory
Memory obtained by Performance Info.
-