1

On my system htop is constantly showing 100% load on four out of the eight logical cores on my system (system specs below). The issue is that it's a freshly installed Ubuntu Server 22.04 and there are very few processes running, and htop is not showing any significant CPU load on any process. If anyone has an idea where this could come from or what to look for it would be very helpful.

Some observations:

  • The problematic cores are all in blue which indicates it comes from low priority processes. This stays stable at exactly 100% right from boot and never goes below.
  • Searching for similar issues it's often times about kworker running hot, which is due to hardware interrupts. However this does not seem to be my issue. When I run grep . -r /sys/firmware/acpi/interrupts/ it shows 0 on all interrupts and when showing kernel processes in htop (shift-k) it does not indicate high cpu usage from kworker or anything else.

enter image description here

Version: Ubuntu 22.04.4 LTS
CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Thread(s) per core:  2
Core(s) per socket:  4
3
  • If htop is running in a container, instead of the initial pid namespace, that's what would be seen: CPU at 100% without cause: the cause would be invisible from the container. Commented May 4, 2024 at 10:45
  • So: install the package virt-what, and report the result of the command virt-what. Commented May 4, 2024 at 10:47
  • htop is not run within a container. virt-what gives an empty output like this: ns@ubuntu:~$ sudo virt-what ns@ubuntu:~$ Commented May 4, 2024 at 11:10

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.