Project

ring-sqa

0.01
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
gets list of nodes and pings from each to each storing results
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.1, >= 0.1.2
~> 0.1, >= 0.1.6
~> 4.12
~> 3.5
~> 1.3
 Project Readme

Ring SQA

Discovers NLNOG Ring nodes by monitoring /etc/hosts with inotify. UDP pings each node periodically recording latency as microseconds in SQL database

Currently 5 threads

  1. main thread, launches everything and finally gives control to Analyze class
  2. sender thread, sends queries and populates DB with new negative response row
  3. receiver thread, receives replies and updates DB with positive response
  4. responder thread, receives queries and sends replies
  5. inotify monitor thread

Use

  • ring-sqad --help
  • ring-sqad --daemonize

Todo

  • Get rid of Sequel+SQLite share Hash or Array instead?