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

How come Core i7 (desktop) dominates Xeon (server)?

I have been using this performance benchmark results to select what CPUs to use on my web server and to my surprise, looks like Core i7 CPUs dominates the list pushing Xeon CPUs into the bush. Why is this? Why is Intel making the Core i7 perform…
grant tailor
  • 505
  • 2
  • 6
  • 13
0
votes
1 answer

pv_ops Kernel ignoring cpu hotplug under Xen 4 DomU

I have a Xen 4.0.1 DomU running Debian Squeeze with the stock 2.6.32-5 Kernel. When I add CPUs via xm-vcpu-set they correctly show up in /sys/devices/system/cpu but are not set online and therefore are not available to the system until I manually…
gnump
  • 41
  • 3
0
votes
1 answer

Irregular interrupts balance in AMD Opetron Quad-Core

I had a problem with CPU7 overload. I found that it was caused by the eth0 interrupts, as you can see on below cat /proc/interrupts. I'm using 2.6.35.2 kernel and Quad-Core AMD Opteron(tm) Processor 2354. I would like that interrupt were supported…
0
votes
4 answers

LINUX Load average

My server Load jump high up top 22, CPU just 50%, RAM 1858/5120. How to know what process couse so high load average. Linux Debian
altdovydas
  • 33
  • 3
0
votes
1 answer

Extreme CPU load

Possible Duplicate: How Can Linux Top Show 2% Idle, but Load Say 1.20? Something strange has suddenly happend and I need help. top shows only 1 running process with >300 waiting. CPU load is > 100, but only a few %. What could be the problem?
Kamil
  • 1
0
votes
1 answer

Debian - kjournald eats up my CPU and shuts my web server

The kjournald process starts sometimes on my Debian web server. When I run top, the kjournald process eats up 100% of the CPU utilization. After an hour that the process runs, my web server (apache) does not respond anything to requests (my site is…
Jonathan Rioux
  • 1,938
  • 6
  • 33
  • 57
0
votes
1 answer

Total CPU Utilization of a Server

How to find total CPU utilization of a server using SNMP ? I am trying to find the CPU utilization % of one server having 64 CPU's ? Thanks.
Rubi Naaz
  • 27
  • 1
  • 3
0
votes
1 answer

cpu load balance for "hosting dedicated servers"

sory for my broken English, english is not my native language. i have been selling web hosts since 2007. ive been using hostgator's reseller packs. i am a totally "newbie" for dedicated servers. thats why i am using reseller pack. now, id like to…
paraiba
  • 1
  • 2
0
votes
8 answers

Best commands to use to find out the total CPU and memory usage of a Linux machine in the following situation

These are pretty much questions from a newbie. (I have looked at the other related questions and answers, but none seemed to be exactly answering my own original questions.) I need to remotely retrieve, parse, and report in a Java program the CPU…
His
  • 249
  • 1
  • 4
  • 9
0
votes
1 answer

Server Configuration

Recently we have got problems with performance in SQL Server 2008 Enterprise. One idea to solve it is to scale up, i.e. improve hardware of the server. SQL Server 2008 has 2 instances that are running under 64-bit Windows Server 2008…
0
votes
2 answers

How many cpus needed to check a 100 million digit prime number efficiently?

If I had access to potentially large number of CPUs and wanted to quickly check 100 million digit numbers for primality using a map-reduce architecture, how many CPUs would be necessary? Each of the mapped compute instances would perform efficient…
0
votes
1 answer

Which is the bottleneck of database performance, CPU or memory?

We all know that memory I/O is faster than disk I/O. Database use cache machanism to improve performance. It seems that there is no business of the CPU overhead. I mean usually the CPU is fast enough not to be the performance bottleneck on a small…
Dz.
  • 51
  • 1
  • 4
0
votes
4 answers

VMware ESXi 4 happy on Core i7?

We plan to run our test environment inside ESXi 4 hosts on a couple of Core i7 920's with X58 mb's. The hardware is very non-HCL which also means we forfeit VMware support. No biggie for a test environment already running two whitebox ESXi 3.5 hosts…
Hans Malherbe
  • 735
  • 2
  • 9
  • 11
0
votes
1 answer

Uncorrected DRAM ECC error

I am using SuperMicro server, AMI BIOS, Kingston ECC 8g registered RAM and Intel X5690. After booted up, BMC responding: Un-Correctable DRAM ECC Error Detected at CPU01/Channel01/DIMM0A Press F1 to resume --- ipmitools ---- 2 | 06/24/2011 |…
peter chan
  • 51
  • 1
  • 2
0
votes
2 answers

httpd using 100% CPU - what does it really mean?

I got 2x Intel Xeon E5520 Quadcore top - 18:21:49 up 2 days, 16:33, 4 users, load average: 2.09, 2.26, 2.36 Tasks: 313 total, 2 running, 309 sleeping, 0 stopped, 2 zombie Cpu(s): 12.7%us, 1.3%sy, 0.0%ni, 85.8%id, 0.1%wa, 0.0%hi, 0.1%si,…
Alex
  • 29
  • 3