![]() | ServiceStats Class |
Namespace: OBCOM.NetSwitchLib.Servers
The ServiceStats type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServiceStats |
Constructs a new ServiceStats instance.
|
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).
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToCSV |
Returns a CSV string representation of this service statistics.
|
![]() | ToString |
Returns a string representation of this service statistics.
(Overrides ObjectToString.) |