Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 11 hours 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