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
1 answer

IBM Blade HS21 Processor Compatibility

Can anyone tell me of a resource where I can find out specifically which IBM HS21 blades support which processors. In particular I have Intel 2X E5420 and Intel 2X E5450 which will work in some of my HS21 Blades but not others. I need to find a…
user160190
  • 63
  • 4
0
votes
1 answer

Server goes to 100% and stays there, how can I investigate this?

I have a problem. I am on a Xen VPN, running CentOS 6 and Apache. I have a medium traffic Zen Cart store and a few low traffic wordpresses. I have one or two very simple PHP form submission scripts, they are properly escaped. Sometimes, my CPU usage…
0
votes
2 answers

Ruby Script to get some stats from Servers

I've been tasked with writing a script that will run on a server every few hours to log the cpu usage, memory, and disk utilization. This script will be run on windows and linux boxes. I chose ruby for this task. I am new to scripting. I have…
0
votes
1 answer

How to Monitor Windows Hosts Network Bandwidth through SNMP?

I need to monitor Linux and Windows hosts with SNMP and Cacti. I am looking for results in a graph format like MRTG. I'm looking for the following on the Windows Hosts: Disk Utilization, CPU load, Network Traffic (Upload and Download) every 30…
kartook
  • 79
  • 1
  • 4
  • 8
0
votes
0 answers

High load cause?

Possible Duplicate: what is my server high load cause (4 cores and 8 thread cpu) What is my high load cause? CPU,RAM or IO? 4 Core, 8 thread cpu top - 22:27:07 up 149 days, 5:26, 1 user, load average: 17.43, 13.34, 9.65 Tasks: 1018 total, 1…
Mehdi Azizi
  • 51
  • 1
  • 12
0
votes
1 answer

*tiny* SOHO fileserver upgrade recommendations in 2012?

I say 2012 as we'll likely be buying last year's hardware. We're non-profit (a two-man operation), and this purchase isn't on project funding, so we're cost-restricted, but I always advocate for long-term investment rather than the quick fix. We…
0
votes
1 answer

BIOS System Firmware failed

One of my company's servers won't boot. Both CPUs' error LEDs are lit. The iRMC interface shows the following errors: CPU 1 failed CPU 2 failed BIOS System Firmware (BIOS/EFI) failed All other entries are OK. I'm confused because the server ran…
waldrumpus
  • 117
  • 1
  • 9
0
votes
1 answer

Is it viable to run a Web Server on AMD E-350 Dual Core Processor?

Possible Duplicate: How do you do Load Testing and Capacity Planning for Web Sites I am trying to set up a small webserver using the AMD APU E-350 Dual Core @1.6GHz. I wish to know if it is a good option to go with for a server receiving almost…
DarkBlade
  • 3
  • 1
0
votes
3 answers

Linux: One cpu core is always in 0 use

Today I notice a very strange thing. One cpu core is always in 0 use . Is it a bug? Cpu0 : 0.0%us, 0.0%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi,100.0%si, 0.0%st Cpu1 : 37.7%us, 44.4%sy, 0.0%ni, 13.9%id, 2.6%wa, 0.0%hi, 1.3%si, 0.0%st Cpu2 :…
teslasimus
  • 119
  • 2
0
votes
4 answers

What is the difference between QuadCore and Core2Quad?

In Market there are two types of processors as Core2Quad and QuadCore. What is the architectural/performance difference between two flavours? I have the same question with older Core2Duo and Dualcore as well. Dualcore is much less in price than…
0
votes
1 answer

Maximum CPU and hyperthreading

Hyperthreading doubles the logical cores, but doesn't double CPU resources. Linux measure CPU usage in %, allocating 100% points for each thread, thus reporting a maximum of 800% for a quad-core CPU with HT activated. Anyhow I understand that…
Mascarpone
  • 872
  • 3
  • 9
  • 28
0
votes
1 answer

HIGH CPU USAGE + low memory usage

As you can see in below, Apache is using a high amount of CPU. PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 28577 apache 15 0 99676 53m 3488 S 21 0.2 1:13.67 httpd 28568 apache 15 0 99676 53m 3496 S 19 …
hadi
  • 11
0
votes
2 answers

find the cpu usage of a process on Ubuntu?

Is there a way to find the CPU usage of a process on ubuntu combined with the cpu usage of all the child process. And also would it be possible to get this number as a % of the total CPU usage?
0
votes
1 answer

Why no Ivy Bridge servers?

It seems that Intel released server versions of their Ivy Bridge chips in May of 2012. It's now October of 2012, why can't I buy a server with an Ivy Bridge chip? When might I be able to?
brooks94
  • 167
  • 2
  • 5
0
votes
1 answer

How to disable specific CPUs in Linux 2.6.26.2

I have an old machine running Linux kernel 2.6.26.2 which is behaving oddly. I suspect ONE of the CPUs is possibly heating faster than the other. I want to run some tests with specific CPUs/cores disabled and enabled. I googled for directions, and…
Skaperen
  • 1,094
  • 2
  • 11
  • 23