raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
blob 998d5147815345b4a5a1e7988df7333d04048646 302 bytes (raw)
$ git show gc-next:lib/raindrops/aggregate.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
 
# -*- encoding: binary -*-
#
# raindrops may use the {aggregate}[http://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