(file) Return to CIM_FCPortRateStatistics.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="CIMCoreCR00736.001" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_FCPortRateStatistics
 8               // ==================================================================
 9                  [Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Device::FC" ), 
11                   Description ( 
12                      "FCPortRateStatistics is the performance rate for the FCPort. "
13                      "The Frame and Byte rates report the average of a counter "
14                      "change per second and the maximum counter change per second "
15                      "over a specified interval, the SampleInterval, which is "
16                      "defined in the parent class, StatisticalData." )]
17               class CIM_FCPortRateStatistics : CIM_StatisticalData {
18               
19                     [Description ( 
20                         "TxFrameRate is the instantaneous transmit frame rate." ), 
21                      MappingStrings { 
22 karl  1.1.2.2           "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFRR" }, 
23                      ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
24                  uint64 TxFrameRate;
25               
26                     [Description ( 
27                         "RxFrameRate is the instantaneous receive frame rate." ), 
28                      MappingStrings { 
29                         "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFRR" }, 
30                      ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
31                  uint64 RxFrameRate;
32               
33                     [Description ( 
34                         "MaxTxFrameRate is the maximum transmit frame rate achieved."
35                          ), 
36                      MappingStrings { 
37                         "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFPR" }, 
38                      ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
39                  uint64 MaxTxFrameRate;
40               
41                     [Description ( 
42                         "MaxRxFrameRate is the maximum receive frame rate achieved."
43 karl  1.1.2.2            ), 
44                      MappingStrings { 
45                         "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFPR" }, 
46                      ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
47                  uint64 MaxRxFrameRate;
48               
49                     [Description ( 
50                         "TxRate is the instantaneous transmit byte rate." ), 
51                      MappingStrings { 
52                         "FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_TBYR" }, 
53                      ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
54                  uint64 TxRate;
55               
56                     [Description ( 
57                         "RxRate is the instantaneous receive byte rate." ), 
58                      MappingStrings { 
59                         "FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RBYR" }, 
60                      ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
61                  uint64 RxRate;
62               
63                     [Description ( 
64 karl  1.1.2.2           "PeakTxRate is the maximum transmit byte rate achieved." ), 
65                      MappingStrings { 
66                         "FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_TBPR" }, 
67                      ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
68                  uint64 PeakTxRate;
69               
70                     [Description ( 
71                         "PeakRxRate is the maximum receive byte rate achieved." ), 
72                      MappingStrings { 
73                         "FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_RBPR" }, 
74                      ModelCorrespondence { "CIM_StatisticalData.SampleInterval" }]
75                  uint64 PeakRxRate;
76               
77               
78               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2