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

In This Topic
    PerfCounterMetricDefinition Class
    In This Topic
    A single tracked metric based on a Windows Performance Counter.
    Object Model
    PerfCounterMetricDefinition ClassIMetricDefinitionCollection InterfaceIMetricDefinition InterfacePerfCounterMetricCollection ClassPerfCounterMetric Class
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Name: {Name}, Id: {Id}, Caption: {Caption}")>
    Public NotInheritable Class PerfCounterMetricDefinition 
       Inherits Gibraltar.Monitor.SampledMetricDefinition
       Implements Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetricDefinition 
    [DebuggerDisplay("Name: {Name}, Id: {Id}, Caption: {Caption}")]
    public sealed class PerfCounterMetricDefinition : Gibraltar.Monitor.SampledMetricDefinition, Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetricDefinition  
    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.PerfCounterMetricDefinition

    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