04 Mar

Web page load speed monitoring with Munin

Here’s an example of the configuration:

[http_loadtime]
     env.target https://pydelion.com

Enabling:

ln -s /usr/share/munin/plugins/http_loadtime /etc/munin/plugins/http_loadtime

Test run:

[root@node1 ~]# sudo munin-run http_loadtime
loadtime.value 1.04
[root@node1 ~]#

Munin restart:

[root@node1 ~]# service  munin-node restart
Stopping Munin Node agents:                                [  OK  ]
Starting Munin Node:                                       [  OK  ]
[root@node1 ~]#

If you need external check you can use pingdom tools, for instance.



One thought on “Web page load speed monitoring with Munin

  1. Requires 'time' to be installed (/usr/bin/time). Also probably needs hacking to add in a random cache breaking variable to the requested URI ... else e.g. wordpress page caches will invalidate any readings.

Leave a Reply

Your email address will not be published. Required fields are marked *