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

Resource usage limiting based on aggregated load

Is is possible to limit the usage of resources (cpu, memory etc) based on aggregated and not per process resource usage? For example I would like to say all processes combined cannot exceed 90% memory/cpu usage, but don't include ssh (so that I can…
user55511
0
votes
0 answers

Massive CPU usage spike, How do I find out what causes it?

I have a server running CentOS Linux, and very rarely (maybe once every 3 months) something happens that causes it to have an exceptionally high CPU load (400%) that causes the server to basically freeze up. The problem I have is that when I reboot…
Dave Johnshon
0
votes
2 answers

PHP running too slow, always showing "504 Gateway Time-out"

PHP running too slow, always showing "504 Gateway Time-out" My server spec: Dual core ATOM 330 CPU 2GB RAM Use nginx with PHP in fastcgi use eaccelerator CPU 74.3%id RAM used: 350MB of 2GB I have lots of sites in my server, with cron running every…
komase
0
votes
3 answers

How can I figure out which virtualization solution is being used on my commercial VM?

I have a linux VM on a popular VM provider. How can I figure out how it's implemented? In particular I want to figure out "If the Hypervisor is simulating 4 processors in 1 thread on the physical processor … or if the Hypervisor is passing through 4…
0
votes
3 answers

What are the criterias to chose 32-64bit server?

My VPS hosting service allow me to install both Ubuntu 32bit and 64bit. I need to install Apache, Mysql and Drupal on my server. I was wondering if I should go with 64bit and why ? more in general 1) Is 32-64bit choice going to create software…
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
2 answers

Finding the bottleneck

I've just begun running some tests on our application system using JMeter. We are currently running a three-server setup. Requests go to a load balancer, which sends it to one of two apache servers (Ubuntu). Each of those servers has a link to a…
Dexter
  • 117
  • 1
  • 6
0
votes
2 answers

Idle server with load ~1.4

I've started a server from Scalr's AMIs. Top shows me ~1.4 constantly. I expect it to be 0 as in all the previous servers I worked with. The server runs mysql 5.1 on ubuntu-10-04 Below you can find the TOP output. What is wrong with the server?…
Niro
  • 1,401
  • 4
  • 20
  • 36
0
votes
2 answers

Which processorshould I get for my dedicated?

I'm trying to decide between three different processors for my budget dedicated server. My web application downloads large text files and executes regular expressions/substrings/searches, etc on about a megabyte worth of text each time it is…
MarathonStudios
0
votes
1 answer

Win 03 Server process agent.exe consuming 100% cpu

i've have a win 03 server which periodically slows to a crawl and when i hit the task manager i can see 2 instances of agent.exe consuming 49% each of the CPU how do i get rid of this process or at least stop it from consuming so much of the…
Colm Troy
  • 271
  • 2
  • 10
0
votes
1 answer

Rack server cpu upgrade: how to find out what's compatible?

I have a few 1u rack mount servers sitting around that are running nicely but have older CPUs (eg. AMD Opteron 252's). I was thinking of throwing some new CPUs and extra memory in to get a performance boost. What's a good way to figure out what CPUs…
Parand
  • 738
  • 1
  • 8
  • 15
0
votes
1 answer

Which is the better chip, the Opteron 270, or the Opteron 1212?

I tried looking at the specs but they seem very similar, and I'm not sure which is the more powerful or feature rich chip?
0
votes
1 answer

What is normal SCSI error handling process (scsi_eh_3) CPU time usage?

Last week I got setup with a new dedicated server that is running 4x SCSI drives in RAID 10 on CentOS. The machine is pretty lightly loaded at the moment and has been running for 8 days. The process 'scsi_eh_3' has a CPU time of 13:09.67 in top.…
Kris Jordan
  • 103
  • 2
0
votes
2 answers

guide for max memory bandwidth AMD Opteron 61xx series

the new opteron have 4 mem channels per CPU. general guidelines for Intel Nehalem: one DIMM in each mem channel results in 1333 Mhz more than 1 DIMM in each channel = 1066Mhz more than 2 per channel = 800 Mhz (max is 3 per channel for Nehalem…
JMS77
  • 1,275
  • 5
  • 27
  • 45
0
votes
3 answers

How can I determine which processes are using up the most CPU?

05:54:17 up 6 days, 9:54, 1 user, load average: 15.70, 8.04, 4.56 Load average is a LOT higher than it should be. It was HALF of that a moment ago, I used ps aux to see which processes were using a lot of cpu, and the httpd was using a TON. It…
Rob
  • 2,393
  • 9
  • 33
  • 52
0
votes
1 answer

Q8300 Core-2 Quad vs X3360 Xeon

I'm looking at this ABMX server, and trying to decide on the CPU. I'm purchasing 2 servers, to be used as dedicated web and DB servers for a web site that has low traffic now but could ramp up quickly. Just trying to decide if it is worth about…