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
5
votes
3 answers

Best orientation for CPU blower/cooler in 1U chassis

I'm putting together a 1U rackmounted PC. I have a blower cooler for the CPU, but the chassis has no fans at all. What would be the correct way to orientate the CPU cooler? With the air blowing in the direction of the power supply, or across the…
Acorn
  • 1,057
  • 1
  • 7
  • 10
5
votes
3 answers

What is "Interrupts" process and why it so loves my CPU?

I have windows XP SP3 on Intel Core Duo 2GHz. The "Interrupts" process, according to the Process Explorer, continuously take 30-40% CPU. Is it normal?
Kamarey
  • 377
  • 3
  • 4
  • 10
5
votes
4 answers

Which CPU configuration for new servers (IIS7 / Windows Server 2008)?

I have a certain budget for ordering a couple of new servers from a vendor. The new servers will run Windows Server 2008/IIS 7 with a lot of web sites (ASP.NET and classic ASP). They don't have to run SQL Server or any other database software. All…
splattne
  • 28,508
  • 20
  • 98
  • 148
5
votes
3 answers

What does it mean if iostat shows 100% busy wait but the CPU is completely idle?

What does it mean if iostat shows 100% busy wait but the CPU is completely idle? My application runs for a while, then goes into this state periodically for about 10-20 seconds. It is transaction processing C++ app on solaris 10. IO stat output: …
sean riley
  • 151
  • 1
  • 2
  • 6
5
votes
3 answers

How to compare CPUs?

What are the metrics and their priorities to compare task specific performance of various CPUs?
Jeff
  • 451
  • 2
  • 5
  • 10
5
votes
4 answers

How do I count the number of processors on an OpenBSD system?

How can I determine the number of CPUs on an OpenBSD system, using either system tools or C code? The technique I know of to count CPUs on other BSD platforms -- checking /var/run/dmesg.boot for certain strings, doesn't always seem to work. More…
mob
  • 183
  • 1
  • 7
5
votes
5 answers

is there anyway to know if your supposedly fully dedicated server is really a virtually resource-shared machine?

sometimes I feel my server not responding as smoothly as I would expect (i have a Intel(R) Xeon(TM) CPU 2.80GHz Quad Core), given that for example, the 'top' commands reports a low load < 0.5, CPU are almost completely idle ... I maybe have internet…
arod
  • 582
  • 6
  • 19
5
votes
3 answers

A definition for a CPU second?

I'm totally behind this topic. Yesterday I was doing profiling for some script I'm working on, and the unit for time spent was a 'CPU second'. Can anyone remind me with the definition of it? For example for some profiling I got: 200.750 CPU…
dude
  • 53
  • 1
  • 1
  • 3
4
votes
1 answer

Wrong number of cpu cores for Xeon X5650 in Xcp-Ng

--- UPDATE 2 --- Never solved for Xcp-Ng 7.6. Issue does not exist with xcp-ng 8.0. I have a Intel Xeon X5650 processor (from eBay) but linux (Xcp-ng 7.6) only lists 8 using lscpu. However dmidecode -t processor correctly states 6 cores & 12…
4
votes
1 answer

What is the relation between IO wait utilisation and load average

Load average uses processes that are running or runnable or in uninterrupted sleep state. So do the processes in uninterrupted sleep state correspond with the %wa as per the top command? Both are referring to threads waiting for IO so it seems…
4
votes
0 answers

What does Process/CPU metric in atop really mean?

I've been using the excellent atop for reviewing load test impact in detail, and the distinction between the SystemLevel/CPU metric in the top (system-wide) section and the ProcessLevel/CPU metric in the bottom (per-process) section has me baffled.…
4
votes
1 answer

ESXi 5.5 CPU Sanity Check

In the BIOS of my server I have 2 X 2.26 quad cores, however in VMware I only see 2 cores per CPU ? Surely this isn't right? Processor Cores and Processor sockets should show as below: Processor Sockets: 2 Cores per Socket: 4 Logical Processors…
4
votes
4 answers

Cacti Graphing incorrect load averages

I've just set up cacti to monitor CPU and memory usage on a server that I think needs to be upgraded, but to be able to make my case for funding I need hard facts. I figured getting Cacti to monitor the Memory usage and Load Average would do the…
4
votes
1 answer

Hyper-V cluster with different cpu

i have these three servers with different CPU : First Server : Intel Xeon E5645 2.4Ghz 12M Second server : Intel Xeon X5660 2.8Ghz 12M Third Server : Intel Xeon X5550 2.6Ghz 8M I want to install an hyper-v cluster with these servers. Is there any…
4
votes
1 answer

High CPU% stolen on EC2 instance at extremely regular intervals

I have a m1.small EC2 instance on AWS running some websites. I noticed my CPU usage have peaks at regular interval of times, exactly every 30 minutes (0:06, 0:36, 1:06, ...). I've checked my crons (I have many), bot no one runs every 30 minutes.…
lorenzo-s
  • 347
  • 4
  • 10
  • 19