Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 352 Bytes

Squid proxy live connections in ruby

This project is for people that need save into InfluxDB the information extracted from Squid active_requests action.

Install InfluxDB gem dependency

gem install influxdb

Create retention policy

CREATE DATABASE "squid" WITH DURATION 4w NAME "realtime"