[erlang-questions] [ANN] rbx 0.10.0

Dmitry Melnikov dmitryme@REDACTED
Thu Oct 25 19:59:22 CEST 2012


Hello,
i'd like to introduce rbx (Report Browser eXtended) https://github.com/**
dmitryme/rbx <https://github.com/dmitryme/rbx>

Main features:
- allows to browse logs with you favorite web client(Google, Firefox, etc)
- allows to browse logs (with web browser or console) on several nodes and
no remote shell is needed
- binary compatible with rb - use the same binary log files as rb uses
- implemented in document/view manner and allow user to write his own log
views

Application consists of 3 main gen_server based servers:
- *rbx *- do the same work as rb does,  except it returns raw record data
as tuple/list of tuples (not a pretty printed output)
- *rbx_inets *- http server, which allow to browse you logs with you web
client(Chrome, Firefox, etc). Can be used to view logs on several nodes
with rbx running.
- *rbx_cons *- console log viewer. Print out logs into file or std out
(almost the same as rb). Can be attached to rbx on remote node
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121025/0a4cd9fd/attachment.htm>


More information about the erlang-questions mailing list