1,649
edits
No edit summary |
|||
Line 3: | Line 3: | ||
I'd like to supplement [http://hack.rs/cacti/graph_view.php?action=tree&tree_id=1 the Cacti graphs] that we have for LHS bandwidth and power with metrics that provide insight to the growth of our community and organisation over time. | I'd like to supplement [http://hack.rs/cacti/graph_view.php?action=tree&tree_id=1 the Cacti graphs] that we have for LHS bandwidth and power with metrics that provide insight to the growth of our community and organisation over time. | ||
We [http://hack.rs/cacti/graph_view.php?action=tree&tree_id=5 chart the following]: | |||
* Number of members | * Number of members | ||
* IRC activity | * IRC activity | ||
Line 10: | Line 10: | ||
* Space occupancy | * Space occupancy | ||
To chart the initial metrics various bits of data are exposed in a Cacti friendly way. | |||
== | ==Space occupancy== | ||
''See project: [[Project:Spacensus|spacensus]]'' | ''See project: [[Project:Spacensus|spacensus]]'' | ||
== | ==IRC statistics== | ||
''See project: [[Project:Ircensus|ircensus]]'' | |||
==Number of members== | |||
We may have to wait 12 months before it becomes interesting. | |||
This data is stored in an Sqlite database on [[Turing]]. See the [https://github.com/londonhackspace/hackspace-foundation-sites/blob/master/etc/schema.sql Schema]. It can be queried like so: | This data is stored in an Sqlite database on [[Turing]]. See the [https://github.com/londonhackspace/hackspace-foundation-sites/blob/master/etc/schema.sql Schema]. It can be queried like so: | ||
Line 41: | Line 33: | ||
'''URL:''' http://london.hackspace.org.uk/member_stats.php | '''URL:''' http://london.hackspace.org.uk/member_stats.php | ||
==Wiki statistics== | |||
* We get this using the MediaWiki API: | * We get this using the MediaWiki API: | ||
Line 72: | Line 62: | ||
'''Code:''' https://github.com/londonhackspace/monitoring | '''Code:''' https://github.com/londonhackspace/monitoring | ||
==Mailing list activity== | |||
* My thanks to JamesG for his assistance and '78.86.160.161' for the original idea. We poll and scrape the groups page for members and and message count. | * My thanks to JamesG for his assistance and '78.86.160.161' for the original idea. We poll and scrape the groups page for members and and message count. |
edits