Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterMetric Class
Members

In This Topic
    PerfCounterMetric Class
    In This Topic
    A single tracked metric based on a Windows Performance Counter.
    Object Model
    PerfCounterMetric ClassPerfCounterMetricDefinition Class
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Name: {Name}, Id: {Id}, Caption: {Caption}")>
    Public NotInheritable Class PerfCounterMetric 
       Inherits Gibraltar.Monitor.SampledMetric
       Implements Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetric 
    [DebuggerDisplay("Name: {Name}, Id: {Id}, Caption: {Caption}")]
    public sealed class PerfCounterMetric : Gibraltar.Monitor.SampledMetric, Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetric  
    Remarks
    Each performance counter that is tracked for a session has its own performance counter metric associated with it. Use the Calculate method to generate display-ready value sets from the samples recorded for this metric. Metrics with the same category and counter can be directly compared.
    Inheritance Hierarchy

    System.Object
             Loupe.Agent.PerformanceCounters.PerfCounterMetric

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also