[CentOS] Read Processor ID

2010-05-03 Thread premrajm
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

Re: [CentOS] Read Processor ID

2010-05-03 Thread Kwan Lowe
On Mon, May 3, 2010 at 7:51 AM, wrote: > > Hi, > > On Centos is it possible to read the processor ID from any File ? > Sure, just use dmidecode... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Read Processor ID

2010-05-03 Thread Rudi Ahlers
On Mon, May 3, 2010 at 1:51 PM, wrote: > > Hi, > > On Centos is it possible to read the processor ID from any File ? > > Regards, > Premraj M > > dmidecode | more -- Kind Regards Rudi Ahlers SoftDux Website: http://www.SoftDux.com Technical Blog: http://Blog.SoftDux.com Office: 087 805 9573 C

Re: [CentOS] Read Processor ID

2010-05-03 Thread John Doe
From: "premr...@digilink.in" >On Centos is it possible to read the processor ID from any File ? cat /proc/cpuinfo JD ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Read Processor ID

2010-05-03 Thread Kwan Lowe
On Mon, May 3, 2010 at 9:24 AM, John Doe wrote: > From: "premr...@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

Re: [CentOS] Read Processor ID

2010-05-03 Thread John Doe
From: Kwan Lowe >>> 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