grep "physical id" /proc/cpuinfo|sort -u
grep "cpu cores" /proc/cpuinfo|uniq
grep "siblings" /proc/cpuinfo|uniq

  

05-28 05:46