古いコンピューターを所有していない限り、つまり90年代のコンピューターを意味する場合を除いて、おそらくその中にマルチコアプロセッサー(multicore processor)が搭載されています。CPUに搭載されているコアと論理プロセッサの数を知っていますか?この情報を知りたいですか?この記事では、コンピューターのプロセッサーに搭載されているコアの数、またはWindowsで使用できる論理コアの数を確認するために使用できる7つの方法を紹介します。
注:(NOTE:)このチュートリアルは、CPUに搭載されているコアと論理プロセッサの数を確認するのに役立ちます。CPUコアは、プロセッサ内にある物理コアです。論理プロセッサは「コア内のコア」です。つまり、単一のコアが複数(2つ以上)のタスクを同時に実行する機能を表します。たとえば、クアッドコアプロセッサ(quad-core processor)には4つの物理コアがあり、各物理コアが2つの同時スレッドまたはタスクを実行できる場合は、8つの論理プロセッサがあります。
1.タスクマネージャー(Task Manager)を使用して、CPUのコア数を確認します(CPU)
おそらく、 CPU(CPU)に搭載されているコアの数と、CPU上の論理プロセッサの数を確認するための最も速くて簡単な方法は、タスクマネージャ(Task Manager)を使用することです。Ctrl + Shift + Escキーを同時に押すか、ここで説明する方法の1つに従って、タスクマネージャー(Task Manager)を起動します。Windows10(Windows 10)およびWindows8.1で(Windows 8.1)タスクマネージャー(Task Manager)を起動する10の方法。
Windows10またはWindows8.1(Windows 8.1)を使用している場合は、タスクマネージャーで[(Task Manager)パフォーマンス(Performance)]タブに移動します。ウィンドウの右下には、探している情報(コア(Cores)と論理プロセッサ(Logical processors)の数)が表示されます。
Windows 7を使用している場合、タスクマネージャーで、 (Task Manager)CPUにある論理プロセッサごとに異なるグラフが表示されます。それらを数えるだけで、必要な情報を得ることができます。(Just)
2.システム情報を使用して、プロセッサに搭載されているコアの数を確認します(System Information)
システム情報(System Information)アプリは、CPUで見つかったコアと論理プロセッサの数を見つける別の簡単な方法を提供します。それを起動し、[システムの概要]セクションで[(System Summary)プロセッサ](Processor)行を探します。CPUの正確な名前と頻度(name and frequency)、およびその上のコアと論理プロセッサの数が一覧表示されます。
3.デバイスマネージャー(Device Manager)を使用して、CPUに搭載されている論理プロセッサの数を確認します(CPU)
CPUで見つかった論理プロセッサの数だけを知りたい場合は、デバイスマネージャ(Device Manager)を使用して答えを得ることができます。
デバイスマネージャ(Device Manager)を開き、プロセッサ(Processors)リストを展開します。次に、リストに表示されているプロセッサの数を数えます。
4.コマンドプロンプトまたはPowerShell(Command Prompt or PowerShell)を使用して、プロセッサのコア数を確認します
コマンドライン(command line)を使用する場合は、 PowerShellまたはコマンドプロンプト(Command Prompt)を使用して、 CPU上のコアと論理プロセッサの数を確認することもできます。
PowerShellまたはコマンドプロンプト(Open PowerShell or Command Prompt)を開き、次のコマンドを入力します:wmic cpu get NumberOfCores、NumberOfLogicalProcessors。NumberOfCoresとNumberOfLogicalProcessorsの間にスペースがないことを確認してください。コマンドの出力は、 CPU(CPU)上で検出されたコアの数と論理プロセッサの数を示します。
5.環境変数を読み取って、CPUに搭載されている論理プロセッサの数を確認します(CPU)
CPUで検出された論理プロセッサの数を見つける別の方法は、プロセッサ数(Number of Processors)と呼ばれるシステム環境変数(system environment variable)を使用することに基づいています。残念ながら、これはCPU(CPU)にコアがいくつあるかも教えてくれません。
CPUで見つかった論理プロセッサの数を知りたい場合で、コマンドプロンプト(Command Prompt)が必要な場合は、それを起動して次のコマンドを入力します:echo %NUMBER_OF_PROCESSORS%。
CPUで見つかった論理プロセッサの数を知りたい場合で、PowerShellを使用する場合は、CPUを起動して、次のコマンドを入力します:echo $env:NUMBER_OF_PROCESSORS。
6. BIOSまたはUEFI(BIOS or UEFI)を使用して、CPUのコア数を確認します(CPU)
一部のコンピューターは、 BIOSまたはUEFI(BIOS or UEFI)内のプロセッサー上のコアの数も通知します。まず、コンピューターの(First)BIOS/UEFIにアクセスする必要があります。
BIOS/UEFIに入ったら、プロセッサーに関する情報を表示するページを探します。マザーボードの製造元によっては、このページの名前が異なる場合があるため、手動で探す必要があります。常にではありませんが、BIOS/UEFIは、CPUのコア数など、CPUに関する詳細も共有する場合があります。ギガバイトのメインボード(Gigabyte mainboard)の例を次に示します。
7.サードパーティのアプリを使用して、CPUに搭載されているコアと論理プロセッサの数を確認します
CPUが検出したコアと論理プロセッサの数を簡単に特定するための最後の方法は、システムに関する情報の収集に特化したサードパーティのアプリを実行することです。そこにはそのようなツールがたくさんあり、それらを見つけるためにあなたがしなければならないのはグーグル(Google)を使うことだけです。この目的のために私たちが最も気に入っている2つのツールは、ここからダウンロード(download from here)できるSpeccyと、ここから入手(get from here)できるCPU-Zです。
CPUに搭載されているコアと論理プロセッサの数を調べるためのお気に入りの方法はどれですか。
これらは、 CPU(CPU)コアと論理プロセッサの数を見つけるために私たちが考えることができる方法でした。どれ(Which)があなたのお気に入りですか?この情報を見つける他の方法を知っていますか?それらを他の読者と共有していただけませんか?以下のコメントセクションを使用して、コメントを残してください。
7 ways to tell how many cores your processor has
Unless you own an оld computer, and by that we mean a computer that's from the nіnetiеs, you probably have a multicore processor inside it. Do you know how many cores and logical processors your CPU has? Do you want to find out this information? In this article we will show you seνеn methods that you can use to see how many cores your computer's processor has, or how many logical cores it makes available to Windows:
NOTE: This tutorial helps you find out how many cores and logical processors your CPU has. CPU cores are physical cores found inside the processors. Logical processors are "cores within cores," meaning that they represent the ability of single cores to perform multiple (2 or more) tasks simultaneously. For example, a quad-core processor has four physical cores and may have eight logical processors, if each of its physical cores can run two simultaneous threads or tasks.
1. See how many cores your CPU has, using Task Manager
Probably the fastest and easiest way to see how many cores your CPU has, as well as the number of logical processors on it, involves using the Task Manager. Launch the Task Manager by simultaneously pressing the Ctrl + Shift + Esc keys or by following one of the ways described here: 10 Ways to start the Task Manager in Windows 10 and Windows 8.1.
If you use Windows 10 or Windows 8.1, in Task Manager, go to the Performance tab. On the bottom-right side of the window, you can find the information you are looking for: the number of Cores and Logical processors.
If you use Windows 7, in the Task Manager you should see different graphs for each of the logical processors found on your CPU. Just count them and you get the information you wanted.
2. Find out how many cores your processor has, using System Information
The System Information app offers another quick way to find the number of cores and logical processors found on your CPU. Launch it and, in the System Summary section, look for the Processor line. It lists the exact name and frequency of your CPU alongside the number of cores and logical processors on it.
3. Learn how many logical processors your CPU has, using Device Manager
If you only want to know the number of logical processors found on your CPU, you can use the Device Manager to get your answer.
Open the Device Manager and expand the Processors list. Then, count the number of processors shown in the list.
4. See how many cores your processor has, using Command Prompt or PowerShell
If you prefer using the command line, you might also prefer to find the number of cores and logical processors on your CPU using PowerShell or the Command Prompt.
Open PowerShell or Command Prompt and enter this command: wmic cpu get NumberOfCores,NumberOfLogicalProcessors. Make sure that there is no space between NumberOfCores and NumberOfLogicalProcessors. The output of the command tells you how many cores and how many logical processors are found on your CPU.
5. Learn how many logical processors your CPU has, by reading environment variables
Another way to find how many logical processors are found on your CPU is based on using a system environment variable called the Number of Processors. Unfortunately, this does not also tell you how many cores there are on the CPU.
If you want to know the number of logical processors found on your CPU and you prefer the Command Prompt, launch it and enter this command: echo %NUMBER_OF_PROCESSORS%.
If you want to know the number of logical processors found on your CPU and you prefer the PowerShell, launch it and enter this command: echo $env:NUMBER_OF_PROCESSORS.
6. See how many cores your CPU has, using the BIOS or UEFI
Some computers also tell you the number of cores on your processor inside the BIOS or UEFI. First, you have to access the BIOS/UEFI on your computer.
Once you have entered your computer's BIOS/UEFI, look for a page that shows information about your processor. Depending on your motherboard's manufacturer, this page can have different names, so you have to look for it manually. Sometimes, but not always, the BIOS/UEFI also shares details about your CPU that include the number of cores on it. Here is an example from a Gigabyte mainboard:
7. See how many cores and logical processors your CPU has, using third-party apps
The last method we know to easily identify the number of cores and logical processors found a CPU is to run third-party apps that are specialized in gathering information about your system. There are many such tools out there and to find some, all you have to do is use Google. The two tools that we like best for this purpose are Speccy, which you can download from here, and CPU-Z, which you can get from here.
Which is your favorite method for finding out how many cores and logical processors your CPU has?
These were the methods that we could think of for finding out the number of CPU cores and logical processors. Which of them is your favorite? Do you know other ways to find this information? Would you care to share them with other readers? Use the comments section below and leave a comment.