PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Tool to monitor system downtimes?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Tool to monitor system downtimes?

Réponse
 
LinkBack Outils de la discussion
Vieux 28/03/2007, 15h40   #1
Joerg Lange
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Tool to monitor system downtimes?

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


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 28/03/2007, 15h50   #2
Roberto C. Sánchez
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tool to monitor system downtimes?

On Wed, Mar 28, 2007 at 04:31:16PM +0200, Joerg Lange wrote:
> Hi all,
>
> is there a simple tool to monitor high system loads and outages in debian?
>

Perhaps something SNMP-based?

Regards,

-Roberto

--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFGCn+L1snWssAFC08RAsV0AJ4mdAduoAduRAAc1/wW8LkW0lQZLwCfbtln
RAXhpcYwKOmePwrByK1XsxA=
=kdEp
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 28/03/2007, 16h20   #3
Joerg Lange
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tool to monitor system downtimes?

On 3/28/07, Roberto C. Sánchez <roberto@connexer.com> wrote:
> Perhaps something SNMP-based?


Hmm I have briefly looked at that now, but it seems to be quite an
overkill for what I want to archieve, or am I wrong?

For system traffic monitoring I use "vnstat" at the moment, which is a
very small and very easy to install and use. I am looking ideally for
something as easy as that :-)

Joerg
  Réponse avec citation
Vieux 28/03/2007, 21h40   #4
Hugo Vanwoerkom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 28/03/2007, 22h10   #5
Franck Joncourt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tool to monitor system downtimes?

On Wed, Mar 28, 2007 at 02:37:30PM -0600, Hugo Vanwoerkom wrote:
> 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.


Waht about cacti :

http://cacti.net/

Could it be of any to you ?

--
Franck Joncourt
http://www.debian.org
http://smhteam.info/wiki/
GPG server : pgpkeys.mit.edu
Fingerprint : C10E D1D0 EF70 0A2A CACF 9A3C C490 534E 75C0 89FE

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGCthJxJBTTnXAif4RAtULAKCv3xdKKd6vuB1SR3SfYD WMzI6j/ACdFUM5
eTdd6mr9iU89vHVTi6CGWtY=
=MJnK
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 28/03/2007, 22h30   #6
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tool to monitor system downtimes?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/28/07 09:31, 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.


Parse this single line file: /proc/loadavg.

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGCtyHS9HxQb37XmcRAq7zAJ0S7mkFncZcdq2sdwHCPf hqxPn1VACfQDcx
eesbNeipyUNk//B5OOdosHc=
=55zx
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 29/03/2007, 09h00   #7
Joerg Lange
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tool to monitor system downtimes?

On 3/28/07, Ron Johnson <ron.l.johnson@cox.net> wrote:
> Parse this single line file: /proc/loadavg.

Thats what I already do in the perl program I wrote, in order to get
the latest load (first number is the average per 1 minute)... Is there
anything else you want to tell me, something that I missed?

Anyway, it seems that there is not such a tool. cacti and snmp seem to
be complex, the program from Hugo seems to be for a slightly different
purpose. All are not command line oriented.

QUESTION FOR ALL OF YOU:
Would anyone find it benefitial for them what I have in my mind (see
first email)? If yes, I would continue work and try to put together a
debian package one day.

Best regards,
Joerg


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 29/03/2007, 11h50   #8
Hugo Vanwoerkom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Tool to monitor system downtimes?

Franck Joncourt wrote:
> On Wed, Mar 28, 2007 at 02:37:30PM -0600, Hugo Vanwoerkom wrote:
>> 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.

>
> Waht about cacti :
>
> http://cacti.net/
>
> Could it be of any to you ?
>


Interesting. And it's all in Sid too :-)

Hugo

















--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h38.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,22220 seconds with 16 queries