I just signed up for a Linode 360 last night, to host a Linux distribution site (
www.ultimalinux.com ). It's on dallas58, UML, and running a custom distribution - bet you can't guess which one

Everything's running fine, except I've gotten at least two of these messages today:
Quote:
Your Linode (martinultima) has exceeded the notification threshold for CPU Usage by averaging 92.9% for the last 2 hours.
You can view or change your alert thresholds under the "Utilities" tab of the Linode Manager.
This is not meant as a warning or a representation that you are misusing your resources. We encourage you to modify the thresholds based on your own individual needs.
You may access the members' site at <https://www.linode.com/members/dashboard.cfm>.
It's been a while since I used Linode (or UML in general), so I'm not sure what would be causing this. My installation currently runs a whole bunch of servers - Apache, MySQL, Sendmail, OpenSSH - but I don't think that's the problem; a nearly identical configuration on a Pentium-3 box at home doesn't have the same load issues:
Code:
load average: 2.88, 2.90, 2.94
on the Linode, vs.
Code:
load average: 0.08, 0.02, 0.01
on the P-3. Both of these are with a heavily optimized configuration, there haven't been any memory problems, and overall the Linode's performance has been great, much better than a couple years ago when it was still a Linode-80.
The Linode hasn't been running any CPU-intensive tasks, and I'm not even sure how much network activity it's seen apart from my working on the configuration.
top is showing some extremely bizarre fluctuations, one minute it's around 5 user/10 sys, next it's 20 user/80 sys.
updatedb and all those other tasks are disabled on the machine, in fact I didn't even install the
locate package
The only thing I can think of is that the installation uses an NPTL-only glibc, which I believe is how newer Slackware releases are also built (my code's originally forked from a 2006-ish Slackware-current, and has since been independently developed). I saw that's a bit of a problem with Xen, could that be impacting UML as well?
~Martin Ultima