오래된 컴퓨터를 소유하고 있지 않다면 90년대의 컴퓨터를 의미합니다. 아마도 그 안에 멀티코어 프로세서(multicore processor) 가 있을 것입니다. CPU 에 몇 개의 코어와 논리 프로세서가 있는지 알고 있습니까? 이 정보를 알고 싶습니까? 이 기사에서는 컴퓨터 프로세서의 코어 수 또는 Windows에서 사용할 수 있는 논리 코어 수를 확인하는 데 사용할 수 있는 7가지 방법을 보여줍니다.
참고: 이 자습서는 (NOTE:)CPU 에 몇 개의 코어와 논리 프로세서가 있는지 확인하는 데 도움이 됩니다 . CPU 코어는 프로세서 내부에 있는 물리적 코어입니다. 논리 프로세서는 "코어 내의 코어"로, 단일 코어가 여러(2개 이상) 작업을 동시에 수행할 수 있는 능력을 나타냅니다. 예를 들어 쿼드 코어 프로세서(quad-core processor) 에는 물리적 코어가 4개 있고 논리적 프로세서가 8개 있을 수 있습니다. 각 물리적 코어가 2개의 동시 스레드 또는 작업을 실행할 수 있는 경우입니다.
1. 작업 관리자(Task Manager) 를 사용 하여 CPU 의 코어 수 확인(CPU)
CPU 의 코어 수와 논리 프로세서 수 를 확인하는 가장 빠르고 쉬운 방법 은 작업 관리자(Task Manager) 를 사용하는 것 입니다. Ctrl + Shift + Esc 키 를 동시에 누르 거나 여기에 설명된 방법 중 하나를 따라 작업 관리자(Task Manager) 를 시작 합니다. Windows 10 및 Windows 8.1 에서 작업 관리자(Task Manager) 를 시작하는 10가지 방법 .
Windows 10 또는 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(CPU) 의 정확한 이름과 빈도(name and frequency) 가 코어 및 논리 프로세서 수와 함께 나열됩니다.
3. 장치 관리자(Device Manager) 를 사용 하여 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 에서 발견된 논리적 프로세서의 수를 찾는 또 다른 방법 은 Number of Processors 라는 시스템 환경 변수(system environment variable) 를 사용하는 것 입니다. 불행히도 이것은 CPU(CPU) 에 몇 개의 코어가 있는지 알려주지 않습니다 .
CPU 에서 발견된 논리적 프로세서의 수를 알고 싶고 명령 프롬프트(Command Prompt) 를 선호하는 경우 이를 실행하고 다음 명령을 입력하십시오. echo %NUMBER_OF_PROCESSORS% .
CPU 에서 발견된 논리적 프로세서의 수를 알고 싶고 PowerShell 을 선호하는 경우 이를 실행하고 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 에 대한 세부 정보도 공유 합니다. 다음은 Gigabyte 메인보드(Gigabyte mainboard) 의 예입니다 .
7. 타사 앱을 사용 하여 CPU 의 코어 및 논리 프로세서 수 확인
CPU 에서 발견된 코어 및 논리 프로세서의 수를 쉽게 식별하기 위해 우리가 알고 있는 마지막 방법 은 시스템에 대한 정보 수집에 특화된 타사 앱을 실행하는 것입니다. 그러한 도구가 많이 있으며 일부를 찾으려면 Google 을 사용하기만 하면 됩니다 . 이 목적에 가장 적합한 두 가지 도구는 여기에서 다운로드(download from here) 할 수 있는 Speccy 와 여기 에서 얻을(get from here) 수 있는 CPU-Z 입니다.
CPU 에 몇 개의 코어와 논리 프로세서가 있는지 알아낼 때 가장 좋아하는 방법 은 무엇입니까?
이것들은 CPU(CPU) 코어와 논리 프로세서 의 수를 알아내기 위해 생각할 수 있는 방법이었습니다 . 그 중 당신이 가장 좋아하는 것은 무엇입니까 ? (Which)이 정보를 찾는 다른 방법을 알고 있습니까? 다른 독자들과 공유하시겠습니까? 아래 댓글 섹션을 사용하여 댓글을 남겨주세요.
7 ways to tell how many cores your processor has
Unless yoυ own an old computеr, and by that we mean a computer that's from the nineties, yоu probably have a multicore processor inside it. Do you know how many corеs and logical procеѕsors your CPU has? Do you want to find out this information? In this article we will ѕhow you seven methods that you can use to see how many cores your computеr's proсessor 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.