PerfMonSample interface
Performance monitor sample in a set.
Properties
| instance |
Name of the server on which the measurement is made. |
| time | Point in time for which counter was measured. |
| value | Value of counter at a certain time. |
Property Details
instanceName
Name of the server on which the measurement is made.
instanceName?: string
Property Value
string
time
Point in time for which counter was measured.
time?: Date
Property Value
Date
value
Value of counter at a certain time.
value?: number
Property Value
number