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

Does shutdown idle VMs improve the performance?

Often our team members are coming to me with a compliant that their VMs are slow. Our team members suggested to shutdown some of the VMs temporarily and try to access the VM. But most cases that would not help. Assume that i have assigned 4 GB for…
-1
votes
1 answer

why did i need to stop java software?

i am on Debian Squeeze, 4G of Ram, 1G of Swap, CPU i3 3.07GHz. I used to use the following java softwares: jenkins elasticsearch Problem was their process was too greedy about CPU, in the top command, each one was eating more than 120%. When i…
-1
votes
1 answer

What CPU is equivalent? Moving from VPS to Dedicated Server.

Possible Duplicate: Can you help me with my capacity planning? I want to move from VPS to Dedicated Server I guess that VPS specifications are not equal to Dedicated Server and I predict that Dedicated server can make more work with less power.…
-1
votes
1 answer

does my machine configuration make sense?

Possible Duplicate: Can you help me with my capacity planning? i couldn't think of a better place to ask this question, so here it goes. we're putting together a dedicated server for a website that will initially host the web server and the mysql…
-1
votes
1 answer

Is PostgreSQL database optimised for any particular CPU?

This question may sound strange, but some CPU have instruction sets for virtualisation technologies, while some non-related software can use those sets, or even GPU to improve their performance. So, anything like this for PostgreSQL, or is it…
Alex
  • 1,828
  • 4
  • 31
  • 52
-1
votes
1 answer

2 exact same boxes with one having double ram - is it really that much better?

With these two servers, is the 32gb ram server that much better than the 16? Having the same cpu, would the server first bottleneck at the cpu before the extra 16gb ram comes into play? Or am I completely wrong? Intel® Core™i7-2600 Quadcore…
joe
  • 11
  • 2
-1
votes
1 answer

monitoring services, CPU, memory remotely on a Windows server machine

I'm looking for a tool that is able to (remotely) monitor CPU and Memory in a Windows server but most importantly, which service/process is using it. Or-- is it possible to monitor a specific running service? We got a server that freezes on regular…
-1
votes
1 answer

which Xeon CPU series is better?

I tried to read the series number? There are 5600, 5500,E3,E7, 7500, 3400, Opteron 6000, Opteron 4000 etc So which one is better? And within each series, is that the higher the number the better? for example, E5506 is better than E5504 and E7520…
Hao
  • 525
  • 2
  • 8
  • 17
-1
votes
1 answer

High system CPU usage in Centos with cPanel/WHM

After installing and configuring WHM/cPanel on Centos 5.7, it seems that often when I try to access WHM, cPanel, or one of the 3 websites sitting on the server, everything freezes (WHM, cPanel and all the websites), and I notice the system CPU…
Ynhockey
  • 219
  • 6
  • 15
-1
votes
2 answers

Please advise: Virtual machine has stopped working

We have a Solaris 10 machine that has just stopped working. This is the error we get when we try to launch it:
user986086
  • 113
  • 3
-1
votes
1 answer

CPU Diagnostic Software

Is there any decent (preferably free) CPU diagnostic software out there? It would need to be either *nix compatible or bootable because this is an ESXi server, and does not run Windows or a proper GUI. The only one I know of is the Geek Squad MRI,…
codewario
  • 548
  • 3
  • 16
  • 36
-1
votes
1 answer

2U rack hardware, budget but stable, what to buy?

So, I'm tasked with helping buy motherboard/CPU/ram for a 2U server, that will be brought in luggage to China. The requirements are that the hardware is reliable/stable (read: long lasting) at the best price possible. It doesn't matter if it's…
user9274
  • 133
  • 8
-1
votes
1 answer

2x AMD Opteron 6128 VS 2x Xeon E5620

Which one of these processors would win on windows server 2008 IIS and MSSQL server. There is 24 GB ram.
-1
votes
1 answer

Find which php scripts cause high CPU with php-cgi

Background: I maintain a server for a client who has half a dozen Wordpress sites on. They all have the W3 Total Cache plugin installed and eAcellerator is installed (might be APC). All the PHP sites run through a single batch of fastcgi php-cgi…
Oli
  • 1,799
  • 19
  • 27
-1
votes
0 answers

Which NUC mini PC supports Total Memory Encryption - TME and its extension?

Which NUC mini PC supports Total Memory Encryption - TME and its extension? And TXT vs SGX vs TME ? Confusing among these. I find latest mini PC does not support SGX and only Trusted Execution Technology TXT. Is TXT equal Encryption in…