raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
blob 4fb731f9c882ed68828ebe67b79b9001a917c6cc 303 bytes (raw)
$ git show freebsd: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}[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