Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: A few questions about CPU load and SSH

Started 1 month, 3 weeks ago by splatcatballa99
Alright, first off I'm looking for an opensource or freeware script that would record load averages of the past say 24 hours every 30 seconds or so. Second I can't remember the name I know it's out there it's like the command top but it's better and shows more information.
Site: WebHostingTalk Forums - Web Hosting Discussion  WebHostingTalk Forums - Web Hosting Discussion - site profile
Forum: Technical & Security Issues  Technical & Security Issues - forum profile
Total authors: 8 authors
Total thread posts: 13 posts
Thread activity: no new posts during last week
Domain info for: webhostingtalk.com

Other posts in this thread:

rasengan replied 1 month, 3 weeks ago
It might be overkill but something like Nagios (nagios.org) would be able to keep load averages, trends charts, and can alert you as different services reach certain values which you specify.

RBBOT replied 1 month, 3 weeks ago
http://collectl.sourceforge.net/ does both

splatcatballa99 replied 1 month, 3 weeks ago
Anything other than collectl? I don't really like it to much. I'm also trying to remember the name of it, it was like a more detailed version of the top command.

BarackObama replied 1 month, 3 weeks ago
Wouldn't a simple bash script to be executed in cron suffice? PHP Code: #!/bin/bash load =` cat /proc/loadavg|awk { ' print $ 1 ' }` date =` date ` disp = $date . $load echo $disp | tee - a loadavg . txt

markseger replied 1 month, 2 weeks ago
dylan - if you don't mind I'd really like to hear what you don't like about collectl as I'm always trying to make it better and I can't help but wonder if there are issues with trying to figure out all the switches, its output or what. Not only will collectl record load averages as often as you like, including down to sub-second intervals, you can also easily import the data into a spreadsheet ...

splatcatballa99 replied 1 month, 2 weeks ago
My main problem with collectl was finding good documentation on your site I had a hard time finding the simplest things like how to install it.

Hostwaresupport replied 1 month, 2 weeks ago
Hello, If you want to collect loadavarage history of your server. Then I would recommend 'sar' tool. If you want to collect traffic history then you can use 'vnstat'. Both are handy gpl tools in order to keep good load and traffic track of your server.

Hostwaresupport View Beta Profile Newbie replied 1 month, 2 weeks ago
Hello, If you want to collect loadavarage history of your server. Then I would recommend 'sar' tool. If you want to collect traffic history then you can use 'vnstat'. Both are handy gpl tools in order to keep good load and traffic track of your server.

markseger replied 1 month, 2 weeks ago
re collectl documentation: I'm surprised you found the documentation minimal. Were you looking at collectl.sourceforge.net/Documentation.html? As for installation, Quite honestly I haven't heard of any problems before other than a couple of bugs in the INSTALL script. I guess I thought providing RPMs and a tarball were self-explanatory. When I first packaged collectl I simply followed ...

markseger View Beta Profile New Member replied 1 month, 2 weeks ago
re collectl documentation: I'm surprised you found the documentation minimal. Were you looking at collectl.sourceforge.net/Documentation.html? As for installation, Quite honestly I haven't heard of any problems before other than a couple of bugs in the INSTALL script. I guess I thought providing RPMs and a tarball were self-explanatory. When I first packaged collectl I simply followed ...

 

Top contributing authors

Name
Posts
splatcatballa99
3
user's latest post:
A few questions about CPU load...
Published (2009-11-11 22:12:00)
My main problem with collectl was finding good documentation on your site I had a hard time finding the simplest things like how to install it.
markseger
3
user's latest post:
A few questions about CPU load...
Published (2009-11-12 09:24:00)
Actually I almost forgot - if you do choose to run sar, don't use the default monitoring interval of 10 minutes - it's pretty useless if you want any meaningful data, though I suspect there are many out there happily SARing away at that level. If I've learned nothing else from collectl it's that data sample coarser than about 10 seconds miss too much key information, such as spikes that tend to get averaged out and...
markseger View Beta Profile New...
2
user's latest post:
A few questions about CPU load...
Published (2009-11-12 09:24:00)
Actually I almost forgot - if you do choose to run sar, don't use the default monitoring interval of 10 minutes - it's pretty useless if you want any meaningful data, though I suspect there are many out there happily SARing away at that level. If I've learned nothing else from collectl it's that data sample coarser than about 10 seconds miss too much key information, such as spikes that tend to get averaged out and...
rasengan
1
user's latest post:
A few questions about CPU load...
Published (2009-11-10 18:19:00)
It might be overkill but something like Nagios (nagios.org) would be able to keep load averages, trends charts, and can alert you as different services reach certain values which you specify.
RBBOT
1
user's latest post:
A few questions about CPU load...
Published (2009-11-10 19:21:00)
http://collectl.sourceforge.net/ does both
BarackObama
1
user's latest post:
A few questions about CPU load...
Published (2009-11-11 01:51:00)
Wouldn't a simple bash script to be executed in cron suffice? PHP Code: #!/bin/bash load =` cat /proc/loadavg|awk  { ' print  $ 1 ' }` date =` date ` disp = $date . $load echo  $disp | tee  - a loadavg . txt 
Hostwaresupport
1
user's latest post:
A few questions about CPU load...
Published (2009-11-12 03:52:00)
Hello, If you want to collect loadavarage history of your server. Then I would recommend 'sar' tool. If you want to collect traffic history then you can use 'vnstat'. Both are handy gpl tools in order to keep good load and traffic track of your server.
Hostwaresupport View Beta...
1
user's latest post:
A few questions about CPU load...
Published (2009-11-12 03:52:00)
Hello, If you want to collect loadavarage history of your server. Then I would recommend 'sar' tool. If you want to collect traffic history then you can use 'vnstat'. Both are handy gpl tools in order to keep good load and traffic track of your server.

Related threads on "WebHostingTalk Forums - Web Hosting Discussion":

Related threads on other sites:

Thread profile page for "A few questions about CPU load and SSH" on http://www.webhostingtalk.com. This report page is a snippet summary view from a single thread "A few questions about CPU load and SSH", located on the Message Board at http://www.webhostingtalk.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity