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
- Host: GitHub
- URL: https://github.com/artyom/redis-savetime
- Owner: artyom
- Created: 2014-11-26T15:54:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T15:54:49.000Z (over 11 years ago)
- Last Synced: 2025-01-14T08:09:07.598Z (over 1 year ago)
- Language: Go
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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