[smokeping-users] 12 secondes to show a page on smokeping ?

ITheodoridis at bankofgreece.gr ITheodoridis at bankofgreece.gr
Wed Sep 25 15:37:40 CEST 2013


Maybe I am wrong but it could be that you are not using mod-fcgid on apache.

php5 seems a little out of place there..

 

From: Artiflo [mailto:artiflo at gmail.com] 
Sent: Monday, September 23, 2013 3:09 PM
To: Steve Wray
Cc: smokeping-users
Subject: Re: [smokeping-users] 12 secondes to show a page on smokeping ?

 

Thanks for your quick answer :)

 

I think I have already FCGI.

 

How to know to be sure if I use CGI or FCGI for smokeping ?

 

This is my smokeping.conf for Apache :

 

ScriptAlias /smokeping/smokeping.cgi "/usr/local/smokeping/htdocs/smokeping.fcgi"

 

Alias /smokeping "/usr/local/smokeping/htdocs/"

<Directory "/usr/local/smokeping/htdocs/">

         Options Indexes Includes FollowSymLinks ExecCGI

         AllowOverride All

         AddHandler php5-fastcgi .php .php5 .php4

         Action php5-fastcgi smokeping.fcgi

         Order allow,deny

         Allow from All

</Directory>

 

Alias /smokeping/cache "/usr/local/smokeping/work/cache/"

<Directory "/usr/local/smokeping/work/cache/">

        Options Indexes FollowSymLinks

        AllowOverride None

        Order allow,deny

        Allow from all

</Directory>

 

 

2013/9/23 Steve Wray <stevedwray at gmail.com>

Try using fcgi, it loads a lot faster.

 

ie where you have smokeping.cgi use smokeping.fcgi instead. You may need to install some additional packages to make it work.

 

 

On 23 September 2013 18:56, Artiflo <artiflo at gmail.com> wrote:

	Hello,

	 

	On smokeping 2.6.8, I have 2600 devices on 90 FPING probe.

	 

	Each time I try to show a page or when I click on menu that took ~12 secondes !!!

	 

	Why is so long ?

	 

	(0.5 load on 4 XEON server)

	 

	# time /usr/local/smokeping/bin/smokeping_cgi /usr/local/smokeping/etc/config

	real    0m12.763s

	user    0m11.519s

	sys     0m0.710s

	 

	# cat /usr/local/smokeping/bin/smokeping_cgi

	 

	#!/usr/bin/perl

	# -*-perl-*-

	 

	use strict;

	use warnings;

	 

	use FindBin;

	use lib qw(); # PERL5LIB

	use lib "$FindBin::Bin/../thirdparty/lib/perl5";

	use lib "$FindBin::Bin/../lib";

	 

	# don't bother with zombies

	$SIG{CHLD} = 'IGNORE';

	 

	use CGI::Carp qw(fatalsToBrowser);

	 

	use Smokeping;

	 

	use CGI::Fast;

	 

	my $cfg = (shift @ARGV) || "$FindBin::Bin/../etc/config";

	 

	 

	while (my $q = new CGI::Fast) {

	   Smokeping::cgi($cfg,$q);

	}

	 

	_______________________________________________
	smokeping-users mailing list
	smokeping-users at lists.oetiker.ch
	https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

 

 


==============================================================================================================
Με την επιφύλαξη παντός νομίμου δικαιώματός μας. Κάθε μήνυμα ηλεκτρονικού ταχυδρομείου από την Τράπεζα της Ελλάδος (ΤτΕ) αποστέλλεται καλόπιστα αλλά δεν τη δεσμεύει ούτε ερμηνεύεται ως να συνιστούσε ή επηρέαζε συμβατική ή άλλη δέσμευση της ΤτΕ.

Το μήνυμα ηλεκτρονικού ταχυδρομείου προορίζεται προς αποκλειστική χρήση του προσώπου, του οποίου η διεύθυνση αναγράφεται στην επικεφαλίδα του μηνύματος. Ο αποστολέας και η ΤτΕ δεν αναλαμβάνουν καμμία ευθύνη για ανακριβειες, παραβίαση της ακεραιότητας, απώλεια ή καθυστερημένη διαβίβαση του μηνύματος, για αστοχία, διακοπή ή υποβάθμιση της υπηρεσίας ή του μηνύματος καθώς και για κάθε εξ αυτού του λόγου απώλεια ή ζημία καθόλη την υπό του νόμου προβλεπόμενη έκταση.

Εάν λάβατε κατά λάθος το παρόν μήνυμα ηλεκτρονικού ταχυδρομείου, παρακαλούμε να ειδοποιήσετε αμέσως μέσω ηλεκτρονικού ταχυδρομείου τον αποστολέα και να διαγράψετε το μήνυμα. Οποιαδήποτε ανακοίνωση, διάδοση ή χρήση μέρους ή ολόκληρου του μηνύματος χωρίς άδεια απαγορεύεται αυστηρά και μπορεί να επιφέρει ποινική και αστική ευθύνη.


Any e-mail message from the Bank of Greece (BoG) is sent in good faith but shall neither be binding nor construed as constituting or affecting a contractual arrangement or other commitment by the BoG.

The e-mail is intended for the exclusive use of the person whose e-mail address appears in caption as recipient. The sender and the BoG decline liability for inaccuracy, breach of integrity, loss or delayed delivery of the message, for any failure in, interruption to or degradation of either the service or the message, as well as for any loss or damage sustained thereof to the fullest extent provided by law.

If this e-mail was not intended for you, please notify the sender immediately via e-mail and delete it at once. Any unauthorized disclosure, dissemination or use, either in whole or in part is strictly prohibited and may give rise to both criminal and civil liability. All rights reserved.
==============================================================================================================

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20130925/b01c6a6f/attachment.htm 


More information about the smokeping-users mailing list