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
8
votes
4 answers

How does the vCPU align with the CPU? (VM with more cores than the CPU has)

I have a VM running on vSphere 6.5.which has 24 vCPU's. The server has two physical cpu's (xeon e5-2699 v4) which have 22 cores and hyperthreading is enabled. How exactly are the vcpu's running on the physical cpu's? Would it be better to reduce…
user3235860
  • 81
  • 1
  • 1
  • 2
8
votes
7 answers

Sun Solaris - Find out number of processors and cores

Our SPARC server is running Sun Solaris 10; I would like to find out the actual number of processors and the number of cores for each processor. The output of psrinfo and prtdiag is ambiguous: $psrinfo -v Status of virtual processor 0 as of:…
Adrian
  • 229
  • 2
  • 4
  • 12
8
votes
1 answer

Do I need a CPU that supports Virtuallization to do Containerization?

I've read that Containerization is cheaper than virtualization; I know that containerization uses less resources than virtualization since there's only one OS involved and no virtualized hardware. But do I need a CPU that supports virtualization to…
leeand00
  • 4,869
  • 15
  • 69
  • 110
8
votes
4 answers

How do I determine what taskhost.exe is doing?

Once or twice a week taskhost.exe slows my computer to a halt! It takes up 25% of my CPU power (ie. 1 processor). I can't kill it an have no idea what it is doing. I imagine that its some kind of window's scheduled activity. How can I figure out…
8
votes
3 answers

is it dangerous for the processor core to be *always* loaded at 100%?

In my HFT software I plan to use one core for stock index calculation. That would be simply while(true) loop without any delays which will calculate (sum and multiply) components as often as possible (so millions times per second) and I plan to do…
Oleg Vazhnev
  • 549
  • 4
  • 13
  • 27
8
votes
5 answers

High system cpu load (%sys), system locks

For the last two weeks we are having intermittent severe spikes in system cpu usage (shown as %sys), which last for maybe half a minute, locking most processes, including ssh. I've been trying to figure this out, but atop doesn't show anything…
Mark
  • 91
  • 1
  • 1
  • 5
8
votes
8 answers

How to correctly apply thermal compound to the CPU?

Every now and then I have to work with hardware, be it assembling a new box, or just cleaning it a little bit, and I always have this question: how should I apply the thermal compound to the CPU? When should I have to do it (should I clean it and…
7
votes
3 answers

How do you determine what type of CPU socket a linux computer has?

What Linux command/program can I use to tell me what type of CPU socket a Linux desktop has? I use CPUZ or SIW on windows, and I can use "cat /proc/cpuinfo" on Linux to get the rest of the possessor's information, But it does not tell me which…
lanrat
  • 737
  • 4
  • 11
  • 19
7
votes
3 answers

Output of /proc/cpuinfo, 2 entries for each core?

Please help me understand the output of /proc/cpuinfo. My new server has dual quad cores. /proc/cpuinfo has two entries for each core (a total of 16 entries): processor : 9 vendor_id : GenuineIntel cpu family : 6 model :…
Mark
  • 183
  • 1
  • 7
7
votes
1 answer

Can I safely mix RAM (ECC) sizes in a server board?

I have a server (actually used as workstation) with a Supermicro X8DA6 motherboard, with 2 installed Intel X5650 processors. It uses ECC RAM. It currently has 6 Kingston KVR1333D3D8R9S/4GHB dimms installed in 6 of its 12 memory slots (3 per…
Francisco Zarabozo
  • 251
  • 2
  • 3
  • 12
7
votes
2 answers

Getting Cisco UCS Server's CPU Serial Numbers

I have a Cisco UCS C240 M3S server with dual CPU failure under warranty. I am trying to find both CPU serial numbers to complete the RMA request, however cannot find any serial numbers. I have tried to find them in CIMC running the following: scope…
7
votes
3 answers

Desktop CPU VS server CPU performance - is passmark relevant?

I am replacing my SOHO server (desktop-grade components) with a used server. A quad-core i5 is being replaced with dual quad-core Xeons X5355, here are the details: i5-2300, passmark score…
petr
  • 185
  • 1
  • 7
7
votes
4 answers

vCPU performance between 1 or 2 vCPU's

Within virtualisation (Predominantly VMware) is there a performance advantage using either 1 CPU with 4 cores or 2 CPU's with 2 cores? Let's assume the application running on a VM can use two CPU's.
7
votes
6 answers

Is Hyper-V Server 2008 working on Intel's Atom platform

Did anybody try to install Hyper-V on Intel Atom platform? Hyper-V requires: x64 compatible processor with Intel VT or AMD-V technology enabled Hardware Data Execution Prevention (DEP) It seems that both requirements are satisfied with Atom as…
Josip Medved
  • 1,734
  • 2
  • 18
  • 18
7
votes
3 answers

How to calculate CPU % based on raw CPU ticks in SNMP

According to http://net-snmp.sourceforge.net/docs/mibs/ucdavis.html#scalar_notcurrent ssCpuUser, ssCpuSystem, ssCpuIdle, etc are deprecated in favor of the raw variants (ssCpuRawUser, etc). The former values (which don't cover things like nice,…
Bo Jeanes
  • 1,520
  • 2
  • 13
  • 17