Questions tagged [cpu-load]
17 questions
5
votes
1 answer
Django's dev server causes permanent high CPU load with Python 3
Django's development server runs under Python 2.7.5 (on Windows 7) with a rather constant (idle) load of about 1-3% on my test system - no page loads or other calculations done. Switching to Python 3.4.2 causes the constant load to rise to an…
5
votes
2 answers
How to interpret CPU load average?
When I use command mpstat, I see an idle value, for example 25%. It means 75% of CPU power is used.
If there are 4 cores on CPU, then does 25% idle mean that 3 cores are fully used and 1 core is not used at all?
What command shall I use to see the…
alwbtc
- 3,085
- 13
- 35
- 43
2
votes
0 answers
Load averaging: philosophy?
Let us assume that I work in a company and this company possesses just one server. At the end of every month my boss enters my office and asks me: 'Do we need new CPUs?'. Let us also say that, as a rule of thumb, the company needs new CPUs if more…
Fabian Werner
- 121
2
votes
2 answers
Load average and processor count
If I have a CPU with 8 cores, is it okay to have a consistent average load of 2.5? Or should it always remain below 1, irrespective of the number of processors / cores?
Joyce Babu
- 424
2
votes
0 answers
Tomato Firmware producing high cpu load average (but low cpu usage)
I using an Asus RT-N18U router with the "Advanced Tomato" firmware with shibby's firmware under the hood.
I recognized a constant cpu load average of 2.00, but at the same time a low cpu usage.
"top" giving me the following result:
Mem: 42520K used,…
Ulfhetnar
- 121
1
vote
1 answer
Low load average with plenty of cpu-intersive processes
I see loadavg at about 1 with at least 3 processes running at full tile. How can that be?
top - 11:48:32 up 147 days, 5:38, 8 users, load average: 1.08, 1.11, 1.05
Tasks: 416 total, 4 running, 410 sleeping, 2 stopped, 0 zombie
Cpu0 :…
sds
- 2,108
1
vote
0 answers
High average load + low cpu usage + low disk usage + normal network usage + normal memory usage = ok or not?
I see high CPU average load several times a day on my server. For example, 21:20 and 22:45 on the following figure:
However, my CPU, disk, and network are all OK:
Disk
Network
CPU
Memory
Also do not see strange forks
Interrupts…
ch271828n
- 123
1
vote
2 answers
Is there a connection between cpu idle and cpu load?
The higher load, the lower idle?Is there a situation that high load meanwhile high idle out there?
SpawnST
- 2,451
0
votes
3 answers
Is there anyway to produce realistic load(cpu,memory and disk all together) on a linux system?
I am using Ubuntu 12.04 and I want to stress test my system but most of benchmarks are specific in nature. Either they are benchmarking Disk or CPU or Memory usage etc. But is there anything which can generate load like the real systems do i.e…
A-B
- 136
0
votes
1 answer
Kernel Thread that won't exit, Load Average +1
So I have a new server that is up and running with Centos 6, and the load average is stuck hovering around 1, even when the machine is nearly idle. I reviewed the process table and found this running:
root@myserver:~]# ps -efl|grep " [D] "
1 D root…
Aaron R.
- 101
0
votes
1 answer
average load does not get lower than one
I have a strange situation when with seeming low cpu load average load is always higher or equal than one
output from htop:
1 [|||| 2.6%] Tasks: 76, 542 thr; 1 running
2…
misha nesterenko
- 375
- 2
- 5
- 18
0
votes
2 answers
Maximize cpu load average without consuming resources
As a fun exercise, what is the best way to maximize the unix CPU load average without actually consuming lots of resources (CPU cycles or memory)?
Victor Liu
- 111
0
votes
1 answer
Prevent high load average caused by Apache
I have a remote server running Apache with some websites.
Sometimes load average rises too much, and the web server is unresponsive.
I think it's caused by Apache, but I can't check because the ssh session is closed automatically when I log in.…
isma
- 3
- 1
- 2
0
votes
1 answer
VPS: CPU seams to be under heavy load while no process produces such load?
I recently set up a really cheap VPS mainly for backup purposes but I also wanted it to do some small, minor tasks. But because I was too interested I wanted to take a look at CPU and Memory usage, since I only got (probably part of) 1 Core of…
0
votes
0 answers
Analyzing CPU load in multicore CPUs
I am trying to find out ideal load average for one of my linux servers. I understood load should be proportional to the no of cpu cores. But my doubt is that, how will we analyze this in case of multi core CPUs?
[root@server unnik]# getconf…
Unnikrishnan
- 1,353