about summary refs log tree commit homepage
path: root/lib/raindrops/aggregate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raindrops/aggregate.rb')
-rw-r--r--lib/raindrops/aggregate.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/raindrops/aggregate.rb b/lib/raindrops/aggregate.rb
index 5bb7c04..998d514 100644
--- a/lib/raindrops/aggregate.rb
+++ b/lib/raindrops/aggregate.rb
@@ -1,5 +1,7 @@
 # -*- encoding: binary -*-
-require "aggregate"
+#
+# 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"