By Kay86
Hi, I am new to DO. I have recently just set up a basic droplet for $5 and only have CentOS 8 installed. I have not even changed the root password yet, that’s how fresh the droplet is.
So upon checking the droplets graph I notice there is a spike 30 seconds before every hour? The CPU spikes along with the load and Disk I/O.
Why does this happen when I have done nothing yet on the droplet?
Please see screenshot here
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there @Kay86,
This is quite interesting, I’ve created a new fresh CentOS 8 Droplet and install the DigitalOcean monitoring agent to see if I can replicate that behavior. I will let it run for a few hours and update you once I have some more data in the graphs.
What is the region that you’ve deployed the Droplet at?
Also do you have any Cron jobs at the moment? You can check that with:
- crontab -l
Did you also use any of the images from the DigitalOcean Marketplace, or was it just the default CentOS 8 Droplet?
Regards, Bobby
Observing periodic spikes in CPU, load, and Disk I/O on a fresh DigitalOcean droplet with CentOS 8, especially when no significant activities have been performed, can be intriguing. There are a few common reasons why this might be happening:
/etc/cron.hourly, /etc/cron.daily, etc., or check the crontab files with crontab -l and sudo crontab -l.yum-cron for CentOS.top, htop, or iotop can be used to monitor system resources and identify what processes are using them./var/log/messages, /var/log/syslog, or journal via journalctl) can provide insights into what’s happening on your system.Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.