Questions tagged [cpu-load]

The system load is a measure of the amount of work that a computer system is currently performing.

The system load is a measure of the amount of work that a computer system performs. The load average represents the average system load over a period of time. It conventionally appears in the form of three numbers which represent the system load during the last one-, five-, and fifteen-minute periods.

Excerpted, with very slight modification, from Wikipedia.

427 questions
40
votes
2 answers

What's the difference between load average and CPU load?

Here's the output of top: top - 23:30:49 up 2:18, 1 user, load average: 4.36, 4.36, 4.39 Tasks: 105 total, 2 running, 103 sleeping, 0 stopped, 0 zombie Cpu(s): 3.6%us, 8.0%sy, 0.0%ni, 73.4%id, 9.0%wa, 1.1%hi, 4.9%si, 0.0%st Mem: …
19
votes
5 answers

What is system load?

At my job we have a data repository running Ubuntu 12.04.03 CLI and as I was checking them this morning when I logged in instead of giving me the normal information it said the information couldn't be displayed because the system load is above 2 and…
Sean G
  • 301
  • 1
  • 2
  • 6
17
votes
3 answers

How can I see what process spiked CPU usage and froze the system a few seconds ago?

My Ubuntu 18.04 randomly freezes for a few seconds. I can move the mouse cursor (sometimes), but otherwise the OS is unresponsive and I can't switch to any other application. When it resumes, I can go to the System Monitor and see a spike in CPU…
12
votes
3 answers

How can a load average of 0.00 exist?

I understand that the load balance is a way of measuring how busy the CPU is. However, I don't understand how a load average of 0.00 can exist. Doesn't the kernel always run? Doesn't that take part of the CPU load?
user8292439
  • 3,808
10
votes
4 answers

High Load, but nothing running?

I am not sure how this is even possible. Looking at top, my loads are often above 2, 3, 4.0, but I am over 99% idle. There is never a process at the top that is taking up anything, all my processes are 0. This is a new-ish i-5 laptop that was…
user5292
9
votes
4 answers

What is .dhpcd command and how to disable it?

Nowadays, my laptop frequently uses high %CPU (300%). I noticed that .dhpcd is involved in high %CPU. I could kill the process without any issue. However, it turns on automatically in about every 30 minutes. Strangely, the user is test in top: I am…
donghoon
  • 123
5
votes
1 answer

What is fuser and why is it so processor hungry?

My computer became too slow and according to top fuser is consuming all available cpu time. What the hell is that? What do I have to do get rid of it?
4
votes
3 answers

non-interactive version of HTOP?

I'd like to periodically get snapshot of per-core utilization to save to file, basically same information as htop. However, htop is interactive so it's not friendly to scripting, is there an alternative way of getting this information?
3
votes
4 answers

How come Ubuntu is slowed down even after all resource-hungry apps have exited

I have been wondering this for quite a while, thought I might give a shot asking it here. Scenario: I use an application that used a lot of resources (for example image batch processing or compiling/running a lot of apps) Close the resource-hungry…
RVH
  • 318
3
votes
0 answers

irq/185-AudioDS using more than 60% of the CPU

i just installed Ubuntu 20.04 LTS with kernel 5.11.0-27-generic on a Acer Swift 3 SF314 and i have a process called irq/185-AudioDS that uses more than 60% of the CPU all the time. top command In addition, the dmesg output has this messages: […
2
votes
0 answers

Ubuntu Mate 15.10 High CPU usage

My Ubuntu MATE 15.1o after a period of use will suddenly start showing Hi CPU usage as shown in SYSTEM Monitor. (Switching between 100% on each of 2 cores) Looking at Process the top user is XOrg lightDM service. If I use the MATE TWEAK Windows…
zeonite
  • 31
  • 4
2
votes
1 answer

How to get CPU usage in percentages

At the moment I am using a python script to log the output from cat /proc/loadavg to a file. I then use gnuplot to periodically graph the CPU load for my viewing pleasure. However, I really would like to have a graph that shows percentages of CPU…
Mausy5043
  • 740
  • 2
  • 10
  • 27
2
votes
2 answers

run.x86-linux always at 100% CPU

I have my computers left open for 2 days. The last few hours when running the top command I get back these results: top - 20:51:39 up 1 day, 7:22, 4 users, load average: 1.38, 1.64, 1.53 Tasks: 179 total, 2 running, 173 sleeping, 0 stopped, …
foobar
  • 135
2
votes
0 answers

Constant Load of 1.0 on fresh Ubuntu Server installation on Raspberry Pi 4

My system, which I freshly installed yesterday has a constant load of about 1 and I don't know why. I have Ubuntu 21.04 64bit server running on RasPi4 cased in a DeskPi Pro V2. There is a 4TB HDD installed which the system is run from. Installation…
DaWastl
  • 21
2
votes
2 answers

scaling governor throws permission error for su

My cpu is burning it self if I dont put it powersave state. recently widget on the top of my screen says 800Mhz but I know it is 1.733Ghz behind. I feel it because temp. passes 80 celcius (176 Fahrenheit). Temp. is another problem, but I want to…
nerkn
  • 143
1
2