Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu May 03, 2012 12:37 am 
Offline
Newbie

Joined: Thu May 03, 2012 12:31 am
Posts: 2
I think it would be cool if the high-cpu utilization notification emails (configured within the linode manager) included the top 10 processes consuming resources. That way I'd have a rough guess of the root cause (lots of web users, maintenance cronjobs, etc).

Are there any good third-party tools for doing this kinda thing? I reviewed the feature list for Munin, Cacti, and Nagios, but I couldn't tell if any of these support something like this.

Thanks!


Top
   
 Post subject:
PostPosted: Thu May 03, 2012 6:27 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Linode doesn't have access to that information, without breaking into your system, so it can't be included in those e-mails. You could probably make Nagios do it, however.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Thu May 03, 2012 9:04 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
I use monit for this, when something weird happens I get it to dump out ps aux --sort '-rss' and ps aux --sort '-pcpu' so I can at a glance see what's using the most ram and the most cpu.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Thu May 10, 2012 1:00 am 
Offline
Newbie

Joined: Thu May 03, 2012 12:31 am
Posts: 2
Wow, monit looks really cool! Seems like a fairly lightweight option with plenty of configuration power. Thanks!


Top
   
 Post subject:
PostPosted: Thu May 10, 2012 5:01 am 
Offline
Senior Member

Joined: Wed Jan 21, 2009 7:13 pm
Posts: 126
Location: Portugal
obs wrote:
I use monit for this, when something weird happens I get it to dump out ps aux --sort '-rss' and ps aux --sort '-pcpu' so I can at a glance see what's using the most ram and the most cpu.


hello,

can you detail the setup you use to get the notification?

thanks.


Top
   
 Post subject:
PostPosted: Thu May 10, 2012 2:17 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
I use mont's exec option to run basically
Code:
ps aux --sort '-rss' | mail root

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group