Home > @microsoft/rush-lib > ITelemetryMachineInfo
ITelemetryMachineInfo interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface ITelemetryMachineInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
machineArchitecture | string | (BETA) The CPU architecture | |
machineCores | number | (BETA) The number of logical CPU cores. | |
machineCpu | string | (BETA) The CPU model * | |
machineFreeMemoryMiB | number | (BETA) The amount of free RAM on the machine at the end of execution, in MiB. | |
machineTotalMemoryMiB | number | (BETA) The total amount of RAM on the machine, in MiB. |