Difference between revisions of "Project:Ircensus"

From London Hackspace Wiki
Jump to navigation Jump to search
m (updated to chomsky as the host - ircensus feeds into cacti)
Line 11: Line 11:
 
* Total users
 
* Total users
  
This bot is written in Java and runs on [[Babbage]]. It has an HTTP interface that outputs: '''<tt>london-hack-spaceMessages:5 london-hack-spaceActiveUsers:2 london-hack-spaceTotalUsers:102</tt>'''
+
This bot is written in Java and runs on [[Equipment/Lamarr#Chomsky| Chomsky]]. It has an HTTP interface that outputs: '''<tt>london-hack-spaceMessages:5 london-hack-spaceActiveUsers:2 london-hack-spaceTotalUsers:102</tt>'''
  http://localhost:42002/
+
http://localhost:42002/
 +
 
 +
These stats feed into our local cacti graph systems for further visualisation.
  
 
==Code==
 
==Code==
 
The source code is [https://github.com/londonhackspace/ircensus available on GitHub].
 
The source code is [https://github.com/londonhackspace/ircensus available on GitHub].

Revision as of 01:42, 2 November 2015

Ircensus


Members Elliot
QR code
Active users
Message activity
Total users

Part of the London Hackspace graphs and visualisations project.

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 systems for further visualisation.

Code

The source code is available on GitHub.