![]() |
6 лет назад | |
---|---|---|
.. | ||
Makefile.inc | 6 лет назад | |
README.md | 6 лет назад | |
beanstalk.chart.py | 6 лет назад | |
beanstalk.conf | 6 лет назад |
Module provides server and tube-level statistics:
Requirements:
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
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