LogicalProcessor

LogicalProcessor interface represents a logical CPU core or thread in the system This interface provides detailed information about the logical processor's mapping to physical processors, NUMA nodes, and processor groups

Author

N7ghtm4r3

Inheritors

LogicalProcessorImpl

Properties

Link copied to clipboard
abstract val numaNode: Int

numaNode represents the NUMA (Non-Uniform Memory Access) node to which this logical processor is assigned

Link copied to clipboard

physicalPackageNumber indicates the physical CPU package to which this logical processor belongs

Link copied to clipboard

physicalProcessorNumber specifies the physical core number to which this logical processor belongs

Link copied to clipboard
abstract val processorGroup: Int

processorGroup denotes the processor group for systems that support grouping of processors

Link copied to clipboard
abstract val processorNumber: Int

processorNumber represents the unique identifier of the logical processor