Hi,
On Centos is it possible to read the processor ID from any File ?
Regards, Premraj M Disclaimer : This message is proprietary to Smartlink Network Systems Ltd. and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. The company accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus.
______________________________________________________________________________
This email has been scrubbed for your protection by SecureMX. For more information visit http://securemx.in ______________________________________________________________________________
On Mon, May 3, 2010 at 7:51 AM, premrajm@digilink.in wrote:
Hi,
On Centos is it possible to read the processor ID from any File ?
Sure, just use dmidecode...
On Mon, May 3, 2010 at 1:51 PM, premrajm@digilink.in wrote:
Hi,
On Centos is it possible to read the processor ID from any File ?
Regards, Premraj M
dmidecode | more
From: "premrajm@digilink.in" premrajm@digilink.in
On Centos is it possible to read the processor ID from any File ?
cat /proc/cpuinfo
JD
On Mon, May 3, 2010 at 9:24 AM, John Doe jdmls@yahoo.com wrote:
From: "premrajm@digilink.in" premrajm@digilink.in
On Centos is it possible to read the processor ID from any File ?
cat /proc/cpuinfo
At least on my systems, /proc/cpuinfo does not contain the processor ID.
Output from dmidecone: Processor Information Socket Designation: WMT478/NWD Type: Central Processor Family: Pentium 4 Manufacturer: GenuineIntel ID: 29 0F 00 00 FF FB EB BF Signature: Type 0, Family 15, Model 2, Stepping 9
Output from /proc/cpuinfo:
[root@linbox ~]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 CPU 2.66GHz stepping : 9 cpu MHz : 2658.387 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr bogomips : 5319.34
From: Kwan Lowe kwan.lowe@gmail.com
On Centos is it possible to read the processor ID from any File ?
cat /proc/cpuinfo
At least on my systems, /proc/cpuinfo does not contain the processor ID.
I thought of a general identification (vendor_id / cpu family / model); not a specific ID. My bad...
JD