Sim Well-known member Licensed customer Dec 5, 2018 #1 Does anyone have any recommended tools they use for Redis - specifically around monitoring and stats?
Does anyone have any recommended tools they use for Redis - specifically around monitoring and stats?
R rdn Well-known member Licensed customer Dec 5, 2018 #2 GitHub - erikdubbelboer/phpRedisAdmin: Simple web interface to manage Redis databases. Simple web interface to manage Redis databases. Contribute to erikdubbelboer/phpRedisAdmin development by creating an account on GitHub. github.com
GitHub - erikdubbelboer/phpRedisAdmin: Simple web interface to manage Redis databases. Simple web interface to manage Redis databases. Contribute to erikdubbelboer/phpRedisAdmin development by creating an account on GitHub. github.com
Sim Well-known member Licensed customer Dec 5, 2018 #3 rdn said: https://github.com/ErikDubbelboer/phpRedisAdmin Click to expand... Doesn't do stats though, right? Just a key viewer?
rdn said: https://github.com/ErikDubbelboer/phpRedisAdmin Click to expand... Doesn't do stats though, right? Just a key viewer?
eva2000 Well-known member Licensed customer Dec 5, 2018 #4 Just use redis-cli native command Code: redis-cli info
Sim Well-known member Licensed customer Dec 5, 2018 #5 eva2000 said: Just use redis-cli native command Code: redis-cli info Click to expand... Yeah, would be nice to see trends over time and such though
eva2000 said: Just use redis-cli native command Code: redis-cli info Click to expand... Yeah, would be nice to see trends over time and such though
H HWS Well-known member Licensed customer Dec 5, 2018 #6 Download Checkmk for free | Checkmk Checkmk provides an easy-to-use IT monitoring software both in a free, open-source (Raw Edition) and a commercial versions (Enterprise Edition). Download now! mathias-kettner.com Perfect for all monitoring needs, even for large server farms. And also for just 1 server: Netdata: Monitoring and troubleshooting transformed Real-time infrastructure monitoring with per-second metrics, ML anomaly detection, and AI troubleshooting. Open source, #1 on GitHub. Cut MTTR by 80%. my-netdata.io Both do Reds out of the box.
Download Checkmk for free | Checkmk Checkmk provides an easy-to-use IT monitoring software both in a free, open-source (Raw Edition) and a commercial versions (Enterprise Edition). Download now! mathias-kettner.com Perfect for all monitoring needs, even for large server farms. And also for just 1 server: Netdata: Monitoring and troubleshooting transformed Real-time infrastructure monitoring with per-second metrics, ML anomaly detection, and AI troubleshooting. Open source, #1 on GitHub. Cut MTTR by 80%. my-netdata.io Both do Reds out of the box.