Home > @rushstack/heft > IMetricsData
IMetricsData interface
Signature:
export interface IMetricsData
Properties
Property | Type | Description |
---|---|---|
command | string | The command that was executed. |
machineArch | string | The processor’s architecture. |
machineCores | number | The number of processor cores. |
machineOs | string | The name of the operating system provided by NodeJS. |
machineProcessor | string | The processor’s model name. |
machineTotalMemoryMB | number | The total amount of memory the machine has, in megabytes. |
taskTotalExecutionMs | number | The amount of time the command took to execute, in milliseconds. |