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
2 answers

Load average explanation for multi-core systems

I'm trying to understand the Load average in my Debian system. I've read some explanations of the displayed values and I came to understand that the number represents how "overloaded" my system is. So, the 0.5 load average means, that my system…
0
votes
0 answers

CPU frequency in KVM vps

Is it possible to display CPU max and min frequency in a KVM vps using Libvirt on server ? It only shows CPU mhz in vps and not max and min mhz as seen on server in lscpu command output.
0
votes
1 answer

Unable to get access IMPI / BIOS / Intel Xeon Gen2 compatibility issue?

I've bought new( not used ) SuperMicro MBD-X11DPI and x2 - Intel Xeon Silver 4210R OEM Micron [MTA72ASS8G72PSZ-2S6E1] 64Gb Samsung [M393A8G40MB2-CTD] 64Gb When I'm booting, 10 different combinations of 2xCPU and different RAM modules give me…
0
votes
5 answers

Determine CPU processors vs. sockets though WMI

I have been unable to discover a way to determine what processors/CPUs/sockets are present in a PC/Server. Any suggestions?
Jagoop
  • 11
  • 1
  • 2
  • 4
0
votes
0 answers

Could an incompatable Xeon processer cause only two of four RAM slots to be used?

Issue With everything installed correctly, only two of my four RAM sticks are being recognized with the BIOS. I checked the QVL for the motherboard, and the Xeon E5-2628L v3 that I am using is not listed. What I'm wondering is if a CPU on the QVL…
Ehryk
  • 135
  • 5
0
votes
1 answer

How to identify CPU(s) on Linux EC2 instance?

I'm running a Linux c5d.9xlarge instance and wondering what CPU it's using. Amazon's Instance Types webpage states: C5 and C5d 12xlarge, 24xlarge, and metal instances have the following specs: Custom 2nd generation Intel Xeon Scalable Processors…
apptree
  • 345
  • 1
  • 3
  • 10
0
votes
1 answer

Number of virtual cores + how to know the right value

from lscpu we get the following lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 48 On-line CPU(s) list: 0-47 Thread(s) per core: 2 Core(s) per socket: …
King David
  • 549
  • 6
  • 20
-1
votes
1 answer

MYSQL is consuming 100% of CPU usage

Been monitoring WHM > Process Manager for a while now, and a particular process from MYSQL keep eating up CPU Usage playing from 30%-100% from time to time PID : 3618 owner : mysql CPU% : 100.60 Memory : 17.01 /usr/sbin/mysqld --basedir=/usr…
-1
votes
2 answers

Xeon Clock Speed

Why does the clock speed of CPUs decrease the more sockets you add to the motherboard? For example, for a single-socket desktop, I can buy a Core i7-7700K that runs at 4.2 GHz before turbo boost. But if I buy an HPE DL360 gen. 9 server with two…
-1
votes
1 answer

Core usage of my VMWare instance?

Not sure why this has been flagged by a user simply because they are not reading the question, however to clarify this is being run on EXSi in a business setting and as such I believe it belongs here. I urge people to please read the question before…
-1
votes
1 answer

Windows 7 - VM resource usage

I would like to ask a question about Virtualization and the performance impacts As the title suggests I wish to VM Windows 7 for a work laptop and run linux on the backend to leverage some of its abilities it has over Windows, more specifically for…
-1
votes
2 answers

Server Configuration Interpretation

I wants to understand lscpu command output. CPU(s): 4 (Shows total number of CPU's) On-line CPU(s) list: 0-3 - (CPU sequence) Thread(s) per core: 2 - ? Core(s) per socket: 2 - ? Socket(s): 1 - ? As I know Socket…
coder
  • 29
  • 3
  • 11
-1
votes
2 answers

Harpertown vs Sandy Bridge

I planning to upgrade one of my old harpertown based server to a new alternative but when I look at the comparison, this new one doesn't seem to be better at all, matter of fact if I look at the clock frequency it even seems to be…
juno83
  • 11
  • 1
-1
votes
1 answer

Ubuntu CPU I/O Rate Spike

Getting really crazy spikes today on a Ubuntu server for CPU / IO. CPU Chart is showing as much as 210% CPU usage - no idea how that is possible. IO has gone as high as 11912. (Usually well under 1000). Not a server type - I've run top and it shows…
the.s.brom
  • 41
  • 5
-1
votes
2 answers

Minimum requirements seem to much for a 32 bit application

I am a developer using high level languages like C++ and .NET. One of the external applications I support will be upgraded soon. I have received the following minimum requirements for the upgrade: 8 Core CPU - to support updating 10M records in a…
w0051977
  • 119
  • 7