Questions tagged [central-processing-unit]

The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, to perform the basic arithmetical, logical, and input/output operations of the system. The CPU plays a role somewhat analogous to the brain in the computer.

The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, to perform the basic arithmetical, logical, and input/output operations of the system. The CPU plays a role somewhat analogous to the brain in the computer. The term has been in use in the computer industry at least since the early 1960s. The form, design and implementation of CPUs have changed dramatically since the earliest examples, but their fundamental operation remains much the same.

On large machines, CPUs require one or more printed circuit boards. On personal computers and small workstations, the CPU is housed in a single silicon chip called a microprocessor. Since the 1970s the microprocessor class of CPUs has almost completely overtaken all other CPU implementations. Modern CPUs are large scale integrated circuits in packages typically less than four centimeters square, with hundreds of connecting pins.

Two typical components of a CPU are the arithmetic logic unit (ALU), which performs arithmetic and logical operations, and the control unit (CU), which extracts instructions from memory and decodes and executes them, calling on the ALU when necessary.

839 questions
0
votes
0 answers

I need to record the process which is using more CPU when the usage goes to 90 percent in Server 2019

We are using Remote Application Server in Windows Server 2019 and it connect more than 100 users. Sometimes the CPU goes more than 90% as per PRTG alert monitoring system, but can't login and capture which process or user consume more CPU from task…
0
votes
2 answers

What is the AMD equivalent of Intel’s Node Manager

I’m looking to better understand server telemetry. On all platforms Intel currently provides more robust telemetry with a separate on-dye processor called node…
Grant Curell
  • 1,043
  • 6
  • 19
0
votes
1 answer

Installing Hyper-V on Windows Server 2022 reduces host system CPU to 1 core 1 thread

Bit of an odd situation, I've installed Windows Server 2022 (desktop experience) on a server, installed MegaStorage MSM and the relevant drivers from Supermicro and any Windows updates. When I install the role HyperV (just the Windows feature Hyper…
0
votes
1 answer

Run a docker container over 2 physical computers

It is possible with docker cli to limit the number of CPUs for running container (--cpus option)? It it possible to change this limit when the container is running? Or should I delete the container and re-create it? Let's suppose I have 2 physical…
Bob5421
  • 319
  • 3
  • 8
  • 16
0
votes
0 answers

Can CPUs run with constant boosted speed?

My default AWS server CPU speed is 2.5GHz but somehow I did manage to boost it to 3.1GHz. However, when I run watch -n.1 'cat /proc/cpuinfo | grep -i mhz' they are not constantly working with 3.1GHz. They are changing rapidly between 2.5GHz-3.1GHz…
0
votes
1 answer

MariaDB High CPU load after Crash

I have a problem with MariaDB 10.3.16. I was trying to convert a rather large table (26GB) from MyISAM to InnoDB and unfortunately the disk space ran out during this process. When it got full, it logged plenty messages like this: 2022-03-25 0:03:54…
Nuramon
  • 150
  • 2
  • 10
0
votes
1 answer

Uneven CPU usage with NGINX

On my CentOS 7 server, the load on each core is unequally distributed, as seen in the screenshot: some nginx worker seem to take way more load than other. irqbalanceis enabled, hyperthreading disabled. Any idea why ?
0
votes
1 answer

Does configuring BIOS really solve ESXi CPU Contention?

There's alert coming up on our server saying CPU Contention even if we already isolate that VMguest from another high CPU consuming VMguest: Alert Definition Name: Virtual Machine on a host with BIOS power management not set to OS controlled is…
0
votes
1 answer

How to calculate CPU utilization for an application in a multicore system

On 8-core server, 0-3 are configured as isolcpus and remaining cores (4-7) are available for system and user processes to run. My application has multiple processes which will run on any one of the mentioned non-isolcpu cores (4-7). I need to find…
surya
  • 101
0
votes
2 answers

Hardware errors in either CPU or RAM, what to do?

I have a server that, every now and then reports Hardware Errors to the OS, but otherwise runs without any noticeable issues. Today I found this while walking by the monitor attached to it. Can anyone tell me what this means? Is this something I…
EaranMaleasi
  • 99
  • 1
  • 2
0
votes
1 answer

How to calculate the QuickPath Interconnect (QPI) bandwidth?

For Xeon E5-2697 v2, Intel lists: Bus Speed = 8 GT/s # of QPI Links = 2 According to Wikipedia, one must know the QPI frequency and link width to calculate the QPI bandwidth, but these don't seem to be listed here. How to calculate it then?
MWB
  • 187
  • 9
0
votes
0 answers

what are the risks when mixing different DELL servers and how to know supported rhel versions

we are using the following DELL servers and this server is part of the cluster SERVER - R730 we want to add new servers as R740 to our cluster ( R740 is with Intel Xeon Silver 4110 8c Processor) so regarding that we have 2 question how to know the…
King David
  • 549
  • 6
  • 20
0
votes
1 answer

Websites getting down every day on VPS Server

I have a VPS server using 4 CPU and 4GB RAM shared across 10 PHP websites of which 2 website(website and set cron jobs) are using sometime more than 6 CPU core of 4 CPU core available. And because of that all websites getting down and show this…
Zinal Shah
  • 101
  • 2
0
votes
1 answer

vCPU/pVCPU Calculation

I am trying to calculate the vCPU/pVCPU information in Dell PowerEdge MX740c using the Intel Xeon Gold 6148 Processor (SKU 6148) with Hyperthreading. Does this seems correct? pCPU Calculation (# Processor Sockets) X (# Cores/Processor) = # Physical…
Andre
  • 1,341
  • 4
  • 19
  • 34
0
votes
0 answers

KVM Ubuntu host - Ubuntu guest: high cpu playing youtube videos

Goal is to lower cpu load in an Ubuntu 20.04.2 vm when playing youtube videos. OS is Ubuntu 20.04.2 for host and kvm guests. Cpu is intel i7-3820qm @ 2.70ghz - ivy bridge - 4 cores - 8 threads. Have assigned 2 cores, 4 threads to the guest, so half…