diff options
Diffstat (limited to 'tests/expected/lscpu/lscpu-x86_64-xenfull')
-rw-r--r-- | tests/expected/lscpu/lscpu-x86_64-xenfull | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/expected/lscpu/lscpu-x86_64-xenfull b/tests/expected/lscpu/lscpu-x86_64-xenfull new file mode 100644 index 0000000..1a5c46a --- /dev/null +++ b/tests/expected/lscpu/lscpu-x86_64-xenfull @@ -0,0 +1,22 @@ +CPU(s): 2 +Thread(s) per core: 1 +Core(s) per socket: 1 +CPU socket(s): 2 +NUMA node(s): 1 +Vendor ID: GenuineIntel +CPU family: 6 +Model: 23 +Stepping: 6 +CPU MHz: 2493.900 +Hypervisor vendor: Xen +Virtualization type: full +L1d cache: 32K +L1i cache: 32K +L2 cache: 6144K + +# The following is the parsable format, which can be fed to other +# programs. Each different item in every column has an unique ID +# starting from zero. +# CPU,Core,Socket,Node,,L1d,L1i,L2 +0,0,0,0,,0,0,0 +1,1,1,0,,1,1,1 |