Click or drag to resize

ServiceStats Class

Provides execution statistics of a service.
Inheritance Hierarchy
SystemObject
  OBCOM.NetSwitchLib.ServersServiceStats

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
[SerializableAttribute]
public class ServiceStats

The ServiceStats type exposes the following members.

Constructors
  NameDescription
Public methodServiceStats
Constructs a new ServiceStats instance.
Top
Properties
  NameDescription
Public propertyBinWidth
Gets or sets the time width of each bin of the execution histogram (millisecs).
Public propertyExecutions
Gets or sets the total number of times the service has been executed.
Public propertyHistoBins
Gets or sets an array with the bins of the execution histogram.
Public propertyLowerLimit
Gets or sets the lower limit of the execution histogram (millisecs).
Public propertyMaxTime
Gets or sets the maximum execution time of the service (millisecs).
Public propertyMinTime
Gets or sets the minimum execution time of the service (millisecs).
Public propertyOverflows
Gets or sets the number of times the service execution time was bigger than upper limit.
Public propertyServerID
Gets or sets the unique identification of the server.
Public propertyServerName
Gets or sets the server name.
Public propertyServiceName
Gets or sets the service name.
Public propertyTotalTime
Gets or sets the total execution time of the service (millisecs).
Public propertyUnderflows
Gets or sets the number of times the service execution time was smaller than lower limit.
Public propertyUpperLimit
Gets or sets the upper limit of the execution histogram (millisecs).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToCSV
Returns a CSV string representation of this service statistics.
Public methodToString
Returns a string representation of this service statistics.
(Overrides ObjectToString.)
Top
See Also