Ecosyste.ms: Awesome
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 11 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T15:54:49.000Z (almost 10 years ago)
- Last Synced: 2023-04-14T15:46:28.107Z (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