diff options
| author | Loïc Hoguin <essen@ninenines.eu> | 2017-11-29 11:08:57 +0100 |
|---|---|---|
| committer | Loïc Hoguin <essen@ninenines.eu> | 2017-12-12 12:00:27 +0100 |
| commit | 4657a73ac48d83505c29ce185ef5db83e5fefd1e (patch) | |
| tree | fab78f1fc283ff90cb184db97e1596226c746dd8 | |
| parent | 3a7e5430eac26c72c44df506558eb03f22ba6a14 (diff) | |
| download | rabbitmq-server-git-4657a73ac48d83505c29ce185ef5db83e5fefd1e.tar.gz | |
Enable the process_dump option in Looking Glass by default
This option generates a lot more data (like the send option)
but the resulting file, by default, can be used to produce
all the different outputs that Looking Glass supports. This
time it is necessary to produce flame graphs.
| -rw-r--r-- | src/rabbit_looking_glass.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_looking_glass.erl b/src/rabbit_looking_glass.erl index 46680b99c1..1e9b2032d8 100644 --- a/src/rabbit_looking_glass.erl +++ b/src/rabbit_looking_glass.erl @@ -39,6 +39,7 @@ boot() -> "traces.lz4", maps:from_list([ {mode, profile}, + {process_dump, true}, {running, true}, {send, true}] ) |
