Hello everyone! I am setting up the Zabbix monitoring solution at work. Among others, beanstalkd is something I want to monitor. By executing the following command I get the attached stats, which I am caching to a file (example taken from a test server):
echo -e 'stats\r' | socat - tcp4-connect:localhost:11300 I know this is a partly objective, partly subjective question but I was wondering what I would really be interested in monitoring. I have created items for the 45 values and I am now deleting the ones I don't think I need. I think that I should not go beyond knowing/getting: 1. It's alive and working fine. 2. A few counters on "how busy it is at the moment" 3. A few counters on max values reached. IMHO, things such as version, max job size or max bin size are not worth it. All the total-* and current-* (or most of) look nice but, what about the cmd-*? Any hints? Anyone has done this before, and for a while, and could provide real life experience? Finally, what is the first line "OK 821"? Should I use that value for a "status" metric? (OK/not OK) Thanks. -- Jaume Sabater http://linuxsilo.net/ "Ubi sapientas ibi libertas" -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
OK 821 --- current-jobs-urgent: 0 current-jobs-ready: 6 current-jobs-reserved: 0 current-jobs-delayed: 0 current-jobs-buried: 0 cmd-put: 11 cmd-peek: 0 cmd-peek-ready: 0 cmd-peek-delayed: 0 cmd-peek-buried: 0 cmd-reserve: 15 cmd-reserve-with-timeout: 0 cmd-delete: 11 cmd-release: 0 cmd-use: 11 cmd-watch: 21 cmd-ignore: 26 cmd-bury: 0 cmd-kick: 0 cmd-touch: 0 cmd-stats: 777 cmd-stats-job: 0 cmd-stats-tube: 0 cmd-list-tubes: 0 cmd-list-tube-used: 0 cmd-list-tubes-watched: 0 cmd-pause-tube: 0 job-timeouts: 0 total-jobs: 11 max-job-size: 65535 current-tubes: 5 current-connections: 3 current-producers: 0 current-workers: 2 current-waiting: 2 total-connections: 803 pid: 3029 version: 1.4.4 rusage-utime: 0.000000 rusage-stime: 0.030000 uptime: 101431 binlog-oldest-index: 1 binlog-current-index: 21 binlog-max-size: 10485760
