raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
blob 9ed7eb738f1ba94c9a6186e1af8727518864306f 334 bytes (raw)
$ git show HEAD:lib/raindrops/aggregate.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
# -*- encoding: binary -*-
# frozen_string_literal: false
#
# raindrops may use the {aggregate}[https://github.com/josephruscio/aggregate]
# RubyGem to aggregate statistics from TCP_Info lookups.
module Raindrops::Aggregate
  autoload :PMQ, "raindrops/aggregate/pmq"
  autoload :LastDataRecv, "raindrops/aggregate/last_data_recv"
end

git clone https://yhbt.net/raindrops.git