2023年6月10日 星期六

查看CPU_VT & HT是否開啟

HT = Hyper-threading 超執行緒(超線程)

VT = Virtualization Techonlogy 處理器虛擬化技術



查看HT是否有開啟

cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l

cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l #查看物理cpu數

cat /proc/cpuinfo |grep "processor"|wc -l #查看邏輯cpu數

cat /proc/cpuinfo |grep "cores"|uniq #單個cpu核數

##邏輯CPU個數=物理CPU個數×cpu核數×2 等於表示啟用,不等於表示不啟用


查看CPU_VT & HT是否開啟




查看VT是有有支援與開啟

lscpu

lsmod |grep kvm





DELL配置




沒有留言:

張貼留言