|
See http://msdn2.microsoft.com/en-us/system.diagnostics.performancecountertype.aspx for a complete description of the all of the different counter types and calculations.
|
|
System.Diagnostics.PerformanceCounterType: System.Diagnostics.Process: System.Diagnostics.ProcessModule ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for ...
|
|
You will find the performance counter types in the System.Diagnostics.PerformanceCounterType enumeration. Some of the counters found in that enumeration end with "Base" which ...
|
|
... endregion } public class LinuxPerformanceCounterConfigItem { static System.Diagnostics.PerformanceCounterType PerformanceCounterTypeFromString ...
|
|
Mono Class Library : System.Diagnostics Namespace System.Diagnostics.PerformanceCounterType Enumeration ... System.ComponentModel.TypeConverter(typeof(System.Diagnostics ...
|
|
System.Diagnostics.MonitoringDescription("Type of this counter.")] [System.ComponentModel.DefaultValue(typeof(System.Diagnostics.PerformanceCounterType), "NumberOfItems32"
|
|
... Diagnostics.CounterCreationData(); cdCounter1.CounterName = "Counter1"; cdCounter1.CounterHelp = "help string1"; cdCounter1.CounterType = System.Diagnostics.PerformanceCounterType ...
|
|
Gets the counter type of the associated performance counter. ... Property Value Type: System.Diagnostics . . :: . PerformanceCounterType. A PerformanceCounterType that describes ...
|