turnstile-rb 3.0.2
Turnstile is a Redis-based library that can accurately track total number of concurrent users accessing a web/API based server application. It can break it down by "platform" or a device type, and returns data in JSON, CSV of NAD formats. While user tracking may happen synchronously using a Rack middleware, another method is provided that is based on log file analysis, and can therefore be performed outside web server process.
Gemfile:
=
安裝:
=
版本列表:
顯示所有版本(共 5)Runtime 相依性套件 (8):
activesupport
>= 0
colored2
>= 0
connection_pool
>= 0
daemons
>= 0
file-tail
>= 0
hashie
>= 0
redis
>= 0
sinatra
>= 0