File: README

package info (click to toggle)
rabbitmq-server 2.8.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,928 kB
  • sloc: erlang: 52,968; python: 2,846; xml: 1,987; sh: 816; makefile: 683; perl: 86; ruby: 63
file content (27 lines) | stat: -rw-r--r-- 969 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
An opinionated tracing plugin for RabbitMQ management. Build it like
any other plugin. After installation you should see a "Tracing" tab in
the management UI. Hopefully use is obvious.

Configuration
=============

There is two configuration options:

directory: This controls where the log files go. It defaults to
"/var/tmp/rabbitmq-tracing".

username: name of the user as which to create queues and bind to the
tracing exchange. Obviously this user will need to exist and have
permission to do those things.

Performance
===========

On my workstation, rabbitmq-tracing can write about 2000 msg/s to a
log file. You should be careful using rabbitmq-tracing if you think
you're going to capture more messages than this. Of course, any
messages that can't be logged are queued.

The code to serve up the log files over HTTP is pretty dumb, it loads
the whole log into memory. If you have large log files you may wish
to transfer them off the server in some other way.