Win32_PerfRawData_NETFramework_NETCLRExceptions, ROOT\CIMV2

Class | Methods | Properties (14) | Qualifiers (12) | Instances (1) | Namespaces (1)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Runtime statistics on CLR exception handling.

Win32_PerfRawData_NETFramework_NETCLRExceptions properties

Win32_PerfRawData_NETFramework_NETCLRExceptions has 14 properties (5 Local, 9 Derived)

NameOriginCIMType
CaptionCIM_StatisticalInformation8 [string]
DescriptionCIM_StatisticalInformation8 [string]
Frequency_ObjectWin32_Perf21 [uint64]
Frequency_PerfTimeWin32_Perf21 [uint64]
Frequency_Sys100NSWin32_Perf21 [uint64]
key
Name
CIM_StatisticalInformation8 [string]
NumberofExcepsThrownWin32_PerfRawData_NETFramework_NETCLRExceptions19 [uint32]
NumberofExcepsThrownPersecWin32_PerfRawData_NETFramework_NETCLRExceptions19 [uint32]
NumberofFiltersPersecWin32_PerfRawData_NETFramework_NETCLRExceptions19 [uint32]
NumberofFinallysPersecWin32_PerfRawData_NETFramework_NETCLRExceptions19 [uint32]
ThrowToCatchDepthPersecWin32_PerfRawData_NETFramework_NETCLRExceptions19 [uint32]
Timestamp_ObjectWin32_Perf21 [uint64]
Timestamp_PerfTimeWin32_Perf21 [uint64]
Timestamp_Sys100NSWin32_Perf21 [uint64]

Detailed description of Win32_PerfRawData_NETFramework_NETCLRExceptions properties

Local properties (5) of Win32_PerfRawData_NETFramework_NETCLRExceptions class

▲ NumberofExcepsThrown property
CIMTYPE'uint32'
CounterType65536
DefaultScale-1
Description'This counter displays the total number of exceptions thrown since the start of the application. These include both .NET exceptions and unmanaged exceptions that get converted into .NET exceptions e.g. null pointer reference exception in unmanaged code would get re-thrown in managed code as a .NET System.NullReferenceException; this counter includes both handled and unhandled exceptions. Exceptions that are re-thrown would get counted again. Exceptions should only occur in rare situations and not in the normal control flow of the program.'
DetailLevel100
DisplayName'# of Exceps Thrown'
DisplayName009'# of Exceps Thrown'
HelpIndex0
PerfDefaultTrue
PerfIndex0
NumberofExcepsThrown property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ NumberofExcepsThrownPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'This counter displays the number of exceptions thrown per second. These include both .NET exceptions and unmanaged exceptions that get converted into .NET exceptions e.g. null pointer reference exception in unmanaged code would get re-thrown in managed code as a .NET System.NullReferenceException; this counter includes both handled and unhandled exceptions. Exceptions should only occur in rare situations and not in the normal control flow of the program; this counter was designed as an indicator of potential performance problems due to large (>100s) rate of exceptions thrown. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.'
DetailLevel100
DisplayName'# of Exceps Thrown / sec'
DisplayName009'# of Exceps Thrown / sec'
HelpIndex0
PerfIndex0
NumberofExcepsThrownPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ NumberofFiltersPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'This counter displays the number of .NET exception filters executed per second. An exception filter evaluates whether an exception should be handled or not. This counter tracks the rate of exception filters evaluated; irrespective of whether the exception was handled or not. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.'
DetailLevel100
DisplayName'# of Filters / sec'
DisplayName009'# of Filters / sec'
HelpIndex0
PerfIndex0
NumberofFiltersPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ NumberofFinallysPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'This counter displays the number of finally blocks executed per second. A finally block is guaranteed to be executed regardless of how the try block was exited. Only the finally blocks that are executed for an exception are counted; finally blocks on normal code paths are not counted by this counter. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.'
DetailLevel100
DisplayName'# of Finallys / sec'
DisplayName009'# of Finallys / sec'
HelpIndex0
PerfIndex0
NumberofFinallysPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ ThrowToCatchDepthPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'This counter displays the number of stack frames traversed from the frame that threw the .NET exception to the frame that handled the exception per second. This counter resets to 0 when an exception handler is entered; so nested exceptions would show the handler to handler stack depth. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.'
DetailLevel100
DisplayName'Throw To Catch Depth / sec'
DisplayName009'Throw To Catch Depth / sec'
HelpIndex0
PerfIndex0
ThrowToCatchDepthPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace

Derived properties (9) of Win32_PerfRawData_NETFramework_NETCLRExceptions class

▲ Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) for the statistic or metric.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
▲ Description property
CIMTYPE'string'
Description'A textual description of the statistic or metric.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
▲ Frequency_Object property
CIMTYPE'uint64'
Frequency_Object property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Frequency_PerfTime property
CIMTYPE'uint64'
Frequency_PerfTime property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Frequency_Sys100NS property
CIMTYPE'uint64'
Frequency_Sys100NS property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Name property
CIMTYPE'string'
Description'The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. '
keyTrue
MaxLen256
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
▲ Timestamp_Object property
CIMTYPE'uint64'
Timestamp_Object property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Timestamp_PerfTime property
CIMTYPE'uint64'
Timestamp_PerfTime property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Timestamp_Sys100NS property
CIMTYPE'uint64'
Timestamp_Sys100NS property is in 727 classes of ROOT\cimv2 and in 2 namespaces

Win32_PerfRawData_NETFramework_NETCLRExceptions Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'Runtime statistics on CLR exception handling.'✓✗✓✓✓
DetailLevel100✓✗✓✗✓
DisplayName'.NET CLR Exceptions'✓✗✓✓✓
DisplayName009'.NET CLR Exceptions'✓✗✓✗✓
dynamicTrue✓✗✓✗✓
GenericPerfCtrTrue✓✗✓✗✓
HelpIndex0✓✗✓✗✓
HiPerfTrue✓✗✓✗✓
Locale1033✓✗✓✓✓
PerfIndex0✓✗✓✗✓
provider'WmiPerfInst'✗✗✓✗✓
RegistryKey'.NETFramework'✓✗✓✗✓

Win32_PerfRawData_NETFramework_NETCLRExceptions System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_PerfRawData_NETFramework_NETCLRExceptions'___SYSTEM8✗✗
__NAMESPACE'ROOT\cimv2'___SYSTEM8✗✗
__SERVER'.'___SYSTEM8✗✗
__DERIVATION['Win32_PerfRawData', 'Win32_Perf', 'CIM_StatisticalInformation']___SYSTEM8✗✓
__PROPERTY_COUNT14___SYSTEM3✗✗
__RELPATH'Win32_PerfRawData_NETFramework_NETCLRExceptions'___SYSTEM8✗✗
__DYNASTY'CIM_StatisticalInformation'___SYSTEM8✗✗
__SUPERCLASS'Win32_PerfRawData'___SYSTEM8✗✗
__CLASS'Win32_PerfRawData_NETFramework_NETCLRExceptions'___SYSTEM8✗✗
__GENUS1___SYSTEM3✗✗

Similar Classes to Win32_PerfRawData_NETFramework_NETCLRExceptions

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
Win32_PerfFormattedData_NETFramework_NETCLRExceptions01402---
comments powered by Disqus
WUtils.com