(file) Return to CIM_NetworkPortStatistics.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="CIMCoreCR00752.000" 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               // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
 7               // to Units qualifier values.</change>
 8               // ==================================================================
 9               //  CIM_NetworkPortStatistics
10               // ==================================================================
11                  [Version ( "2.10.0" ), 
12                   UMLPackagePath ( "CIM::Device::Ports" ), 
13                   Description ( 
14                      "The NetworkPortStatistics class describes the statistics for "
15                      "the NetworkPort." )]
16               class CIM_NetworkPortStatistics : CIM_StatisticalData {
17               
18                     [Description ( 
19                         "The total number of bytes that are transmitted, "
20                         "including framing characters." ), 
21                      Units ( "Bytes" ), 
22 karl  1.1.2.2        Counter, MappingStrings { "MIB.IETF|MIB-II.ifOutOctets", 
23                         "MIF.DMTF|Network Adapter 802 Port|001.7" }, 
24                      PUnit ( "byte" )]
25                  uint64 BytesTransmitted;
26               
27                     [Description ( 
28                         "The total number of bytes that are received, including "
29                         "framing characters." ), 
30                      Units ( "Bytes" ), 
31                      Counter, MappingStrings { "MIB.IETF|MIB-II.ifInOctets", 
32                         "MIF.DMTF|Network Adapter 802 Port|001.9" }, 
33                      PUnit ( "byte" )]
34                  uint64 BytesReceived;
35               
36                     [Description ( 
37                         "The total number of packets that are transmitted." ), 
38                      Counter]
39                  uint64 PacketsTransmitted;
40               
41                     [Description ( 
42                         "The total number of packets that are received." ), 
43 karl  1.1.2.2        Counter]
44                  uint64 PacketsReceived;
45               
46               
47               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2