The PerfStatsCollector2 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PerfStatsCollector2(String, Boolean) |
Constructor
| |
| PerfStatsCollector2(String, Int32, Boolean) |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| DecrementRequestQueueSizeStats |
Decrement the performance counter for Mirror Queue size by one.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or
resetting unmanaged resources.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IncrementAddPerSecStats |
Increment the performance counter for Cache add operations per second.
| |
| IncrementAvgItemSize |
Increments the performance counter for Average Item Size.
| |
| IncrementCompressionPerSec |
Increments the performance counter for compression/sec.
| |
| IncrementDelPerSecStats | Increment the performance counter for Cache remove operations per second. | |
| IncrementGetPerSecStats |
Increment the performance counter for Cache get operations per second.
| |
| IncrementMsecPerAddSample | ||
| IncrementMsecPerDelSample | ||
| IncrementMsecPerGetSample | ||
| IncrementMsecPerUpdSample | ||
| IncrementRequestQueueSizeStats |
Increment the performance counter for Mirror Queue size by one.
| |
| IncrementUpdPerSecStats |
Increment the performance counter for Cache update operations per second.
| |
| InitializePerfCounters |
Initializes the counter instances and category.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MsecPerAddBeginSample |
Timestamps the start of sampling interval for Cache avg. and max. per mill-second time of
add operations.
| |
| MsecPerAddEndSample |
Timestample and updates the counter for Cache avg. and max. per mill-second time of
add operations.
| |
| MsecPerDelBeginSample |
Timestamps the start of sampling interval for Cache avg. and max. per mill-second time of
remove operations.
| |
| MsecPerDelEndSample |
Timestample and updates the counter for Cache avg. and max. per mill-second time of
remove operations.
| |
| MsecPerGetBeginSample |
Timestamps the start of sampling interval for Cache avg. and max. per mill-second time of
fetch operations.
| |
| MsecPerGetEndSample |
Timestample and updates the counter for Cache avg. and max. per mill-second time of
fetch operations.
| |
| MsecPerUpdBeginSample |
Timestamps the start of sampling interval for Cache avg. and max. per mill-second time of
update operations.
| |
| MsecPerUpdEndSample |
Timestample and updates the counter for Cache avg. and max. per mill-second time of
update operations.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| InstanceName |
Returns true if the current user has the rights to read/write to performance counters
under the category of object cache.
| |
| UserHasAccessRights |
Returns true if the current user has the rights to read/write to performance counters
under the category of object cache.
|