PerfMonSet interface
Metric information.
Properties
end |
End time of the period. |
name | Unique key name of the counter. |
start |
Start time of the period. |
time |
Presented time grain. |
values | Collection of workers that are active during this time. |
Property Details
endTime
End time of the period.
endTime?: Date
Property Value
Date
name
Unique key name of the counter.
name?: string
Property Value
string
startTime
Start time of the period.
startTime?: Date
Property Value
Date
timeGrain
Presented time grain.
timeGrain?: string
Property Value
string
values
Collection of workers that are active during this time.
values?: PerfMonSample[]