Uses of Class
oshi.hardware.CentralProcessor.PhysicalProcessor
Packages that use CentralProcessor.PhysicalProcessor
Package
Description
Provides functions to query information in windows
[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 OpenBSD systems
-
Uses of CentralProcessor.PhysicalProcessor in oshi.driver.windows
Methods in oshi.driver.windows that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionLogicalProcessorInformation.getLogicalProcessorInformation()Get a list of logical processors on this machineLogicalProcessorInformation.getLogicalProcessorInformationEx()Get a list of logical processors on this machine. -
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware
Methods in oshi.hardware that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionCentralProcessor.getPhysicalProcessors()Returns anUnmodifiableListof the CPU's physical processors. -
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.common
Methods in oshi.hardware.common that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionprotected List<CentralProcessor.PhysicalProcessor>AbstractCentralProcessor.createProcListFromDmesg(List<CentralProcessor.LogicalProcessor> logProcs, Map<Integer, String> dmesg) AbstractCentralProcessor.getPhysicalProcessors()protected abstract Pair<List<CentralProcessor.LogicalProcessor>,List<CentralProcessor.PhysicalProcessor>> AbstractCentralProcessor.initProcessorCounts()Updates logical and physical processor counts and arrays -
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type CentralProcessor.PhysicalProcessor