--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
log : /var/log/rab...@client170.log
sasl log : /var/log/rab...@client170-sasl.log
Listing a large number of connections is a very expensive linear operation since each of the connection processes has to be involved.
log : /var/log/rab...@client170.log
sasl log : /var/log/rab...@client170-sasl.log
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
1. rabbitmq_top - I don't even have such a plugin.
and quite frankly, those "time" measurements I provided initially were taken when broker was essentially standing, i.e. it had NO connections at all
2. (on file limits) "multiple the 95th percentile number of concurrent connections by 2 and add total number of queues to calculate": for my setup that would mean smth like ... 20. Because I'm going to have like 4 concurrent connections and it will have a 10-15 queues.
This broker is used by 3 local logstash instances and single PHP application running also locally (this is a kiosk). That's why such a delay is 100 % NOT a sign of any load, and that's why I worry that much about this. The delay is critical here because if the broker does not process "publish" and other typical operations instantaneously, the whole system appears to be very sluggish, which is unacceptable for the Customer..
3. about "multi-million message backlog" - nothing remotely similar :). The system (even when functioning, which it now isn't) generates like 10-20 messages per minute.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
Hi all
I am trying to troubleshoot a mysterious RabbitMQ behaviour on a CentOS 7.2 system. The main issue is that Logstash does not connect (with TimeoutException) however this my message is about something different: namely, that all RabbitMQ interaction is painfully slow!
Any command I can think of, takes 30+ seconds to complete, like:
> time rabbitmqctl list_users
Listing users ...
admin [administrator]
guest [administrator]
real 0m32.765s
user 0m0.479s
sys 0m0.134s
On the other machine it takes less than one second!
"systemctl start/stop rabbitmq-server" also takes a LOT to complete, see in the broker log file, for example:
=INFO REPORT==== 27-Dec-2016::12:51:05 ===
Starting RabbitMQ 3.6.5 on Erlang R16B03-1
Copyright (C) 2007-2016 Pivotal Software, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/
=INFO REPORT==== 27-Dec-2016::12:51:05 ===
node : rabbit@client170
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config
cookie hash : 77AaFkYld+gM4p59VDe7mA==
log : /var/log/rabbitmq/rabbit@client170.log
sasl log : /var/log/rabbitmq/rabbit@client170-sasl.log
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I've managed to figure it out (occassionally)
[ As long as the activity on this kiosk is strictly localhost-bound, I did not have a chance to notice this until I've decided to download the rabbitmq_top plugin ]
It appears that the host in question has non-functional internet access while connected to a VPN, and any attempt to resolve a DNS-name leads to 30 seconds timeout.
As soon as I've disabled VPN, global internet has become
reachable and all the timing of 'rabbitmqctl' operations became
reasonable at once (less than 1 seconds). So, it seems that some
part of "beam", or whichever child process, is trying either to
resolve some name/address, either to reach any other node on the
internet, thus the delay.
Not sure if it's a bug or feature, but I guess it's worthy of
mentioning on "Troubleshooting" webpage, what would you say ? This
is at best not expected, that any trivial operation, while running
locally, still requires a functioning internet connection.
Kirill
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/4GPsBQDOIe4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/4GPsBQDOIe4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Michael
I've read thru the Clustering section.. And it's not immediately clear, how to setup "hostname resolution" in this context (when both client and broker are on the same machine and communication over 127.0.0.1) ?
Can you help me work it out a bit ? Which name should be resolvable, in this context.
By the way, now it seems that all the "rabbitmq" tools are quite
responsive; still, DNS subsystem does not work (but at least now
it immediately return failures - guess that's why there's no
visible delay).
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/b3474f12-4687-4305-82d6-0917cbc0920e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.