mirror of
https://github.com/netdata/netdata.git
synced 2025-04-27 14:16:20 +00:00
![]() * make remark access all directories * detailed fix after autofix by remark lint * cross check autofix for this set of files * crosscheck more files * crosschecking and small fixes * crosscheck autofixed md files |
||
---|---|---|
.. | ||
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
.