Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IMetricsData

IMetricsData interface

Signature:

export interface IMetricsData 

Properties

PropertyModifiersTypeDescription
commandstringThe command that was executed.
commandParametersRecord<string, string>A map of commandline parameter names to their effective values
encounteredError?boolean(Optional) Whether or not the command ran into errors
machineArchstringThe processor's architecture.
machineCoresnumberThe number of processor cores.
machineOsstringThe name of the operating system provided by NodeJS.
machineProcessorstringThe processor's model name.
machineTotalMemoryMBnumberThe total amount of memory the machine has, in megabytes.
taskTotalExecutionMsnumberThe amount of time the command took to execute, in milliseconds.