Advertisement
Guest User

rabbitmq

a guest
Jun 8th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. Status of node 'rabbit@infr-infr01a-p18-rabbit-mq-container-fbf426ad' ...
  2. [{pid,205},
  3. {running_applications,
  4. [{rabbitmq_management,"RabbitMQ Management Console","3.6.9"},
  5. {rabbitmq_web_dispatch,"RabbitMQ Web Dispatcher","3.6.9"},
  6. {cowboy,"Small, fast, modular HTTP server.","1.0.4"},
  7. {cowlib,"Support library for manipulating Web protocols.","1.0.2"},
  8. {rabbitmq_management_agent,"RabbitMQ Management Agent","3.6.9"},
  9. {rabbit,"RabbitMQ","3.6.9"},
  10. {ranch,"Socket acceptor pool for TCP protocols.","1.3.0"},
  11. {ssl,"Erlang/OTP SSL application","8.2"},
  12. {public_key,"Public key infrastructure","1.4.1"},
  13. {asn1,"The Erlang ASN1 compiler version 5.0","5.0"},
  14. {inets,"INETS CXC 138 49","6.4"},
  15. {crypto,"CRYPTO","4.0"},
  16. {amqp_client,"RabbitMQ AMQP Client","3.6.9"},
  17. {rabbit_common,
  18. "Modules shared by rabbitmq-server and rabbitmq-erlang-client",
  19. "3.6.9"},
  20. {compiler,"ERTS CXC 138 10","7.1"},
  21. {syntax_tools,"Syntax tools","2.1.2"},
  22. {os_mon,"CPO CXC 138 46","2.4.2"},
  23. {mnesia,"MNESIA CXC 138 12","4.15"},
  24. {xmerl,"XML parser","1.3.14"},
  25. {sasl,"SASL CXC 138 11","3.0.4"},
  26. {stdlib,"ERTS CXC 138 10","3.4"},
  27. {kernel,"ERTS CXC 138 10","5.3"}]},
  28. {os,{unix,linux}},
  29. {erlang_version,
  30. "Erlang/OTP 20 [RELEASE CANDIDATE 2] [erts-9.0] [source] [64-bit] [smp:56:56] [ds:56:56:10] [async-threads:128] [hipe] [kernel-poll:true]\n"},
  31. {memory,
  32. [{total,551742416},
  33. {connection_readers,17456336},
  34. {connection_writers,1122360},
  35. {connection_channels,14389304},
  36. {connection_other,55504816},
  37. {queue_procs,9647824},
  38. {queue_slave_procs,0},
  39. {plugins,19391144},
  40. {other_proc,72243672},
  41. {mnesia,543504},
  42. {metrics,3715056},
  43. {mgmt_db,19798784},
  44. {msg_index,213656},
  45. {other_ets,7279464},
  46. {binary,251026152},
  47. {code,28282326},
  48. {atom,1139913},
  49. {other_system,53700249}]},
  50. {alarms,[]},
  51. {listeners,
  52. [{clustering,25672,"::"},
  53. {amqp,5672,"::"},
  54. {'amqp/ssl',5671,"::"},
  55. {http,15672,"::"}]},
  56. {vm_memory_high_watermark,0.4},
  57. {vm_memory_limit,108088283955},
  58. {disk_free_limit,50000000},
  59. {disk_free,3501834665984},
  60. {file_descriptors,
  61. [{total_limit,3996},
  62. {total_used,712},
  63. {sockets_limit,3594},
  64. {sockets_used,710}]},
  65. {processes,[{limit,1048576},{used,9129}]},
  66. {run_queue,0},
  67. {uptime,4334},
  68. {kernel,{net_ticktime,60}}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement