Saturday, February 12, 2011

Finding the cpu width

1> Install cpuid by:
           sudo apt-get install cpuid
     cpuid command is also useful for finding various entities about processor.
2> write on terminal :
          sudo lshw
in second or 3rd paragraph with heading cpu 1 (gives the description of cpu like processor name intel core2 duo, and from their we can see width of cpu).

No comments:

Post a Comment