From 9be1b7ea764a138705c73645f7159afef82448fd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 5 Nov 2010 20:23:31 +0000 Subject: initial cpuinfo in utils --- examples/laptop.txt | 15 +++++++++++++++ examples/server.txt | 15 +++++++++++++++ examples/server2.txt | 13 +++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 examples/laptop.txt create mode 100644 examples/server.txt create mode 100644 examples/server2.txt (limited to 'examples') diff --git a/examples/laptop.txt b/examples/laptop.txt new file mode 100644 index 0000000..43eee6a --- /dev/null +++ b/examples/laptop.txt @@ -0,0 +1,15 @@ +cpuinfo (c) 2010 Paul Buetow + + Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel 3072 KB cache + +p = 001 Physical processors +c = 002 Cores @ each physical processor +s = 002 Siblings (Hyper-Threading enabled if s != c) +v = 002 [v = p*c*(s != c ? 2 : 1)] Total processors (including virtual) + Hyper-Threading is disabled + +0001600 MHz each core +0003200 MHz total +0004522 Bogomips each processor (including virtual) +0009044 Bogomips total + diff --git a/examples/server.txt b/examples/server.txt new file mode 100644 index 0000000..191a696 --- /dev/null +++ b/examples/server.txt @@ -0,0 +1,15 @@ +cpuinfo (c) 2010 Paul Buetow + + Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz GenuineIntel 8192 KB cache + +p = 001 Physical processors +c = 004 Cores @ each physical processor +s = 001 Siblings (Hyper-Threading enabled if s != c) +v = 008 [v = p*c*(s != c ? 2 : 1)] Total processors (including virtual) + Hyper-Threading is enabled + +0002673 MHz each core +0010693 MHz total +0005348 Bogomips each processor (including virtual) +0042787 Bogomips total + diff --git a/examples/server2.txt b/examples/server2.txt new file mode 100644 index 0000000..1a15025 --- /dev/null +++ b/examples/server2.txt @@ -0,0 +1,13 @@ + Intel(R) Xeon(R) CPU E5530 @ 2.40GHz GenuineIntel 8192 KB cache + +p = 002 Physical processors +c = 004 Cores @ each physical processor +s = 008 Siblings (Hyper-Threading enabled if s != c) +v = 016 [v = p*c*(s != c ? 2 : 1)] Total processors (including virtual) + Hyper-Threading is enabled + +0002400 MHz each core +0019200 MHz total +0004799 Bogomips each processor (including virtual) +0076789 Bogomips total + -- cgit v1.2.3