(file) Return to CIM_MediaAccessStatData.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_MediaAccessStatData 
 6               // ==================================================================
 7                  [Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Device::StorageDevices" ), 
 9                   Description ( 
10                      "Statistics related to reading and writing at a specific "
11                      "MediaAccessDevice, or for a specific StorageExtent. The same "
12                      "class is used to represent this data - whether for the "
13                      "MediaAccessDevice (independent of the StorageExtent), OR for "
14                      "the Extent (independent of its AccessDevice). The element "
15                      "whose statistics are described is associated using the "
16                      "relationship, ElementStatisticalData. Note that this class "
17                      "models the same properties as MediaAccessStatInfo. This class, "
18                      "however, uses the simplified key mechanisms of its superclass, "
19                      "StatisticalData." )]
20               class CIM_MediaAccessStatData : CIM_StatisticalData {
21               
22 karl  1.1.2.2       [Description ( "The number of attempted read operations." ), 
23                      Counter]
24                  uint64 ReadOperations;
25               
26                     [Description ( "The number of unrecoverable read operations." ), 
27                      Counter]
28                  uint64 UnrecoverableReadOperations;
29               
30                     [Description ( "The number of attempted write operations." ), 
31                      Counter]
32                  uint64 WriteOperations;
33               
34                     [Description ( "The number of unrecoverable write operations." ), 
35                      Counter]
36                  uint64 UnrecoverableWriteOperations;
37               
38                     [Description ( "The number of recovered read operations." ), 
39                      Counter]
40                  uint64 RecoveredReadOperations;
41               
42                     [Description ( "The number of recovered write operations." ), 
43 karl  1.1.2.2        Counter]
44                  uint64 RecoveredWriteOperations;
45               
46                     [Description ( "The number of recovered seek operations." ), 
47                      Counter]
48                  uint64 RecoveredSeekOperations;
49               
50                     [Description ( "The number of unrecoverable seek operations." ), 
51                      Counter]
52                  uint64 UnrecoverableSeekOperations;
53               
54               
55               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2