查看Windows服务器的CPU详细信息

查看Windows服务器的CPU详细信息


让我们来看看Win32_Processor类的几个关键属性:

  • AddressWidth On a 32-bit operating system, the value is 32 and on a 64-bit operating system it is 64.
  • Architecture Processor architecture used by the platform.

Value


Meaning


0 (0x0)


x86


1 (0x1)


MIPS


2 (0x2)


Alpha


3 (0x3)


PowerPC


5 (0x5)


ARM


6 (0x6)


Itanium-based systems


9 (0x9)


x64

  • NumberOfCores Number of cores for the current instance of the processor. A core is a physical processor on the integrated circuit. For example, in a dual-core processor this property has a value of 2.
  • NumberOfLogicalProcessors Number of logical processors for the current instance of the processor. For processors capable of hyperthreading, this value includes only the processors which have hyperthreading enabled.

DOS命令查看

C:\Users\xucy>wmic cpu get addresswidth,architecture,deviceid,name,numberofcores,numberoflogicalprocessors

AddressWidth Architecture DeviceID Name NumberOfCores NumberOfLogicalProcessors

64 9 CPU0 Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz 6 12

64 9 CPU1 Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz 6 12

PowerShell查看

PS C:\Users\xucy> Get-WmiObject -Class Win32_Processor | Format-Table -AutoSize AddressWidth,Architecture,DeviceId,Name,NumberOfCores,NumberOfLogicalProcessors

AddressWidth Architecture DeviceID Name NumberOfCores NumberOfLogicalProcessors

64 9 CPU0 Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz 6 12

64 9 CPU1 Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz 6 12

综上所述,我的CPU是双路六核开启超线程。

参考:

Win32_Processor class https://msdn.microsoft.com/en-us/library/aa394373%28VS.85%29.aspx

时间: 2024-10-13 01:39:30

查看Windows服务器的CPU详细信息的相关文章

查看Linux服务器的CPU详细信息

查看Linux服务器的CPU详细信息 在Linux系统中,CPU的信息在启动的过程中被装载到虚拟目录/proc下的cpuinfo文件中,我们可以通过cat /proc/cpuinfo查看如下: 下面我们来分析其中几个比较重要的指标: processor 逻辑处理器的id. physical id 物理封装的处理器的id. core id 每个核心的id. cpu cores 位于相同物理封装的处理器中的内核数量. siblings 位于相同物理封装的处理器中逻辑处理器的数量. 判断Linux服务

ubuntu下查看服务器的CPU详细情况

https://www.cnblogs.com/liuq/p/5623565.html 全面了解 Linux 服务器 - 1. 查看 Linux 服务器的 CPU 详细情况 ubuntu下查看服务器的CPU详细情况 大文实验室/大文哥 壹捌陆捌零陆捌捌陆捌贰 21504965 AT qq.com 完成时间:2017/12/11 14:08 版本:V1.0 Posted on 2016-06-28 15:16 刘[小]倩 阅读(681) 评论(0) 编辑 收藏 1. 查看 Linux 服务器的 C

查看CentOS服务器的cpu、内存、操作系统版本信息

经常要查看Linux服务器的CPU.内存.操作系统版本等信息,总结一下常用的命令 1.查看CPU型号(32个逻辑CPU) [[email protected] ~]# cat /proc/cpuinfo |grep "name" |cut -f2 -d: |uniq -c 32  Intel(R) Xeon(R) CPU E5-4620 v2 @ 2.60GHz 2.查看物理CPU个数(两个16核CPU) [[email protected] ~]# cat /proc/cpuinfo

.net 禁止远程查看应用程序错误的详细信息,服务器上出现应用程序错误

打开页面时出现以下错误 ? "/"应用程序中的服务器错误. 运行时错误 说明:?服务器上出现应用程序错误.此应用程序的当前自定义错误设置禁止远程查看应用程序错误的详细信息(出于安全原因).但可以通过在本地服务器计算机上运行的浏览器查看.? 详细信息:?若要使他人能够在远程计算机上查看此特定错误消息的详细信息,请在位于当前 Web 应用程序根目录下的"web.config"配置文件中创建一个 <customErrors> 标记.然后应将此 <cust

java查看windows的磁盘空间大小信息

原文:java查看windows的磁盘空间大小信息 代码下载地址:http://www.zuidaima.com/share/1550463266294784.htm 可以通过java的File对象得到磁盘的总空间大小,剩余空间大小,以及已用空间大小. package com.zuidaima.util.file; import java.io.File; public class FreeDiskSpace { public static void main(String[] args) {

ubuntu19.04下查看软件安装目录和详细信息

1.查看软件安装路径: [email protected]:~$ dpkg -L python3/./usr/usr/bin/usr/lib/usr/lib/valgrind/usr/lib/valgrind/python3.supp/usr/share/usr/share/doc/usr/share/doc/python3.... 2.查看软件安装的详细信息: [email protected]:~$ apt show python3Package: python3Version: 3.7.3

查看Windows服务器登录日志

本文以Windows7系统为例:[控制面板]——[管理工具]——[查看事件日志]——[Windows日志]——[安全].此时在视图窗口应该可以看到登录信息了,如果需要知道具体信息那么可以点击某条记录或者选择[安全性]再点工具栏目中[查看]——[筛选]——[事件ID]填528进行过滤,同时视图下面会有两个选项卡,如下图上所示: 图1: 图2:

利用Zabbix API 获取各个分组下的服务器列表以及详细信息

现在越来越多的公司选择使用开源软件Zabbix来做服务器业务监控,其高逼格的用户管理是个亮点,所以可以通过调用它的接口将权限管理应用到很多地方,比如说堡垒机权限.以下是用python简单写了个小脚本,通过定义分组名便可以得到分组下的服务器信息. #coding=utf-8 __author__ = 'Perling' from urllib import urlencode import urllib2 import json def post(post_data):     api_url =

查看Android设备的CPU架构信息

android系统其实是linux,那么可以在程序中去调用cat /proc/meminfo和cat /proc/cpuino去查看内存和CPU等情况的,下面是程序: public class CpuSpeed extends Activity { /** Called when the activity is first created. */ private TextView cpuInfo; private TextView memoryInfo; public void onCreate