How do I find out what's causing increased CPU usage on my Linode?

Linode Staff

What's the best way to find out what programs or services are using the most CPU time and resources?

2 Replies

I recommend using the 'top' command to find out what's using the most CPU time on your Linode. We have a guide on the 'top' command here:

Using top to Monitor Server Performance

From there, checking the log files for the service may help narrow down the exact cause. Most services have log files in the /var/log directory. If the service is Apache, PHP, or MySQL the increase in CPU usage may be from an increase in website traffic.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct