mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 09:11:50 +00:00
|
||
---|---|---|
.. | ||
Makefile.inc | ||
README.md | ||
redis.chart.py | ||
redis.conf |
redis
Get INFO data from redis instance.
Following charts are drawn:
- Operations per second
- operations
- Hit rate in percent
- rate
- Memory utilization in kilobytes
- total
- lua
- Database keys
- lines are creates dynamically based on how many databases are there
- Clients
- connected
- blocked
- Slaves
- connected
configuration
socket:
name : 'local'
socket : '/var/lib/redis/redis.sock'
localhost:
name : 'local'
host : 'localhost'
port : 6379
When no configuration file is found, module tries to connect to TCP/IP socket: localhost:6379
.