High processor load on linux servers for unknown reason since 02:00?

Nah, idling here on my desktop
Are you running Java services on a Linux machine, as well as the NTP service? Probably not ;)

This is such a BS issue. Setting the date manually just magically fixed the processor load.
 
At least the fix was rather simple:
date -s "`date +\"%Y-%m-%d %H:%M:%S\"`"
 
Now I realize that it was not only our Java based servers that were influenced, but also our MySQL servers!

Many people actually stopped and started their NTP daemon too in their fix:
service ntpd stop
date -s "`date`"
service ntpd start
 
Top
Sign up to the MyBroadband newsletter
X