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

using i7 "gamer" cpu in a HPC cluster

I'm running WRF weather model. That's a ram intensive, highly parallel application. I need to build a HPC cluster for that. I use 10GB infiniband interconnect. WRF doesn't depends of core count, but on memory bandwidth. That's why a core i7 3820 or…
user1219721
  • 487
  • 1
  • 6
  • 15
6
votes
1 answer

Strange high CPU I/O wait on postgresql server

I'm really struggling with a performance issue currently, where all my database queries takes up to a 1000 times more than normally, when my database server is under "heavy" load. I have a server that runs ubuntu 12.04 and hosts my postgresql 9.2…
6
votes
2 answers

kvm and qemu host: Is there a limit for max CPUs (Ubuntu 10.04)?

Today we encountered a really strange behaviour on two identical kvm and qemu hosts (Dell R910). The host systems each have 4 x 10 Cores, which means that 40 physical cores are displayed as 80 within the operating system (Ubuntu Linux 10.04 64 Bit,…
PythonLearner
  • 1,032
  • 2
  • 12
  • 31
6
votes
2 answers

100% CPU load on Ubuntu 10.04.3 LTS 64bit

I have trying to fix this issue for two days with no success. The server is a MySQL database server. Hardware: DELL Poweredge 1950, 2x Intel Xeon Quad Core E5345 @ 2.33GHz, 16 Gb mem, 2x 146Gb SAS (software RAID1) Software: Ubuntu 10.04.3 LTS,…
deadtired
  • 141
  • 2
  • 7
6
votes
6 answers

Life span of Pentium computers

I was given the task to determine the life span of a computer with a Pentium 1 processor. One of our clients is unwilling to upgrade their computers in order for our software to run and we are looking for documentation on how outdated these…
Steve Wright
  • 205
  • 2
  • 7
6
votes
1 answer

How do I know from the Linux command line what kind of processor I have?

How can I tell from the Linux command line what kind of processor my machine has? E.g. AMD Opteron or Intel Core 2 Duo. uname -a just tells me it's x86_64 but that isn't enough information.
Wayne Kao
  • 163
  • 2
  • 6
6
votes
2 answers

Why /proc/cpuinfo shows different flags for cores on the same cpu?

cat /proc/cpuinfo on my system gives me different flags for my 2 cores. Can someone explains to me why? I'm running Ubuntu 10.10 kernel 2.6.35-24-generic. processor : 0 vendor_id : GenuineIntel cpu family : 6 model :…
Vincent
  • 161
  • 5
6
votes
1 answer

Confused about Intel vPro/AMT technlogies

I'm a bit confused about Intel vPro/AMT and processors/motherboards supporting these features. If I install an Intel i3 processor - a CPU not vPro compatible - on a motherboard compatible with these technologies, the whole support will be fully and…
5
votes
4 answers

100% CPU keeps me from logging into the machine

I have a CentOS 5 instance running on Amazon EC2. The normal CPU usage hovers around 10-20%. About 4 times in the past week, however, CPU usage has suddenly shot up to 100% and just stayed at a constant 100% until rebooting the instance. I'm…
Kevin
5
votes
2 answers

Practical difference between SPARC vs x86

Recently I've been looking into some SPARC devices and their capabilities. But when I look for the differences between the two, I've seen a lot of people using the Ferrari vs bus metaphor If your goal is to get 2 people from point A to point B as…
manatails
  • 127
  • 2
  • 3
  • 9
5
votes
1 answer

Hyper-V offline migration between AMD and Intel Processors

I have an existing 3 server hyperv cluster using Dell R715 AMD machines. Now I'm planning out what to do if our server room is damaged in a disaster. The plan is to have a single, fairly powerful, server waiting at another location to restore to. …
Grant
  • 17,859
  • 14
  • 72
  • 103
5
votes
3 answers

How does Linux distribute load on multiple CPU cores

Let's say I got 2 quadcore processors (8x 2,13Ghz). The server runs multiple programs which can only utilize 1 core + Nginx and Apache worker at the same time. The question is, does Linux efficiently allocate the single threaded programs to each…
user176306
5
votes
1 answer

Set default numa policy to "interleave" system wide

I know it is possible to set the numa mode to "interleave" (see NB below) for a specific process using numactrl --interleave, but I'd like to know if it is possible to make this the system wide default (aka change the "system policy"). For example,…
BeeOnRope
  • 573
  • 3
  • 6
  • 12
5
votes
6 answers

Monitoring CPU usage in Ubuntu

How to find out what process is using CPU to what extent in Ubuntu? I'd like to have real-time data as well as recorded history. Both console and GUI apps would be great. The situation is that my system seems to be really overloaded right now and I…
Alex
  • 2,357
  • 5
  • 32
  • 41
5
votes
2 answers

php-fpm use a lot of cpu

I use wordpress on Ubuntu 12.04 with Nginx + php-fpm on my VPS. There are 2 CPU cores + 4096Mb memory. I've moved mysql database to another server and set remote access. There are about 300 online visitors at once and php-fpm uses really a lot of…
Andrei Nikolaev
  • 95
  • 1
  • 2
  • 5