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

CPU hardware: more cores means lower frequency at some point?

When taking a look at intel processor product list for servers, it seems like there is a correlation between the base frequency and the number of cores. Take this list, there is no processor with base frequency above 3.6 Ghz and more than 10…
mihca
  • 101
  • 2
-1
votes
3 answers

CLI Tool for Machine Stats

Are there good CLI utilities to see things like CPU, RAM, and Network Traffic over time? I know CPU can be looked at via a command like top but curious if there is any way to collect historical trends automagically. I basically want Datadog for a…
stk1234
  • 99
  • 2
-1
votes
1 answer

How can I get my CPU to run at maximum speed by circumventing CPU scaling?

I am running CentOS 7 (7.9.2009) (kernel 3.10.0-1160.49.1.el7.x86_64) on a rather old laptop (Lenove T61) with a dual core CPU (Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz). The driver for CPU scaling is acpi-cpufreq, and when on the performance…
Mitch
  • 3
  • 1
-1
votes
1 answer

Why one of the cores is running full on (100%) during development?

I'm developing an app (Python) which uses face recognition and OpenCV libraries. I can see even after the app finished processing one of the cores keeps running full on for another 10 mins or so. Python has built-in garbage collection to keep up…
Mark
  • 101
  • 1
  • 1
  • 5
-2
votes
1 answer

CPU 100% but website still as fast as usual. Don't understand CPU usage

When I launch HTOP the CPU jumps from 3% to 40% during 1 seconds. When I did some actions on my website, the CPU went to 100% in htop but everything was still as smooth as usual. I also ran a program that used 100% CPU non-stop and around 1GB ram at…
-2
votes
1 answer

is it possible to hack a server motherboard to support two desktop CPUs

Is it possible to install or hack two desktop CPUs, e.g. two Core i7 instead of two Xeon into a server motherboard? If not why? Thanks
uday
  • 107
  • 2
-2
votes
1 answer

High IO wait when test disk with dd

My server is using two SATA disk Raid 1. I test disk using dd #!/bin/bash i=0 MAX_LOOP=10 while [ $i -lt $MAX_LOOP ] do dd if=/dev/zero of=/data/output bs=1G count=10 ((i++)) done The write speed is very good about 310MB/s. But IO…
Luke Nguyen
  • 111
  • 2
  • 7
-2
votes
1 answer

Amazon G2 not giving a much better computing performance than my laptop CPU

I have a Java console application that performs Reed-Solomon error correction on large volumes of data (~700 MB at a time), just to test performance. The application is multithreaded, I can see it gives 100% occupancy on all cores when run. On my…
-2
votes
1 answer

High load of RAM but low CPU

I've a dedicated problem.. When I make a load test with ~500 connections, CPU stay low (about 30%) but memory grow up fast ! And I have a 100% used RAM and 50% used SWAP.. An other dedicated with 2x lower configuration run easy 500 COs.. I don't…
-2
votes
1 answer

What CPU upgrade can I fit to my server without busting something?

I currently have a 1U rack mounted dell poweredge 1950, it came with 2x Intel Xeon 5160's as standard, but the server is starting to max CPU usage too often and I'm looking to upgrade the CPU without replacing the whole rig. I'm currently looking at…
James T
  • 147
  • 1
  • 9
-2
votes
3 answers

Mysql process overload cpu

We have this mysql process running and kicking the cpu up to 200%. Any idea how this could be fixed? /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/xxxxxxxx.com.err --open-files-limit=48480…
user197653
  • 3
  • 1
  • 2
-2
votes
1 answer

Check if mysql is using multithreading?

When I check the processes/active tasks on centos using the top command, when using SSH. I only see 1 mysql process. Does this mean that it is only using one cpu core out of my 4 cpu cores?
-2
votes
2 answers

Is this a 2 or 4 CPU Configuration?

I'm looking at this server configuration (I'm reviewing a customer's potential order for a server for our software) and I'm trying to understand what kind of CPUs would come on the server. HP SB Gen8 DL380P E5-2670 Looking this up I see some sites…
Preet Sangha
  • 2,747
  • 2
  • 24
  • 27
-2
votes
2 answers

How do power consumption and size-of-smallest-feature matter when buying a processor?

Background: I am shopping for processors to build a server on Newegg. The first bullet point on each processor displays the size of the chip in nm and its wattage. Why? I am looking at the number of cores, clock speed, cache, socket type (for mb),…
Chris
  • 149
  • 5
-2
votes
1 answer

Densely packed Xeon 5400 processors

I'm doing lots of data crunching in a private cloud. I really like the price point of the Intel Xeon 5420 processor so I would like to run as many of these as possible. I have some running in Supermicro X7DWT motherboards. I would use more of these…
1 2 3
55
56