![]() |
3 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 3 years ago | |
beanstalk.chart.py | 5 years ago | |
beanstalk.conf | 3 years ago |
Provides server and tube-level statistics.
python-beanstalkc
Server statistics:
Cpu usage in cpu time
Jobs rate in jobs/s
Connections rate in connections/s
Commands rate in commands/s
Current tubes in tubes
Current jobs in jobs
Current connections in connections
Binlog in records/s
Uptime in seconds
Per tube statistics:
Jobs rate in jobs/s
Jobs in jobs
Connections in connections
Commands in commands/s
Pause in seconds
Edit the python.d/beanstalk.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
cd /etc/netdata # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/beanstalk.conf
Sample:
host : '127.0.0.1'
port : 11300
If no configuration is given, module will attempt to connect to beanstalkd on 127.0.0.1:11300
address