File: cpu_view-enum-missing_flags.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 (64 lines) | stat: -rw-r--r-- 3,821 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
<s:Envelope xmlns:n1="http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_CPUView"
            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">
    <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:bde5656e-1253-4545-87dd-a111346efebe</wsa:RelatesTo>
        <wsa:MessageID>uuid:35d42397-376d-176d-8062-a36fc6fe83b0</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>5</n1:Cache1ErrorMethodology>
                    <n1:Cache1Level>0</n1:Cache1Level>
                    <n1:Cache1PrimaryStatus>1</n1:Cache1PrimaryStatus>
                    <n1:Cache1SRAMType>2</n1:Cache1SRAMType>
                    <n1:Cache1Size>256</n1:Cache1Size>
                    <n1:Cache1Type>4</n1:Cache1Type>
                    <n1:Cache1WritePolicy>1</n1:Cache1WritePolicy>
                    <n1:Cache2Associativity>7</n1:Cache2Associativity>
                    <n1:Cache2ErrorMethodology>5</n1:Cache2ErrorMethodology>
                    <n1:Cache2Level>1</n1:Cache2Level>
                    <n1:Cache2PrimaryStatus>1</n1:Cache2PrimaryStatus>
                    <n1:Cache2SRAMType>2</n1:Cache2SRAMType>
                    <n1:Cache2Size>2048</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:Cache3PrimaryStatus>1</n1:Cache3PrimaryStatus>
                    <n1:Cache3SRAMType>2</n1:Cache3SRAMType>
                    <n1:Cache3Size>20480</n1:Cache3Size>
                    <n1:Cache3Type>5</n1:Cache3Type>
                    <n1:Cache3WritePolicy>1</n1:Cache3WritePolicy>
                    <n1:Characteristics>2</n1:Characteristics>
                    <n1:CurrentClockSpeed>1900</n1:CurrentClockSpeed>
                    <n1:DeviceDescription>CPU 1</n1:DeviceDescription>
                    <n1:ExternalBusClockSpeed>6400</n1:ExternalBusClockSpeed>
                    <n1:FQDD>CPU.Socket.1</n1:FQDD>
                    <n1:InstanceID>CPU.Socket.1</n1:InstanceID>
                    <n1:LastSystemInventoryTime>20160706154809.000000+000</n1:LastSystemInventoryTime>
                    <n1:LastUpdateTime>20141016232016.000000+000</n1:LastUpdateTime>
                    <n1:Manufacturer>Intel</n1:Manufacturer>
                    <n1:MaxClockSpeed>3600</n1:MaxClockSpeed>
                    <n1:Model>Intel(R) Xeon(R) CPU E5-2440 v2 @ 1.90GHz</n1:Model>
                    <n1:NumberOfEnabledCores>8</n1:NumberOfEnabledCores>
                    <n1:NumberOfEnabledThreads>16</n1:NumberOfEnabledThreads>
                    <n1:NumberOfProcessorCores>8</n1:NumberOfProcessorCores>
                    <n1:PrimaryStatus>1</n1:PrimaryStatus>
                    <n1:Voltage>1.2</n1:Voltage>
                </n1:DCIM_CPUView>
            </wsman:Items>
            <wsen:EnumerationContext/>
            <wsman:EndOfSequence/>
        </wsen:EnumerateResponse>
    </s:Body>
</s:Envelope>