Replies: 2 comments 13 replies
-
Hi. There are no reproduction steps beyond "running RabbitMQ". Please provide information about what you are doing (workload). Some screenshots from A bit more involved, but this would be an even better method to understand what RabbitMQ is busy with: https://blog.rabbitmq.com/posts/2022/05/flame-graphs/ |
Beta Was this translation helpful? Give feedback.
-
And i want to know the performance about Federation and Shovel plugin , is there any doc introducing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I run a rabbitmq server in docker , sometimes it causes high cpu
Reproduction steps
rabbitmqctl status like below:
Status of node idc-uat-rabbitmq@rabbitmq-78cb67bc4c-7t6vc ...
Runtime
OS PID: 20
OS: Linux
Uptime (seconds): 327095
Is under maintenance?: false
RabbitMQ version: 3.11.11
RabbitMQ release series support status: supported
Node name: idc-uat-rabbitmq@rabbitmq-78cb67bc4c-7t6vc
Erlang configuration: Erlang/OTP 25 [erts-13.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Crypto library: OpenSSL 3.0.8 7 Feb 2023
Erlang processes: 3711 used, 1048576 limit
Scheduler run queue: 0
Cluster heartbeat timeout (net_ticktime): 60
Plugins
Enabled plugin file: /etc/rabbitmq/enabled_plugins
Enabled plugins:
Data directory
Node data directory: /var/lib/rabbitmq/mnesia/idc-uat-rabbitmq@rabbitmq-78cb67bc4c-7t6vc
Raft data directory: /var/lib/rabbitmq/mnesia/idc-uat-rabbitmq@rabbitmq-78cb67bc4c-7t6vc/quorum/idc-uat-rabbitmq@rabbitmq-78cb67bc4c-7t6vc
Config files
Log file(s)
Alarms
(none)
Memory
Total memory used: 0.6033 gb
Calculation strategy: rss
Memory high watermark setting: 0.4 of available memory, computed to: 108.0799 gb
allocated_unused: 0.3238 gb (53.68 %)
reserved_unallocated: 0.0552 gb (9.15 %)
binary: 0.047 gb (7.78 %)
code: 0.036 gb (5.97 %)
other_proc: 0.0319 gb (5.29 %)
connection_other: 0.0281 gb (4.65 %)
plugins: 0.0266 gb (4.41 %)
other_system: 0.0191 gb (3.16 %)
mgmt_db: 0.0132 gb (2.19 %)
connection_channels: 0.0069 gb (1.15 %)
other_ets: 0.0033 gb (0.55 %)
metrics: 0.0028 gb (0.47 %)
connection_writers: 0.0028 gb (0.46 %)
connection_readers: 0.0027 gb (0.46 %)
queue_procs: 0.002 gb (0.33 %)
atom: 0.0015 gb (0.24 %)
mnesia: 0.0003 gb (0.05 %)
msg_index: 0.0001 gb (0.01 %)
quorum_ets: 0.0 gb (0.0 %)
quorum_queue_dlx_procs: 0.0 gb (0.0 %)
quorum_queue_procs: 0.0 gb (0.0 %)
stream_queue_procs: 0.0 gb (0.0 %)
stream_queue_replica_reader_procs: 0.0 gb (0.0 %)
queue_slave_procs: 0.0 gb (0.0 %)
stream_queue_coordinator_procs: 0.0 gb (0.0 %)
File Descriptors
Total: 70, limit: 1048479
Sockets: 56, limit: 943629
Free Disk Space
Low free disk space watermark: 0.05 gb
Free disk space: 3870.0483 gb
Totals
Connection count: 56
Queue count: 40
Virtual host count: 2
Listeners
Interface: [::], port: 15672, protocol: http, purpose: HTTP API
Interface: [::], port: 15692, protocol: http/prometheus, purpose: Prometheus exporter API over HTTP
Interface: [::], port: 25672, protocol: clustering, purpose: inter-node and CLI tool communication
Interface: [::], port: 5672, protocol: amqp, purpose: AMQP 0-9-1 and AMQP 1.0
Beta Was this translation helpful? Give feedback.
All reactions