$ grep vmx /proc/cpuinfo
If your interested in reading the ouput of /proc/cpuinfo in more detail: $ cat /proc/cpuinfo | less
The procfs filesystem contains loads of process and system information and /proc/cpuinfo in particular contains information regarding the CPU, such as vendor, cache size, clockspeed, cores and CPU flags.
No comments:
Post a Comment