Home > @microsoft/rush-lib > ITelemetryMachineInfo
ITelemetryMachineInfo interface
This API is provided as a beta 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 |
|---|---|---|---|
string | (BETA) The CPU architecture | ||
number | (BETA) The number of logical CPU cores. | ||
string | (BETA) The CPU model * | ||
number | (BETA) The amount of free RAM on the machine at the end of execution, in MiB. | ||
number | (BETA) The total amount of RAM on the machine, in MiB. |