04f4489427 | ||
---|---|---|
.. | ||
src | ||
COPYING | ||
README.md | ||
ejabberd_observer_cli.spec | ||
rebar.config |
README.md
ejabberd observer_cli plugins
observer_cli is an erlang tool to visualize Erlang node statistics on the command line.
This directory contains several plugins specifically written to view statistics of ejabberd.
To install this, just run:
ejabberdctl module_install ejabberd_observer_cli
It will automatically download, compile and install the required dependencies: observer_cli, recon, and the additional plugin os_stats.
Then, start an erlang shell attached to your ejabberd node, for example:
ejabberdctl debug
in that erlang shell execute:
ejabberd_observer_cli:start().
If using Elixir (for example when started with ejabberdctl iexdebug
, run:
:ejabberd_observer_cli.start()
To sort columns or change between the different pages,
type the corresponding letter and hit Enter.
For example, to view MUC statistics, type: M and then Enter
.
There is no configuration required.