Name | Data Type | Value |
---|---|---|
Description | string | Statistics for a PickerElement, related to pick/put successes, retries and failures. |
UMLPackagePath | string | CIM::Device::StorageLib |
Version | string | 2.6.0 |
Name | Data Type | Default Value | Qualifiers | ||||
---|---|---|---|---|---|---|---|
Name | Data Type | Value | |||||
PickFailures | uint64 | ||||||
Counter | boolean | true | |||||
Description | string | The number of failed picks. | |||||
PickRetries | uint64 | ||||||
Counter | boolean | true | |||||
Description | string | The number of retried picks. | |||||
PickSuccesses | uint64 | ||||||
Counter | boolean | true | |||||
Description | string | The number of successful picks. | |||||
PutFailures | uint64 | ||||||
Counter | boolean | true | |||||
Description | string | The number of failed puts. | |||||
PutRetries | uint64 | ||||||
Counter | boolean | true | |||||
Description | string | The number of retried puts. | |||||
PutSuccesses | uint64 | ||||||
Counter | boolean | true | |||||
Description | string | The number of successful puts. |
Name | Data Type | Class Origin |
---|---|---|
Caption | string | CIM_ManagedElement |
CreationClassName | string | CIM_DeviceStatisticalInformation |
Description | string | CIM_ManagedElement |
DeviceCreationClassName | string | CIM_DeviceStatisticalInformation |
DeviceID | string | CIM_DeviceStatisticalInformation |
ElementName | string | CIM_ManagedElement |
Generation | uint64 | CIM_ManagedElement |
InstanceID | string | CIM_ManagedElement |
Name | string | CIM_DeviceStatisticalInformation |
SystemCreationClassName | string | CIM_DeviceStatisticalInformation |
SystemName | string | CIM_DeviceStatisticalInformation |
Name | Data Type | Value |
---|---|---|
Description | string | Method to reset the statistical counters. The method takes one parameter as input - an integer indicating which counter to reset. For this input parameter, 0 indicates all, 1-3 reset the 'pick'-related counters, and 4-6 reset the 'put'- related counters. The method returns 0 if successful, 1 if not supported, and any other value if an error occurred. A method is specified so that the Device's instrumentation can also reset its internal pocessing and counters. In a subclass, the set of possible return codes should be specified in a ValueMap qualifier on the method. The strings to which the ValueMap contents are 'translated' can be specified as a Values array qualifier. |
Name | Type | Qualifiers | ||||
---|---|---|---|---|---|---|
Name | Data Type | Value | ||||
SelectedCounter | uint16 | |||||
Description | string | This parameter indicates the counter to reset. | ||||
IN | boolean | true | ||||
ValueMap | string | 0, 1, 2, 3, 4, 5, 6 | ||||
Values | string | All, Pick Successes, Pick Failures, Pick Retries, Put Successes, Put Failures, Put Retries |