Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterMetricSample Class
Properties Methods


In This Topic
    PerfCounterMetricSample Class Members
    In This Topic

    The following tables list the members exposed by PerfCounterMetricSample.

    Public Properties
     NameDescription
    Public PropertyThe underlying counter sample for this object  
    Public PropertyThe unique id of this sample (Inherited from Gibraltar.Monitor.MetricSample)
    Public PropertyThe performance counter metric this sample is for.  
    Public PropertyIndicates whether two samples are required to calculate a metric value or not. (Inherited from Gibraltar.Monitor.SampledMetricSample)
    Public PropertyThe increasing sequence number of all sample packets for this metric to be used as an absolute order sort. (Inherited from Gibraltar.Monitor.MetricSample)
    Public PropertyThe exact date and time the metric was captured. (Inherited from Gibraltar.Monitor.MetricSample)
    Public PropertyOverridden. The raw value of the metric. The raw value of this metric. Depending on the metric definition, this may be meaningless and instead a calculation may need to be performed. The raw value of this metric. Depending on the metric definition, this may be meaningless and instead a calculation may need to be performed.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Compare this object to another.  
    Public MethodOverloaded. Overridden. Compute the resultant value for this sample compared with the provided baseline sample Compute the counter value for this sample compared with the provided baseline sample  
    Public MethodOverloaded. Determines if the provided object is identical to this object.  
    Public MethodServes as the default hash function. Provides a representative hash code for objects of this type to spread out distribution in hash tables. (Inherited from Gibraltar.Monitor.MetricSample)
    Public MethodProvide users a handy default conversion since we ultimately just wrapper a counter sample object anyway.  
    Public MethodWrite this sample to the current process log if it hasn't been written already (Inherited from Gibraltar.Monitor.MetricSample)
    Top
    Public Operators
    Implicitly convert our metric sample to a windows counter sample.
    Top
    See Also