[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"},
{xmerl,"XML parser","1.2.10"},
{mnesia,"MNESIA CXC 138 12","4.5"},
{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,28114136},
{connection_readers,0},
{connection_writers,0},
{connection_channels,0},
{connection_other,2704},
{queue_procs,2704},
{queue_slave_procs,0},
{plugins,0},
{other_proc,9318008},
{mnesia,59584},
{mgmt_db,0},
{msg_index,34088},
{other_ets,790424},
{binary,11136},
{code,14756074},
{atom,1366585},
{other_system,1772829}]},
{alarms,[]},
{listeners,[{clustering,25672,"::"},{amqp,5672,"::"}]},
{vm_memory_high_watermark,0.4},
{vm_memory_limit,784151347},
{disk_free_limit,50000000},
{disk_free,26749317120},
{file_descriptors,[{total_limit,924},
{total_used,3},
{sockets_limit,829},
{sockets_used,1}]},
{processes,[{limit,1048576},{used,124}]},
{run_queue,0},
{uptime,13}]
[root@h102 rabbitmq]# rabbitmqctl stop_app
Stopping node rabbit@h102 ...
[root@h102 rabbitmq]#
[root@h102 rabbitmq]# ps faux | grep -i mq
root 5917 0.0 0.0 103256 844 pts/0 S+ 16:38 0:00 \_ grep -i mq
rabbitmq 4169 0.0 0.0 10832 412 ? S 16:00 0:00 /usr/lib64/erlang/erts-5.8.5/bin/epmd -daemon
root 5462 0.0 0.0 106364 1092 pts/0 S 16:37 0:00 /bin/sh /etc/init.d/rabbitmq-server start
root 5466 0.0 0.0 106096 1176 pts/0 S 16:37 0:00 \_ /bin/bash -c ulimit -S -c 0 >/dev/null 2>&1 ; /usr/sbin/rabbitmq-server
root 5470 0.0 0.0 106096 1244 pts/0 S 16:37 0:00 \_ /bin/sh /usr/sbin/rabbitmq-server
root 5487 0.0 0.1 163856 2168 pts/0 S 16:37 0:00 \_ su rabbitmq -s /bin/sh -c /usr/lib/rabbitmq/bin/rabbitmq-server
rabbitmq 5491 0.0 0.0 106100 1336 ? Ss 16:37 0:00 \_ /bin/sh -e /usr/lib/rabbitmq/bin/rabbitmq-server
rabbitmq 5596 1.9 1.6 1086600 32388 ? Sl 16:37 0:01 \_ /usr/lib64/erlang/erts-5.8.5/bin/beam.smp -W w -A 64 -P 1048576 -K true -B i -- -root /usr/lib64/erlang -progname erl -- -home /var/lib/rabbitmq -- -pa /usr/lib/rabbitmq/lib/rabbitmq_server-3.5.6/sbin/../ebin -noshell -noinput -s rabbit boot -sname rabbit@h102 -boot start_sasl -kernel inet_default_connect_options [{nodelay,true}] -sasl errlog_type error -sasl sasl_error_logger false -rabbit error_logger {file,"/var/log/rabbitmq/rabbit@h102.log"} -rabbit sasl_error_logger {file,"/var/log/rabbitmq/rabbit@h102-sasl.log"} -rabbit enabled_plugins_file "/etc/rabbitmq/enabled_plugins" -rabbit plugins_dir "/usr/lib/rabbitmq/lib/rabbitmq_server-3.5.6/sbin/../plugins" -rabbit plugins_expand_dir "/var/lib/rabbitmq/mnesia/rabbit@h102-plugins-expand" -os_mon start_cpu_sup false -os_mon start_disksup false -os_mon start_memsup false -mnesia dir "/var/lib/rabbitmq/mnesia/rabbit@h102" -kernel inet_dist_listen_min 25672 -kernel inet_dist_listen_max 25672
rabbitmq 5686 0.0 0.0 10792 496 ? Ss 16:37 0:00 \_ inet_gethost 4
rabbitmq 5687 0.0 0.0 12896 624 ? S 16:37 0:00 \_ inet_gethost 4
[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,27448088},
{connection_readers,0},
{connection_writers,0},
{connection_channels,0},
{connection_other,0},
{queue_procs,0},
{queue_slave_procs,0},
{plugins,0},
{other_proc,8902024},
{mnesia,0},
{mgmt_db,0},
{msg_index,0},
{other_ets,643344},
{binary,3992},
{code,14756074},
{atom,1366585},
{other_system,1776069}]},
{alarms,[]},
{listeners,[]},
{processes,[{limit,1048576},{used,46}]},
{run_queue,0},
{uptime,89}]
[root@h102 rabbitmq]#
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有