An open API service indexing awesome lists of open source software.

https://github.com/artyom/redis-savetime

Program to show duration of redis RDB saves
https://github.com/artyom/redis-savetime

Last synced: about 2 months ago
JSON representation

Program to show duration of redis RDB saves

Awesome Lists containing this project

README

          

**redis-savetime** — command to show duration of redis RDB saves. Looks for
`Background saving started` and `Background saving terminated` lines in log and
calculates time difference between them. Tested with RDB-only persistence
enabled.

Install:

go get -v github.com/artyom/redis-savetime

Run:

redis-savetime /var/log/redis.log