前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >RabbitMQ基础8

RabbitMQ基础8

作者头像
franket
发布2022-05-04 22:24:56
2990
发布2022-05-04 22:24:56
举报
文章被收录于专栏:技术杂记技术杂记

开启RabbitMQ 应用

代码语言:javascript
复制
[root@h102 rabbitmq]# rabbitmqctl  status
Status of node rabbit@h102 ...
[{pid,5596},
 {running_applications,[{xmerl,"XML parser","1.2.10"},
                        {sasl,"SASL  CXC 138 11","2.1.10"},
                        {stdlib,"ERTS  CXC 138 10","1.17.5"},
                        {kernel,"ERTS  CXC 138 10","2.14.5"}]},
 {os,{unix,linux}},
 {erlang_version,"Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:64] [kernel-poll:true]\n"},
 {memory,[{total,27465424},
          {connection_readers,0},
          {connection_writers,0},
          {connection_channels,0},
          {connection_other,0},
          {queue_procs,0},
          {queue_slave_procs,0},
          {plugins,0},
          {other_proc,8917816},
          {mnesia,0},
          {mgmt_db,0},
          {msg_index,0},
          {other_ets,643344},
          {binary,3992},
          {code,14756074},
          {atom,1367393},
          {other_system,1776805}]},
 {alarms,[]},
 {listeners,[]},
 {processes,[{limit,1048576},{used,46}]},
 {run_queue,0},
 {uptime,420}]
[root@h102 rabbitmq]# rabbitmqctl  start_app 
Starting node rabbit@h102 ...
[root@h102 rabbitmq]# rabbitmqctl  status
Status of node rabbit@h102 ...
[{pid,5596},
 {running_applications,[{rabbit,"RabbitMQ","3.5.6"},
                        {os_mon,"CPO  CXC 138 46","2.2.7"},
                        {mnesia,"MNESIA  CXC 138 12","4.5"},
                        {xmerl,"XML parser","1.2.10"},
                        {sasl,"SASL  CXC 138 11","2.1.10"},
                        {stdlib,"ERTS  CXC 138 10","1.17.5"},
                        {kernel,"ERTS  CXC 138 10","2.14.5"}]},
 {os,{unix,linux}},
 {erlang_version,"Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:64] [kernel-poll:true]\n"},
 {memory,[{total,28067792},
          {connection_readers,0},
          {connection_writers,0},
          {connection_channels,0},
          {connection_other,2704},
          {queue_procs,2704},
          {queue_slave_procs,0},
          {plugins,0},
          {other_proc,9270424},
          {mnesia,59584},
          {mgmt_db,0},
          {msg_index,34120},
          {other_ets,790272},
          {binary,11136},
          {code,14756074},
          {atom,1367393},
          {other_system,1773381}]},
 {alarms,[]},
 {listeners,[{clustering,25672,"::"},{amqp,5672,"::"}]},
 {vm_memory_high_watermark,0.4},
 {vm_memory_limit,784151347},
 {disk_free_limit,50000000},
 {disk_free,26749280256},
 {file_descriptors,[{total_limit,924},
                    {total_used,3},
                    {sockets_limit,829},
                    {sockets_used,1}]},
 {processes,[{limit,1048576},{used,124}]},
 {run_queue,0},
 {uptime,516}]
[root@h102 rabbitmq]# 

This command instructs the RabbitMQ node to start the RabbitMQ application.

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 开启RabbitMQ 应用
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档