How to know if your Processor supports Virtualization Technology
This post was written by admin on July 24, 2009
Posted Under: General
Posted Under: General
If you running a virtual machine on your computer,Virtualization Technology can offload some of the work to the new cpu extensions to improve the performance.
To know if your computer support it or not,run following command:
egrep '(vmx|svm)' /proc/cpuinfo
You’ll see svm or vmx in the list of flags,like following.
Related posts:
- Determine Hard disk,CPU infomation/temperature in Ubuntu
- Install free and open source photo processor Photivo in Ubuntu
- List of commands determine system info/resources/partitions/process in Ubuntu Linux
- ReText Text Editor Supports Text Formatting & Save to PDF HTML ODT
- How to restore Grub 2 after reinstalling Windows XP/Vista/Win7
Tags: tips

