![]() | ServiceStats Properties |
The ServiceStats type exposes the following members.
Name | Description | |
---|---|---|
![]() | BinWidth |
Gets or sets the time width of each bin of the execution histogram (millisecs).
|
![]() | Executions |
Gets or sets the total number of times the service has been executed.
|
![]() | HistoBins |
Gets or sets an array with the bins of the execution histogram.
|
![]() | LowerLimit |
Gets or sets the lower limit of the execution histogram (millisecs).
|
![]() | MaxTime |
Gets or sets the maximum execution time of the service (millisecs).
|
![]() | MinTime |
Gets or sets the minimum execution time of the service (millisecs).
|
![]() | Overflows |
Gets or sets the number of times the service execution time was
bigger than upper limit.
|
![]() | ServerID |
Gets or sets the unique identification of the server.
|
![]() | ServerName |
Gets or sets the server name.
|
![]() | ServiceName |
Gets or sets the service name.
|
![]() | TotalTime |
Gets or sets the total execution time of the service (millisecs).
|
![]() | Underflows |
Gets or sets the number of times the service execution time was
smaller than lower limit.
|
![]() | UpperLimit |
Gets or sets the upper limit of the execution histogram (millisecs).
|