Project:Ircensus

From London Hackspace Wiki
Revision as of 18:10, 23 November 2018 by Kraptv (talk | contribs) (Updated lamarr stuff to landin.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Ircensus


Members Elliot
QR code
Active users
Message activity
Total users

Part of the London Hackspace graphs and visualisations project.

Currently this daemon is running on Chomsky

Overview

There is a bot with the nickname 'ircensus' in the #london-hack-space channel that collects data on the following:

  • Active users (/5min)
  • Number of messages (/5min)
  • Total users

This bot is written in Java and runs on Chomsky. It has an HTTP interface that outputs: london-hack-spaceMessages:5 london-hack-spaceActiveUsers:2 london-hack-spaceTotalUsers:102 http://localhost:42002/

These stats feed into our local cacti graph instance to plot activity trends.

Code

The source code is available on GitHub.