Hi list,
I'm pretty green, so please bare with me if the questions are common-sense to some of you - I ask here only because I was unable to find or understand the answer elsewhere, like it the very technical documentation or somewhere else on the web.
I suspect that something is wrong with the configuration somewhere, because I can't get much out of the statistics. Just look at the responses from these commands:
server:/etc/munin/plugins# kamctl fifo get_statistics active_dialogs |
cut -d" " -f3 'MYSQL'
'FIFO'
get_statistics
0
was:\n:get_statistics:openser_receiver_6342\nactive_dialogs\n\n
server:/etc/munin/plugins# kamctl fifo get_statistics early_dialogs |
cut -d" " -f3 'MYSQL'
'FIFO'
get_statistics
0
was:\n:get_statistics:openser_receiver_6580\nearly_dialogs\n\n
server:/etc/munin/plugins# kamctl fifo get_statistics
inuse_transactions | cut -d" " -f3 'MYSQL'
'FIFO'
get_statistics
0
was:\n:get_statistics:openser_receiver_6593\ninuse_transactions\n\n
server:/etc/munin/plugins# kamctl fifo get_statistics database engine
'MYSQL' loaded Control engine 'FIFO' loaded entering fifo_cmd
get_statistics 400 Too few or too many arguments FIFO command was:
:get_statistics:openser_receiver_6610
Doesn't look right, does it? Where do you suggest that I start looking?
Thanks!
On Mittwoch, 9. September 2009, Anders wrote:
I'm pretty green, so please bare with me if the questions are common-sense to some of you - I ask here only because I was unable to find or understand the answer elsewhere, like it the very technical documentation or somewhere else on the web.
I suspect that something is wrong with the configuration somewhere, because I can't get much out of the statistics. Just look at the [..]
Hi Anders,
could you please run one of this commands without the additional filtering? It should be display something like:
test-proxy3-1:~# openserctl fifo get_statistics inuse_transactions tm:inuse_transactions = 2
(kamctl should behave in this regards like the older openserctl). Perhaps we can conclude from its output to the problem you face.
Regards,
Henning