HardwareProfile interface

Describes the hardware of the machine

Properties

numberOfCpuSockets

The total number of CPU sockets available on the machine NOTE: This property will not be serialized. It can only be populated by the server.

processors

The physical processors of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

totalPhysicalMemoryInBytes

The total physical memory on the machine NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

numberOfCpuSockets

The total number of CPU sockets available on the machine NOTE: This property will not be serialized. It can only be populated by the server.

numberOfCpuSockets?: number

Property Value

number

processors

The physical processors of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

processors?: Processor[]

Property Value

totalPhysicalMemoryInBytes

The total physical memory on the machine NOTE: This property will not be serialized. It can only be populated by the server.

totalPhysicalMemoryInBytes?: number

Property Value

number