Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection, ROOT\CIMV2

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

Description

The XTP Garbage Collection performance object contains counters related to the XTP engine's garbage collector.

Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection properties

Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection has 22 properties (13 Local, 9 Derived)

NameOriginCIMType
CaptionCIM_StatisticalInformation8 [string]
DescriptionCIM_StatisticalInformation8 [string]
DustycornerscanretriesPersecGCissuedWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
Frequency_ObjectWin32_Perf21 [uint64]
Frequency_PerfTimeWin32_Perf21 [uint64]
Frequency_Sys100NSWin32_Perf21 [uint64]
MainGCworkitemsPersecWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
key
Name
CIM_StatisticalInformation8 [string]
ParallelGCworkitemPersecWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
RowsprocessedPersecWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
RowsprocessedPersecfirstinbucketWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
RowsprocessedPersecfirstinbucketandremovedWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
RowsprocessedPersecmarkedforunlinkWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
RowsprocessedPersecnosweepneededWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
SweepexpiredrowsremovedPersecWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
SweepexpiredrowstouchedPersecWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
SweepexpiringrowstouchedPersecWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
SweeprowstouchedPersecWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
SweepscansstartedPersecWin32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection19 [uint32]
Timestamp_ObjectWin32_Perf21 [uint64]
Timestamp_PerfTimeWin32_Perf21 [uint64]
Timestamp_Sys100NSWin32_Perf21 [uint64]

Detailed description of Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection properties

Local properties (13) of Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection class

DustycornerscanretriesPersecGCissued property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of scan retries due to write conflicts during dusty corner sweeps issued by the garbage collector (on average), per second. This is a very low-level counter, not intended for customer use.'
DetailLevel100
DisplayName'Dusty corner scan retries/sec (GC-issued)'
DisplayName009'Dusty corner scan retries/sec (GC-issued)'
HelpIndex0
PerfIndex0
DustycornerscanretriesPersecGCissued property is in 2 classes of ROOT\cimv2 and in 1 namespace
MainGCworkitemsPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of work items processed by the main GC thread.'
DetailLevel100
DisplayName'Main GC work items/sec'
DisplayName009'Main GC work items/sec'
HelpIndex0
PerfIndex0
MainGCworkitemsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
ParallelGCworkitemPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of times a parallel thread has executed a GC work item.'
DetailLevel100
DisplayName'Parallel GC work item/sec'
DisplayName009'Parallel GC work item/sec'
HelpIndex0
PerfIndex0
ParallelGCworkitemPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
RowsprocessedPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of rows processed by the garbage collector (on average), per second.'
DetailLevel100
DisplayName'Rows processed/sec'
DisplayName009'Rows processed/sec'
HelpIndex0
PerfDefaultTrue
PerfIndex0
RowsprocessedPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
RowsprocessedPersecfirstinbucket property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of rows processed by the garbage collector that were first in the corresponding hash bucket (on average), per second.'
DetailLevel100
DisplayName'Rows processed/sec (first in bucket)'
DisplayName009'Rows processed/sec (first in bucket)'
HelpIndex0
PerfIndex0
RowsprocessedPersecfirstinbucket property is in 2 classes of ROOT\cimv2 and in 1 namespace
RowsprocessedPersecfirstinbucketandremoved property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of rows processed by the garbage collector that were first in the corresponding hash bucket, and were able to be removed immediately (on average), per second.'
DetailLevel100
DisplayName'Rows processed/sec (first in bucket and removed)'
DisplayName009'Rows processed/sec (first in bucket and removed)'
HelpIndex0
PerfIndex0
RowsprocessedPersecfirstinbucketandremoved property is in 2 classes of ROOT\cimv2 and in 1 namespace
RowsprocessedPersecmarkedforunlink property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of rows processed by the garbage collector that were already marked for unlink (on average), per second.'
DetailLevel100
DisplayName'Rows processed/sec (marked for unlink)'
DisplayName009'Rows processed/sec (marked for unlink)'
HelpIndex0
PerfIndex0
RowsprocessedPersecmarkedforunlink property is in 2 classes of ROOT\cimv2 and in 1 namespace
RowsprocessedPersecnosweepneeded property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of rows processed by the garbage collector that will not require a dusty corner sweep (on average), per second.'
DetailLevel100
DisplayName'Rows processed/sec (no sweep needed)'
DisplayName009'Rows processed/sec (no sweep needed)'
HelpIndex0
PerfIndex0
RowsprocessedPersecnosweepneeded property is in 2 classes of ROOT\cimv2 and in 1 namespace
SweepexpiredrowsremovedPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of expired rows removed during dusty corner sweeps (on average), per second.'
DetailLevel100
DisplayName'Sweep expired rows removed/sec'
DisplayName009'Sweep expired rows removed/sec'
HelpIndex0
PerfIndex0
SweepexpiredrowsremovedPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SweepexpiredrowstouchedPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of expired rows touched during dusty corner sweeps (on average), per second.'
DetailLevel100
DisplayName'Sweep expired rows touched/sec'
DisplayName009'Sweep expired rows touched/sec'
HelpIndex0
PerfIndex0
SweepexpiredrowstouchedPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SweepexpiringrowstouchedPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of expiring rows touched during dusty corner sweeps (on average), per second.'
DetailLevel100
DisplayName'Sweep expiring rows touched/sec'
DisplayName009'Sweep expiring rows touched/sec'
HelpIndex0
PerfIndex0
SweepexpiringrowstouchedPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SweeprowstouchedPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of rows touched during dusty corner sweeps (on average), per second.'
DetailLevel100
DisplayName'Sweep rows touched/sec'
DisplayName009'Sweep rows touched/sec'
HelpIndex0
PerfIndex0
SweeprowstouchedPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
SweepscansstartedPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale-1
Description'The number of dusty corner sweep scans started (on average), per second.'
DetailLevel100
DisplayName'Sweep scans started/sec'
DisplayName009'Sweep scans started/sec'
HelpIndex0
PerfIndex0
SweepscansstartedPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace

Derived properties (9) of Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection 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_XTPDatabaseEngine_XTPGarbageCollection Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'The XTP Garbage Collection performance object contains counters related to the XTP engine's garbage collector.'
DetailLevel100
DisplayName'XTP Garbage Collection'
DisplayName009'XTP Garbage Collection'
dynamicTrue
GenericPerfCtrTrue
HelpIndex0
HiPerfTrue
Locale1033
PerfIndex0
provider'WmiPerfInst'
RegistryKey'{a22f85a5-c5e9-4083-98e3-fd418d83e706}'

Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['Win32_PerfRawData', 'Win32_Perf', 'CIM_StatisticalInformation']___SYSTEM8
__PROPERTY_COUNT22___SYSTEM3
__RELPATH'Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection'___SYSTEM8
__DYNASTY'CIM_StatisticalInformation'___SYSTEM8
__SUPERCLASS'Win32_PerfRawData'___SYSTEM8
__CLASS'Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_PerfRawData_XTPDatabaseEngine_XTPGarbageCollection

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