ProcessorInfo interface
Represents a information \ details of a processor.
Properties
| name | Gets or sets the name \ model of a processor. |
| number |
Gets or sets the number of cores in a socket. |
| number |
Gets or sets the number of sockets. |
Property Details
name
Gets or sets the name \ model of a processor.
name?: string
Property Value
string
numberOfCoresPerSocket
Gets or sets the number of cores in a socket.
numberOfCoresPerSocket?: number
Property Value
number
numberOfSockets
Gets or sets the number of sockets.
numberOfSockets?: number
Property Value
number