데스크탑 PC, 랩탑, 태블릿 또는 2-in-1 장치와 같은 컴퓨터 유형에 관계없이 내부에 프로세서가 있어 작동합니다. 어떤 프로세서인지 궁금하시죠? 컴퓨터에 있는 프로세서의 정확한 모델을 알고 싶습니까? 또한(Furthermore) 속도, 온도, 전압 및 기타 유사한 세부 사항을 모니터링하는 방법을 알고 싶지 않습니까? 이것은 프로세서가 제대로 작동하지 않는다고 느끼거나 오버클럭하려는 경우와 같이 때때로 유용할 수 있습니다. 다음은 컴퓨터의 CPU 와 센서를 모니터링하는 방법을 확인하는 세 가지 방법입니다.(CPU)
참고: (NOTE:)CPU 에 몇 개의 코어 또는 논리 프로세서가 있는지 알아보려면 다음 을 읽어 보십시오. 프로세서에 몇 개의 코어가 있는지 확인하는 7가지 방법.
1. Windows 10만 사용하여 PC 내부에 있는 프로세서와 속도 알아보기
컴퓨터 내부에 어떤 프로세서가 있는지 알고 싶다면 Windows 10(Windows 10) 에서 이 정보를 직접 알려줄 수 있으므로 타사 앱을 찾을 필요가 없습니다 . 그러나 CPU(CPU) 에 대한 세부 정보를 볼 수 있는 곳은 한 곳 이상 입니다. 우선 설정(Settings) 앱: 앱을 열고 System -> About 로 이동 합니다. 장치 사양(Device specifications) 섹션 에서 기본 속도뿐 아니라 프로세서(Processor) 의 이름과 정확한 모델을 확인해야 합니다 .
PC 내부에 어떤 프로세서가 있는지 확인할 수 있는 또 다른 곳은 작업 관리자(Task Manager) 입니다. 그것을 열고 성능(Performance) 탭으로 전환 하고 창 왼쪽에서 CPU 가 선택되어 있는지 확인하십시오 . 그런 다음 작업 관리자(Task Manager) 의 오른쪽 상단 영역을 확인합니다 . 여기에서 프로세서 이름을 확인해야 합니다.
CPU 사용률(CPU Utilization) 그래프 아래에 있는 작업 관리자(Task Manager) 는 프로세서의 기본 속도(Base speed) 와 실시간 속도(Speed) 도 알려줍니다 .
구식 제어판 사용을 선호하는 경우 제어판(Control Panel) 을 열고 System and Security -> System 으로 이동 합니다. 창 오른쪽 의 시스템(System) 섹션 에서 프로세서 의 이름과 기본 속도 를 볼 수 있습니다.(name and base speed)
텍스트 요약이 마음에 들면 Windows 의 (Windows)시스템 정보(System Information) 앱 을 사용하는 것이 좋습니다. 이 앱은 프로세서에 대한 세부 정보도 알려줍니다.
시스템 정보를(System Information and look) 열고 시스템 요약(System Summary) 에서 프로세서(Processor) 를 찾습니다 . 거기에서 이름과 기본 시계(name and base clock) 를 찾아야 합니다 .
마찬가지로 장치 관리자 를 열고 (Device Manager)프로세서(Processors) 항목 을 확장합니다 . 프로세서에 스레드가 있는 횟수만큼 나열되는 것을 볼 수 있지만 모든 항목의 이름은 동일합니다. 그것이 프로세서의 이름입니다.
PowerShell 을 사용 하여 프로세서에 대한 일부 정보를 얻을 수도 있습니다. 그것을 열고 다음 명령을 실행하십시오. Get-WmiObject win32_processor | Select-Object -Property Name, MaxClockSpeed, CurrentClockSpeed . 출력은 CPU(CPU) 의 이름 과 최대 및 현재 속도를 알려야 합니다 . 그러나 속도는 Intel(Intel) 프로세서 에 대해서만 올바르게 보고되는 것 같습니다 . AMD 프로세서 에서 얻을 수 있는 것은 기본 속도(base speed) 뿐입니다 .
명령 프롬프트(Command Prompt) 에서 wmic cpu get name, maxclockspeed, currentclockspeed 명령을 실행하여 프로세서에 대한 정보를 얻을 수 있습니다 .
2. 타사 앱을 사용하여 PC 내부에 어떤 프로세서가 있는지 확인하고 속도, 온도, 전압 등을 확인합니다.
전문화된 타사 앱을 사용하는 것은 프로세서에 대한 세부 정보를 찾는 가장 좋은 방법 중 하나입니다. 이러한 최고의 앱 중 하나는 HWiNFO 입니다. HWiNFO는 (HWiNFO)이름과 속도(name and speed) 를 포함하되 이에 국한되지 않는 CPU 에 대해 알고 싶은 모든 것을 알려줍니다 . 예를 들어 컴퓨터의 센서에서 온도, 실시간 속도, 전압 등에 대한 정보를 수집할 수도 있습니다.
프로세서에 대한 모든 세부 정보를 학습할 수 있는 또 다른 훌륭한 앱은 CPUID CPU-Z 입니다. 여기에는 (CPUID CPU-Z)CPU 를 테스트하거나 스트레스를 주고 다른 사람과 비교하는 데 사용할 수 있는 벤치마킹 기능(benchmarking feature) 도 추가로 포함되어 있습니다.
다른 유사한 도구가 많이 있지만 이것들이 최고입니다.
3. BIOS(BIOS) 를 사용하여 PC 내부에 어떤 프로세서가 있는지 확인하고 속도, 온도, 전압 등을 확인합니다.
모든 컴퓨터는 BIOS (또는 UEFI BIOS )를 사용하여 가장 기본적인 설정을 저장하고 하드웨어를 구성합니다. BIOS 는 또한 기본 및 터보 클럭 속도(base and turbo clock speeds) , 전압, 온도, 냉각기 팬 속도(cooler fan speed) 등과 같은 PC 내부의 프로세서에 대한 더 많은 세부 정보를 보여 줍니다. 컴퓨터의 BIOS 에 액세스 하고 해당 프로세서를 탐색합니다. 필요한 정보를 찾을 수 있는 페이지입니다. BIOS는(BIOSes differ) 제조업체마다, 마더보드 마다 다르기 때문에 어디로 가야 하는지 정확히 알려드릴 수 없습니다 . 그러나 일반적으로 BIOS(BIOS) 의 첫 번째 페이지 또는CPU 페이지(CPU page) . 다음은 ASUS 마더보드(ASUS motherboard) 의 예입니다 .
( UEFI ) BIOS 에서 얻는 정보 는 일반적으로 더 상세하며 프로세서 ID, 속도 및 기타 특성과 관련하여 항상 정확합니다.
프로세서에 대한 세부 정보를 찾는 데 가장 선호하는 방법은 무엇입니까?
다음은 컴퓨터에 있는 프로세서에 대한 정보를 찾는 일반적인 방법입니다. 그들 중 일부는 다른 것보다 쉽고 일부는 다른 것보다 더 많은 정보를 제공합니다. 프로세서 이름과 속도만 알고 싶은 경우 Windows 10 의 기본 제공 도구를 사용할 수 있습니다. 그러나 프로세서를 실시간으로 모니터링하거나 기능 및 사양에 대한 자세한 내용을 보려면 ( UEFI ) BIOS 에 액세스 하거나 특수 앱을 실행해야 합니다. 가장 선호하는 방법과 이유는 무엇입니까 ? (Which)아래 의견에 알려주십시오.
3 ways to see what processor is inside your PC, its speed, temperature, etc.
Regаrdless of what type of computer you have, be it a desktop PC, a laptop, a tablet, or а 2-in-1 device, it has a processor inside that makes it tіck. Do you wonder what procеssor it is? Do you want to find out the exact model of procеssor that your cоmputer has? Furthermore, woυldn't yоu like to know how to monіtor its speed, temperature, voltages, and other similar details? This can be useful at times, like when you fеel that your procеssor doesn't perform as it should, or if you want to overсlock it. Here are three ways to see what CPU your computer has, and how to monitor its ѕensors:
NOTE: If you are looking to find out how many cores or logical processors your CPU has, read: 7 ways to tell how many cores your processor has.
1. Find out what processor is inside your PC, and its speed, using only Windows 10
If all you want is to know what processor is inside your computer, there is no need to look for third-party apps, because Windows 10 can tell you this information directly. However, there is more than just one place where you see details about your CPU. For starters, the Settings app: open it and browse to System -> About. In the Device specifications section, you should see the name and exact model of your Processor, as well as its base speed.
Another place where you can check what processor is inside your PC is the Task Manager. Open it, switch to its Performance tab, and make sure that CPU is selected on the left side of the window. Then, look at the top-right area of the Task Manager. That's where you should see the name of your processor.
Beneath the CPU Utilization graph, Task Manager also tells you the processor's Base speed and real-time Speed.
If you prefer using the old-school Control Panel, open it and go to System and Security -> System. There, on the right side of the window, you see the name and base speed of your processor, in the System section.
If you like text summaries, you might prefer to use the System Information app from Windows, which can also tell you details about your processor.
Open System Information and look for Processor in the System Summary. There, you should find its name and base clock.
Similarly, open Device Manager and expand the Processors entry. You should see your processor listed for as many times as it has threads, but all of the entries bear the same name. That's the processor's name.
You can also use PowerShell to get some information about your processor. Open it and run this command: Get-WmiObject win32_processor | Select-Object -Property Name, MaxClockSpeed, CurrentClockSpeed. The output should tell you the name of your CPU, as well as its maximum and current speeds. However, the speeds seem to be reported correctly only for Intel processors. On AMD processors, what you get is just the base speed.
In Command Prompt, you can get information about your processor by running this command: wmic cpu get name, maxclockspeed, currentclockspeed.
2. Find out what processor is inside your PC, and check its speed, temperature, voltage and so on, using third-party apps
Using specialized third-party apps is one of the best ways to find out details about your processor. One of the best such apps is HWiNFO: it can tell you everything you want to know about the CPU, including, but not limited to, its name and speed. For example, it can also gather information from the sensors in your computer about the temperature, real-time speed, voltages, and so on.
Another excellent app for learning all the details about your processor is CPUID CPU-Z, which additionally also includes a benchmarking feature that you can use to test or stress your CPU and compare it with others.
There are many other similar tools out there, but these are some of the best.
3. Find out what processor is inside your PC, and check its speed, temperature, voltage and so on, using BIOS
All computers rely on BIOS (or UEFI BIOS) to store their most basic settings and configure their hardware. The BIOS can also show you what processor is inside your PC, as well as many more details about it, such as its base and turbo clock speeds, its voltage, temperature, cooler fan speed, etc. Access your computer's BIOS and browse through its pages to find the information you need. We cannot tell you exactly where to go because the BIOSes differ from manufacturer to manufacturer and from motherboard to motherboard. However, you should usually find information about your processor either on the first page of your BIOS or on the CPU page. Here's an example from an ASUS motherboard:
The information you get in the (UEFI) BIOS is usually more detailed, and it is always accurate when it comes to your processor ID, speed, and other characteristics.
What is your favorite method for finding details about your processor?
These are the common ways to find information about the processor found on your computer. Some of them are easier than others, and some of them give you more information than others. If all you want to know is the name of your processor and its speed, you can use Windows 10's built-in tools. However, if you want to monitor your processor in real-time or if you want more details about its features and specs, you need to either access your (UEFI) BIOS or run a specialized app. Which is your favorite method and why? Tell us in the comments below.