The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 260β€…    Votes:  3β€…
Tags: 16.04   kernel   cron  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1048709
Title: Is there a known cron job or process in 16.04 that occurs every 30 or 60 minutes?
ID: /2018/06/22/Is-there-a-known-cron-job-or-process-in-16.04-that-occurs-every-30-or-60-minutes_
Created: June 22, 2018    Edited:  June 22, 2018
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


cron is only one of the running daemons that consume CPU cycles and system resources:

$ ps -eo 'tty,pid,comm' | grep ^? | grep cron
?          841 cron
?          896 cron

For a complete list of all 264 on my system I use:

ps -eo 'tty,pid,comm' | grep ^?

So which deamon runs every 30 minutes? The first google hit is the chef deamon (not a cooking thing): https://stackoverflow.com/questions/14905278/chef-daemon-running-every-30-minutes

If it’s not documented you would have to check every single daemon’s source code to see how often it run.

⇧ JPGICC: What does the option described as "Precalculates transform" do? How to clean "Preload" cache?  β‡©