[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Tool to monitor system downtimes?



Joerg Lange wrote:
Hi all,

is there a simple tool to monitor high system loads and outages in debian?

For me, it would be completely sufficient if there would be a tool
that samples every minute or every few minutes (e.g. in a cron job)
the system load and reports any issues to the user in a simple way
like this:

           day       > load 5  |  > load 10  |  > load 15  |   DOWN
------------------------+-------------+-------------+----------
  26.01.       6.31%   |   1.20%     |   0.53%     |   0.00%
  27.01.       6.31%   |   1.20%     |   0.53%     |   0.00%
  28.01.       6.31%   |   1.20%     |   0.53%     |   0.00%
  29.01.       6.31%   |   1.20%     |   0.53%     |   4.43%
  30.01.       6.31%   |   1.20%     |   0.53%     |   0.00%
------------------------+-------------+-------------+----------
 Average:      6.31%   |   1.20%     |   0.53%     |   1.31%

Purpose is to get an overview about the "performance" of the server
provider in case of "sandbox" vservers, so where I would not be aware
of any issues like the server is not available some hours during
nighttime for example.

I have started writing such a program in perl, it works great but
monitors only real downtimes at the moment, so not by system load as
the figure above indicates.

Best regards,
Joerg



Years ago, I wrote my own.
http://www.geocities.com/hugovanwoerkom/
first graphic. It's an app. that records various things every 5 minutes in a db. When there is nothing in the db. the system is down.

Hugo



Reply to: