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

Squeeze Server freezing under heavy cpu / disk / network load

i would like to ask for help since i am feeling a bit clueless here. I recently bought a low end dedicated machine that was supposed to host some services: squid, proftpd and rtorrent. I installed debian lenny and immediately updated to squeeze…
D4rKr0W
  • 41
  • 3
0
votes
3 answers

requirement for monthly uptime and system performance

Management wants uptime and system performance data monthly (CPU) for our systems which consist of a mixture of linux/unix/windows machines. Anything out there that might provide this information? thanks PS: what I am looking for is a simple…
mdpc
  • 11,856
  • 28
  • 53
  • 67
0
votes
5 answers

Server high CPU load issue! ( Cpanel + CentOS 5)

Our server cpu load is high todays sometimes reaches to 560! .. We have the lastest Cpanel/whm and the kernel is update!while the load average is : Load Averages: 39.05 75.01 45.33 the apache log is: Current Time: Sunday, 30-Jan-2011 01:50:13…
kenby
  • 1
  • 1
  • 1
0
votes
1 answer

Apache CPU usage stays at 100% even when there are no requests

I've been running the Apache HTTP server benchmarking tool (ab) on my new Apache server to test performance. I noticed that with a command like the following: ab -n 100000 -c 1000 http://www.mysite.com/ The CPU is used 100% by the apache2…
0
votes
2 answers

Can't find the 2nd CPU

Linux, Ubuntu 10.04.1 LTS I have a (quite old) server (Dell PowerEdge 1650) with two CPUs. I have used it for over a year without any problems. One week ago the server crashed, I was unable to find any errors in any logs, i rebooted and everything…
nsg
  • 375
  • 2
  • 10
0
votes
2 answers

How many cores are available in this case?

We're managing 2 production server. One is RHEL4 and other one is CentOS5. In order to find the load average, I need to determine how many cores the server has got. I used the command $ grep cores /proc/cpuinfo to find the no. of cores…
Gnanam
  • 1,459
  • 13
  • 26
  • 32
0
votes
2 answers

2x Opteron 6128 (8-Core) or 2x Xeon E5620 (4-Core/HT)

I am building a server which will host various websites on IIS, and also have multiple MSSQL databases. I'm currently trying to decide between 2 x AMD Opteron 6128's (8 cores each) and 2 x Xeon E5620's (4 cores each + Hyperthreading). What do you…
AX1
  • 1,289
  • 4
  • 24
  • 39
0
votes
1 answer

OpenSUSE 11.3 64-bit can't be Installed on AMD Athlon II X2 245

I am not able to install OpenSUSE 11.3 64-bit on my AMD Athlon II X2 245. Whereas, 32-bit version is already installed and running like charm. The process starts fine, it loads the kernel and then it let me choose the language and keyboard layout.…
Adeel Ansari
  • 101
  • 4
0
votes
1 answer

xen virtual machines get to many porcentages of cpus

This is my question. I have one Xen server with 8 CPU's and 6 virtual machine running, each virtual hard disk are running in diferent physical hardisk. Everything worked fine but sometimes one virtual machine get almost whole CPU, if the Domain-0 is…
ki0
  • 13
  • 2
0
votes
4 answers

Dual processor 3.06Ghz vs single processor quad core 2.4Ghz

Which one is better? I am looking for a server and found that two. I wonder how much difference in performance will be. Both Xeon processors
manatails008
  • 25
  • 1
  • 4
0
votes
2 answers

A few CPU related questions. Linux RT

I am using linux Real Time to patch and compile my own linux kernel. I was wondering what the performance implications of the following settings where. CPU Timer frequency (100 HZ/ 300/ 1000). Is lower better? A tickles system/Dynamic Ticks? I am…
james moore
  • 219
  • 1
  • 3
  • 7
0
votes
3 answers

Does cpu consume power differently while executing instructions and while being idle?

Why does a CPU consume different quantities of power at 2Ghz when it is executing an instruction it is not executing any instruction Should'nt the CPU be consuming same power irrespective of whether it is executing an instruction or not ? (since…
0
votes
1 answer

Setting number of CPU cores in VMware image

I have a laptop with a core2duo CPU. When I am setting up my Ubuntu VM, should I set it to have 2 cores or 1? Do you always set it to the number of cores your host has?
0
votes
1 answer

Dell Poweredge 6950 CPU Upgrade

Does anyone know if it's possible to upgrade the cpus in this server to Opteron 8354. In this German version looks like it's an option. http://accessories.euro.dell.com/sna/productdetail.aspx?c=at&l=de&s=dhs&cs=atdhs1&sku=374-11684 We replaced the…
user55914
0
votes
1 answer

What are the kernel and cflags for AMD Phenom II x6 (K10 / Thuban)?

In the 2.6.35 kernel I have a choice of: Operon/Athlon64/Hammer/K8 Generic-x86-64 The first option seems best but I'd like confirmation. I have no idea whether there is a specific -mcpu / -march flag for this processor. Are there any other tricks…
SpliFF
  • 394
  • 2
  • 8
  • 24