lowfill / elgg-statsd

StatsD plugin for Elgg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatsD plugin for Elgg

StatsD is a Node.JS stats server created by the people at etsy to provide a simple way of logging useful statistics from software.

These statistics are an invaluable way of monitoring the performance of your application, monitoring the performance of software changes and diagnosing faults.

This is an Elgg plugin for interfacing your application to a StatsD server.

What this plugin does

This plugin gives you an overview of what is happening in your Elgg install by logging important system level things - events, hook triggers, errors, exceptions etc.

This lets you get a very clear idea of how your Elgg network is performing, and quickly see the effect that changes have on your users.

Installation

If all the backend and infrastructure stuff has been set up correctly you should now be recording numerous performance statistics about your elgg installation.

See

About

StatsD plugin for Elgg