File: cpu_view-enum-empty_flag.xml

package info (click to toggle)
python-dracclient 3.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: xml: 18,999; python: 7,076; makefile: 23
file content (75 lines) | stat: -rw-r--r-- 4,785 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
    xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
    xmlns:n1="http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_CPUView">
    <s:Header>
        <wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
        <wsa:Action>http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse</wsa:Action>
        <wsa:RelatesTo>uuid:dd7ea19a-8633-4fa4-a43a-66ae8220f689</wsa:RelatesTo>
        <wsa:MessageID>uuid:247e710c-29de-19de-93c9-f148d4fe83b0</wsa:MessageID>
        </s:Header>
        <s:Body>
            <wsen:EnumerateResponse>
                <wsman:Items>
                    <n1:DCIM_CPUView>
                        <n1:CPUFamily>B3</n1:CPUFamily>
                        <n1:CPUStatus>1</n1:CPUStatus>
                        <n1:Cache1Associativity>7</n1:Cache1Associativity>
                        <n1:Cache1ErrorMethodology>4</n1:Cache1ErrorMethodology>
                        <n1:Cache1Level>0</n1:Cache1Level>
                        <n1:Cache1Location>0</n1:Cache1Location>
                        <n1:Cache1PrimaryStatus>1</n1:Cache1PrimaryStatus>
                        <n1:Cache1SRAMType>2</n1:Cache1SRAMType>
                        <n1:Cache1Size>384</n1:Cache1Size>
                        <n1:Cache1Type>5</n1:Cache1Type>
                        <n1:Cache1WritePolicy>1</n1:Cache1WritePolicy>
                        <n1:Cache2Associativity>7</n1:Cache2Associativity>
                        <n1:Cache2ErrorMethodology>5</n1:Cache2ErrorMethodology>
                        <n1:Cache2Level>1</n1:Cache2Level>
                        <n1:Cache2Location>0</n1:Cache2Location>
                        <n1:Cache2PrimaryStatus>1</n1:Cache2PrimaryStatus>
                        <n1:Cache2SRAMType>2</n1:Cache2SRAMType>
                        <n1:Cache2Size>1536</n1:Cache2Size>
                        <n1:Cache2Type>5</n1:Cache2Type>
                        <n1:Cache2WritePolicy>1</n1:Cache2WritePolicy>
                        <n1:Cache3Associativity>14</n1:Cache3Associativity>
                        <n1:Cache3ErrorMethodology>5</n1:Cache3ErrorMethodology>
                        <n1:Cache3Level>2</n1:Cache3Level>
                        <n1:Cache3Location>0</n1:Cache3Location>
                        <n1:Cache3PrimaryStatus>1</n1:Cache3PrimaryStatus>
                        <n1:Cache3SRAMType>2</n1:Cache3SRAMType>
                        <n1:Cache3Size>15360</n1:Cache3Size>
                        <n1:Cache3Type>5</n1:Cache3Type>
                        <n1:Cache3WritePolicy>1</n1:Cache3WritePolicy>
                        <n1:Characteristics>4</n1:Characteristics>
                        <n1:CurrentClockSpeed>2400</n1:CurrentClockSpeed>
                        <n1:DeviceDescription>CPU 1</n1:DeviceDescription>
                        <n1:ExecuteDisabledCapable>0</n1:ExecuteDisabledCapable>
                        <n1:ExecuteDisabledEnabled>0</n1:ExecuteDisabledEnabled>
                        <n1:ExternalBusClockSpeed>6400</n1:ExternalBusClockSpeed>
                        <n1:FQDD>CPU.Socket.1</n1:FQDD>
                        <n1:HyperThreadingCapable />
                        <n1:HyperThreadingEnabled />
                        <n1:InstanceID>CPU.Socket.1</n1:InstanceID>
                        <n1:LastSystemInventoryTime>20160107171416.000000+000</n1:LastSystemInventoryTime>
                        <n1:LastUpdateTime>20151112172601.000000+000</n1:LastUpdateTime>
                        <n1:Manufacturer>Intel</n1:Manufacturer>
                        <n1:MaxClockSpeed>4000</n1:MaxClockSpeed>
                        <n1:Model>Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz</n1:Model>
                        <n1:NumberOfEnabledCores>6</n1:NumberOfEnabledCores>
                        <n1:NumberOfEnabledThreads>12</n1:NumberOfEnabledThreads>
                        <n1:NumberOfProcessorCores>6</n1:NumberOfProcessorCores>
                        <n1:PrimaryStatus>1</n1:PrimaryStatus>
                        <n1:TurboModeCapable>1</n1:TurboModeCapable>
                        <n1:TurboModeEnabled>1</n1:TurboModeEnabled>
                        <n1:VirtualizationTechnologyCapable>1</n1:VirtualizationTechnologyCapable>
                        <n1:VirtualizationTechnologyEnabled>1</n1:VirtualizationTechnologyEnabled>
                        <n1:Voltage>1.3</n1:Voltage>
                    </n1:DCIM_CPUView>
                </wsman:Items>
            <wsen:EnumerationContext/>
            <wsman:EndOfSequence/>
        </wsen:EnumerateResponse>
    </s:Body>
</s:Envelope>