CPU Load

For topics beyond KeyHelp. / Für Themen jenseits von KeyHelp.
Post Reply
fatontonni123
Posts: 26
Joined: Sun 29. Dec 2024, 13:53

CPU Load

Post by fatontonni123 »

I have Problem With CPU Load

The CPU process continues to be very high.
Can you help my..
Attachments
Screenshot_20251120_180441_Chrome.jpg
User avatar
24unix
Posts: 2125
Joined: Sun 21. Jun 2020, 17:16
Location: Kollmar
Contact:

Re: CPU Load

Post by 24unix »

You need first to find out what causes the hight load.

Run

Code: Select all

htop
.

If not already installed, apt install htop, or if on Ubuntu sudo apt install htop.

BTW: That is far from critical, if you have severe problems, e.g. crawlers flooding your sites, the load average goes much beyond 50.
Cheers Micha
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.

The bartender says: “You really should validate your input.”
User avatar
Jolinar
Community Moderator
Posts: 4209
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: CPU Load

Post by Jolinar »

Moderator's note:

The post template that is provided when creating a new thread in the "Bugs and Issues" forum section exists for a reason.

Moved to Off Topic
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
fatontonni123
Posts: 26
Joined: Sun 29. Dec 2024, 13:53

Re: CPU Load

Post by fatontonni123 »

24unix wrote: Thu 20. Nov 2025, 18:14 You need first to find out what causes the hight load.

Run

Code: Select all

htop
.

If not already installed, apt install htop, or if on Ubuntu sudo apt install htop.

BTW: That is far from critical, if you have severe problems, e.g. crawlers flooding your sites, the load average goes much beyond 50.

Code: Select all

bash: htop: command not found
User avatar
24unix
Posts: 2125
Joined: Sun 21. Jun 2020, 17:16
Location: Kollmar
Contact:

Re: CPU Load

Post by 24unix »

Why don't you do both of us the favour of reading my complete post?
If not already installed, apt install htop, or if on Ubuntu sudo apt install htop.
Cheers Micha
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.

The bartender says: “You really should validate your input.”
fatontonni123
Posts: 26
Joined: Sun 29. Dec 2024, 13:53

Re: CPU Load

Post by fatontonni123 »

24unix wrote: Thu 20. Nov 2025, 18:24 Why don't you do both of us the favour of reading my complete post?
If not already installed, apt install htop, or if on Ubuntu sudo apt install htop.
After i install have this code

Code: Select all

bash: htop: command not found
Post Reply