Skip to content

Latest commit

 

History

History
142 lines (66 loc) · 1.66 KB

File metadata and controls

142 lines (66 loc) · 1.66 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

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.