Jean-Sébastien Pédron
5d4671a004
Initial move to erlang.mk
2015-10-19 13:17:08 +02:00
Jean-Sébastien Pédron
b3ffb87ecb
Replace os:timestamp() with os:system_time(milli_seconds)
...
References rabbitmq/rabbitmq-server#233 .
2015-08-05 15:39:41 +02:00
Michael Klishin
3d05cf8eb9
(c) year
2015-05-24 05:00:23 +03:00
Simon MacMullen
6e5f4e4496
Bit more testing, and fix validation bugs thus found (bug26620)
2015-03-02 17:03:33 +00:00
Simon MacMullen
3aa912cda1
Truncation of logged payloads (bug 26620)
2015-03-02 15:42:15 +00:00
Simon MacMullen
823ea7171f
Tiny bit more validation (bug26620)
2015-03-02 13:58:51 +00:00
Simon MacMullen
5874953fee
Buffer writes to the log file (bug 26619)
2015-03-02 12:18:37 +00:00
Simon MacMullen
aff425995c
Use prim_file, don't spam the group leader (bug26619)
2015-03-02 11:46:47 +00:00
Simon MacMullen
a2e9152d87
Reduce time constructing repeated string (bug 26619)
...
It was actually expensive!
2015-03-02 11:46:47 +00:00
Simon MacMullen
b5be81ed58
Use direct client flow control instead of prefetch_count (bug 26619)
...
The hard coded prefetch count we had was a bit low, but we were only
using it for flow control anyway, so let's use the more lightweight
flow control mechanism we have now.
2015-03-02 11:46:47 +00:00
Simon MacMullen
08637bbf14
Reduce calls to io:format/3, go much faster (bug26619)
2015-03-02 11:46:41 +00:00
Simon MacMullen
e6c40c2371
Log routed_queues.
2015-02-18 14:23:03 +00:00
Simon MacMullen
37ec9d61dd
Log time in millis.
2014-08-21 15:58:31 +01:00
Michael Klishin
d410d8ae15
Include connection, vhost, user, and channel into JSON-formatted trace messages
2014-06-23 17:37:21 +04:00
Michael Klishin
1e47bf5816
Log connection, vhost, username, and channel
2014-06-20 11:36:24 +04:00
Simon MacMullen
5a1256c726
Update copyright for 2014
2014-03-17 17:25:26 +00:00
Simon MacMullen
454791471e
Switch to usernameless direct client
2014-02-07 15:11:43 +00:00
Simon MacMullen
60378fa712
s/VMware/GoPivotal/g
2013-07-01 10:49:15 +01:00
Simon MacMullen
f6dda3fbb8
API update.
2013-02-28 15:29:05 +00:00
Emile Joubert
2941f3e161
Update copyright 2013
2013-01-24 11:37:52 +00:00
Emile Joubert
b5dd35eb2b
Update copyright 2013
2013-01-23 12:29:09 +00:00
Simon MacMullen
037138eb75
This is a worker, not a supervisor!
2012-12-05 11:20:17 +00:00
Emile Joubert
b27bf514f3
Update copyright 2012
2012-02-02 13:49:36 +00:00
Simon MacMullen
88338a7717
Avoid namefail. This isn't G+.
2011-09-22 12:43:11 +01:00
Simon MacMullen
cd690bc24e
Remove unused includes.
2011-09-22 12:20:17 +01:00
Simon MacMullen
6e27809f5a
We probably want to default to somewhere that's less likely to be a ramdisk.
2011-09-09 11:15:57 +01:00
Simon MacMullen
fc98331e33
Cope better with something going wrong starting the trace.
2011-09-08 17:08:28 +01:00
Simon MacMullen
654a8cd926
New app source location.
2011-09-08 12:29:00 +01:00
Simon MacMullen
d7fb983d84
Unused var
2011-09-08 12:28:51 +01:00
Simon MacMullen
d174cec0e8
Choice of format.
2011-08-05 14:33:07 +01:00
Simon MacMullen
2e4b3f0a8b
Fix a couple of warnings.
2011-08-05 11:16:28 +01:00
Simon MacMullen
18e65b791d
Log file closing
2011-07-07 18:33:36 +01:00
Simon MacMullen
0de1bc11f7
Show a bit of information about the queue we're using.
2011-07-07 18:21:39 +01:00
Simon MacMullen
f96b395115
Don't blow up the first time you run this.
2011-07-07 16:55:34 +01:00
Simon MacMullen
262f744d68
Using qos+ack actually makes this much faster, otherwise the mailbox of the consumer process gets overwhelmed.
2011-06-17 17:52:56 +01:00
Simon MacMullen
3b92f56c2c
Simple UI for viewing, downloading and deleting files. UI tweak.
2011-06-17 17:45:06 +01:00
Simon MacMullen
164d2923df
Get ensure_dir right.
2011-06-17 16:34:12 +01:00
Simon MacMullen
9443c17b26
A little gen_server that consumes messages and sticks them in a log file.
2011-06-14 17:41:19 +01:00
Simon MacMullen
a614c43c31
Start tracing when a trace is created, stop when it stops, view this happening.
2011-06-14 15:43:30 +01:00
Simon MacMullen
202f4ab4ec
Nothing but CRUD.
2011-06-14 14:16:34 +01:00