{"id":99,"date":"2015-09-21T09:06:58","date_gmt":"2015-09-21T08:06:58","guid":{"rendered":"http:\/\/www.haxed.me.uk\/?p=99"},"modified":"2015-09-21T09:06:58","modified_gmt":"2015-09-21T08:06:58","slug":"viewing-your-servers-processor-details","status":"publish","type":"post","link":"https:\/\/haxed.me.uk\/index.php\/2015\/09\/21\/viewing-your-servers-processor-details\/","title":{"rendered":"Viewing your servers processor details"},"content":{"rendered":"<p>Last week, I had an internal phone call, where a customer at their end of the line was asking for the specific hardware used in our openstack cloud solution. I told them that although there were no statistics available, and that most of the servers had a similar performance hardware configuration that the type of processors and their information can still be seen from the Guest virtual Machine. This means if the customer is running Linux they can run a command to return that information, and if they are running Windows they can run an application  like CPU-Z to read the type of memory, processor etc being used.<\/p>\n<p>Of course the command was simple<\/p>\n<pre>\r\ncat \/proc\/cpuinfo \r\n\r\nprocessor\t: 0\r\nvendor_id\t: GenuineIntel\r\ncpu family\t: 6\r\nmodel\t\t: 26\r\nmodel name\t: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz\r\nstepping\t: 5\r\ncpu MHz\t\t: 2261.060\r\ncache size\t: 8192 KB\r\nphysical id\t: 1\r\nsiblings\t: 4\r\ncore id\t\t: 0\r\ncpu cores\t: 4\r\napicid\t\t: 16\r\nfpu\t\t: yes\r\nfpu_exception\t: yes\r\ncpuid level\t: 11\r\nwp\t\t: yes\r\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm\r\nbogomips\t: 4522.12\r\nclflush size\t: 64\r\ncache_alignment\t: 64\r\naddress sizes\t: 40 bits physical, 48 bits virtual\r\npower management: [8]\r\n\r\nprocessor\t: 1\r\nvendor_id\t: GenuineIntel\r\ncpu family\t: 6\r\nmodel\t\t: 26\r\nmodel name\t: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz\r\nstepping\t: 5\r\ncpu MHz\t\t: 2261.060\r\ncache size\t: 8192 KB\r\nphysical id\t: 0\r\nsiblings\t: 4\r\ncore id\t\t: 0\r\ncpu cores\t: 4\r\napicid\t\t: 0\r\nfpu\t\t: yes\r\nfpu_exception\t: yes\r\ncpuid level\t: 11\r\nwp\t\t: yes\r\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm\r\nbogomips\t: 4521.97\r\nclflush size\t: 64\r\ncache_alignment\t: 64\r\naddress sizes\t: 40 bits physical, 48 bits virtual\r\npower management: [8]\r\n\r\nprocessor\t: 2\r\nvendor_id\t: GenuineIntel\r\ncpu family\t: 6\r\nmodel\t\t: 26\r\nmodel name\t: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz\r\nstepping\t: 5\r\ncpu MHz\t\t: 2261.060\r\ncache size\t: 8192 KB\r\nphysical id\t: 1\r\nsiblings\t: 4\r\ncore id\t\t: 1\r\ncpu cores\t: 4\r\napicid\t\t: 18\r\nfpu\t\t: yes\r\nfpu_exception\t: yes\r\ncpuid level\t: 11\r\nwp\t\t: yes\r\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm\r\nbogomips\t: 4522.02\r\nclflush size\t: 64\r\ncache_alignment\t: 64\r\naddress sizes\t: 40 bits physical, 48 bits virtual\r\npower management: [8]\r\n\r\nprocessor\t: 3\r\nvendor_id\t: GenuineIntel\r\ncpu family\t: 6\r\nmodel\t\t: 26\r\nmodel name\t: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz\r\nstepping\t: 5\r\ncpu MHz\t\t: 2261.060\r\ncache size\t: 8192 KB\r\nphysical id\t: 0\r\nsiblings\t: 4\r\ncore id\t\t: 1\r\ncpu cores\t: 4\r\napicid\t\t: 2\r\nfpu\t\t: yes\r\nfpu_exception\t: yes\r\ncpuid level\t: 11\r\nwp\t\t: yes\r\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm\r\nbogomips\t: 4522.03\r\nclflush size\t: 64\r\ncache_alignment\t: 64\r\naddress sizes\t: 40 bits physical, 48 bits virtual\r\npower management: [8]\r\n\r\nprocessor\t: 4\r\nvendor_id\t: GenuineIntel\r\ncpu family\t: 6\r\nmodel\t\t: 26\r\nmodel name\t: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz\r\nstepping\t: 5\r\ncpu MHz\t\t: 2261.060\r\ncache size\t: 8192 KB\r\nphysical id\t: 1\r\nsiblings\t: 4\r\ncore id\t\t: 2\r\ncpu cores\t: 4\r\napicid\t\t: 20\r\nfpu\t\t: yes\r\nfpu_exception\t: yes\r\ncpuid level\t: 11\r\nwp\t\t: yes\r\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm\r\nbogomips\t: 4522.04\r\nclflush size\t: 64\r\ncache_alignment\t: 64\r\naddress sizes\t: 40 bits physical, 48 bits virtual\r\npower management: [8]\r\n\r\nprocessor\t: 5\r\nvendor_id\t: GenuineIntel\r\ncpu family\t: 6\r\nmodel\t\t: 26\r\nmodel name\t: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz\r\nstepping\t: 5\r\ncpu MHz\t\t: 2261.060\r\ncache size\t: 8192 KB\r\nphysical id\t: 0\r\nsiblings\t: 4\r\ncore id\t\t: 2\r\ncpu cores\t: 4\r\napicid\t\t: 4\r\nfpu\t\t: yes\r\nfpu_exception\t: yes\r\ncpuid level\t: 11\r\nwp\t\t: yes\r\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm\r\nbogomips\t: 4522.00\r\nclflush size\t: 64\r\ncache_alignment\t: 64\r\naddress sizes\t: 40 bits physical, 48 bits virtual\r\npower management: [8]\r\n\r\nprocessor\t: 6\r\nvendor_id\t: GenuineIntel\r\ncpu family\t: 6\r\nmodel\t\t: 26\r\nmodel name\t: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz\r\nstepping\t: 5\r\ncpu MHz\t\t: 2261.060\r\ncache size\t: 8192 KB\r\nphysical id\t: 1\r\nsiblings\t: 4\r\ncore id\t\t: 3\r\ncpu cores\t: 4\r\napicid\t\t: 22\r\nfpu\t\t: yes\r\nfpu_exception\t: yes\r\ncpuid level\t: 11\r\nwp\t\t: yes\r\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm\r\nbogomips\t: 4522.00\r\nclflush size\t: 64\r\ncache_alignment\t: 64\r\naddress sizes\t: 40 bits physical, 48 bits virtual\r\npower management: [8]\r\n\r\nprocessor\t: 7\r\nvendor_id\t: GenuineIntel\r\ncpu family\t: 6\r\nmodel\t\t: 26\r\nmodel name\t: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz\r\nstepping\t: 5\r\ncpu MHz\t\t: 2261.060\r\ncache size\t: 8192 KB\r\nphysical id\t: 0\r\nsiblings\t: 4\r\ncore id\t\t: 3\r\ncpu cores\t: 4\r\napicid\t\t: 6\r\nfpu\t\t: yes\r\nfpu_exception\t: yes\r\ncpuid level\t: 11\r\nwp\t\t: yes\r\nflags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm\r\nbogomips\t: 4522.05\r\nclflush size\t: 64\r\ncache_alignment\t: 64\r\naddress sizes\t: 40 bits physical, 48 bits virtual\r\npower management: [8]\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Last week, I had an internal phone call, where a customer at their end of the line was asking for the specific hardware used in our openstack cloud solution. I told them that although there were no statistics available, and &hellip; <a href=\"https:\/\/haxed.me.uk\/index.php\/2015\/09\/21\/viewing-your-servers-processor-details\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-99","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/99","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/comments?post=99"}],"version-history":[{"count":0,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/99\/revisions"}],"wp:attachment":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/media?parent=99"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/categories?post=99"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/tags?post=99"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}