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 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 CentralProcessor.PhysicalProcessor in oshi.driver.windows
Methods in oshi.driver.windows that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionstatic Triplet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>> LogicalProcessorInformation.getLogicalProcessorInformation()
Get a list of logical processors on this machinestatic Triplet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>> LogicalProcessorInformation.getLogicalProcessorInformationEx()
Get a list of logical processors on this machine.private static List
<CentralProcessor.PhysicalProcessor> LogicalProcessorInformation.getPhysProcs
(List<com.sun.jna.platform.win32.WinNT.GROUP_AFFINITY> cores, Map<com.sun.jna.platform.win32.WinNT.GROUP_AFFINITY, Integer> coreEfficiencyMap, Map<Integer, Integer> corePkgMap, Map<Integer, String> coreCpuidMap) -
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware
Methods in oshi.hardware that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionCentralProcessor.getPhysicalProcessors()
Returns anUnmodifiableList
of the CPU's physical processors. -
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.common
Fields in oshi.hardware.common with type parameters of type CentralProcessor.PhysicalProcessorModifier and TypeFieldDescriptionprivate final List
<CentralProcessor.PhysicalProcessor> AbstractCentralProcessor.physicalProcessors
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 Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> AbstractCentralProcessor.initProcessorCounts()
Initializes logical and physical processor lists and feature flags. -
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> LinuxCentralProcessor.initProcessorCounts()
-
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.platform.mac
Methods in oshi.hardware.platform.mac that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> MacCentralProcessor.initProcessorCounts()
-
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.platform.unix.aix
Methods in oshi.hardware.platform.unix.aix that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> AixCentralProcessor.initProcessorCounts()
-
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.platform.unix.freebsd
Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> FreeBsdCentralProcessor.initProcessorCounts()
-
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.PhysicalProcessorModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> OpenBsdCentralProcessor.initProcessorCounts()
-
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> SolarisCentralProcessor.initProcessorCounts()
-
Uses of CentralProcessor.PhysicalProcessor in oshi.hardware.platform.windows
Methods in oshi.hardware.platform.windows that return types with arguments of type CentralProcessor.PhysicalProcessorModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> WindowsCentralProcessor.initProcessorCounts()