查看服務器cpu是否支持VT

(1)通用方法

# grep -E 'svm|vmx' /proc/cpuinfo


(2)ubuntu系統中查看

apt-get install cpu-checker
kvm-ok
  • 以下結果說明支持VT

    INFO: /dev/kvm exists

    KVM acceleration can be used

  • 以下結果說明不支持VT

    INFO: Your CPU does not support KVM extensions

    KVM acceleration can NOT be used



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章