Commit Graph

30 Commits

Author SHA1 Message Date
Michael Klishin 968eefa1bb
Bump (c) line year
There are no functional changes to this massive diff.
2025-01-01 17:54:10 -05:00
Michael Klishin f414c2d512
More missed license header updates #9969 2024-02-05 11:53:50 -05:00
Michael Klishin 0539a7674a Switch to MPL2 2020-07-15 02:40:45 +03:00
Diana Corbacho 81c9829314 Include not named_tables on top overview 2018-07-11 12:02:02 +01:00
Gerhard Lazu 7a5a595cd9 Fix node & rows selector post jQuery 1.12 upgrade
re #502

[finishes #154060582]

Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com>
2018-01-04 17:57:42 +00:00
Gerhard Lazu 6b4b1a6c8b Improve gen_server2 buffer help, fix process page 2017-10-10 17:58:22 +01:00
Michael Klishin 1da5ecc96a Make Erlang mailbox and gen_server2 buffer sortable fields
While at it, work around the incorrect arrow direction for
sorted columns. See code comment to find out why @gerhard and I
had to settle on a workaround.
2017-10-09 18:19:37 +01:00
Diana Corbacho 02cd44a418 Redirect to ETS pages when selecting node in ETS pages 2017-07-13 14:47:25 +01:00
Michael Klishin f0c3e08d1d Fix an typo 2017-05-16 17:09:42 +01:00
Gerhard Lazu d16f81dd55 Fix switching nodes
'#/top/:nodename' URL does not match, the count parameter is required:
'#/top/:nodename/:count'

re #15
2017-05-16 16:38:07 +01:00
Michael Klishin a5b475770f Hint for the Internal Buffer column 2017-02-14 23:19:24 +03:00
Diana Corbacho 202f031b77 Include gen_server2 buffer length in process report 2017-02-14 11:54:10 +00:00
Jean-Sébastien Pédron 7ab169e765 top.js: Do not format query parameter manually
Fill the options hash map instead: arbitrary options are used as query
parameters in rabbitmq-management's `main.js`.

This fixes sorting in the management UI: it was broken because the
formatted URL looked like:

    /api/top/rabbit?row_count=20?sort=memory&sort_reverse=true

Fixes #10.
[#121658507]
2016-06-16 13:04:48 +02:00
Michael Klishin 537d695d20 Cosmetics 2016-06-07 22:05:45 +03:00
Daniil Fedotov 09bd1e15e8 Report ETS tables info 2016-06-07 17:53:14 +01:00
Simon MacMullen a21b837610 Nicer UI. 2013-12-19 17:12:25 +00:00
Simon MacMullen 782b2354c2 Merge branch 'master' of github.com:simonmacmullen/rabbitmq-top 2013-12-19 16:57:02 +00:00
Simon MacMullen b0a23399cd Start to support processes on other nodes 2013-12-19 16:45:24 +00:00
Simon MacMullen de6cdfcf45 Rename and refactor a bit 2013-12-12 13:02:47 +00:00
Simon MacMullen 1eef47e533 Reverse sorting, and sorting by pid 2013-12-12 12:57:14 +00:00
Simon MacMullen ad1b18928b Show more process detail 2013-12-12 12:27:16 +00:00
Simon MacMullen e10e2be0b0 Process type in a separate column 2013-12-12 11:57:29 +00:00
Simon MacMullen fb974db8a1 Start of a process details page 2013-12-11 17:23:29 +00:00
Simon MacMullen a4063718c8 Be simpler and get initial calls in two ways. 2013-12-11 16:47:06 +00:00
Simon MacMullen c50be14746 Be smarter about how we determine process identity. 2013-12-10 13:30:05 +00:00
Simon MacMullen 6fdbd1412d Various recent API changes and many more process types. 2013-12-10 12:42:37 +00:00
Simon MacMullen 5cf4009b77 Remove current_function, it's not super-informative. 2013-12-06 18:46:53 +00:00
Simon MacMullen e2809b3f14 Format process names rather a lot better 2013-12-06 18:42:32 +00:00
Simon MacMullen 00c65c39ce Grab the rabbit_process_name (see bug 25910) if one exists. 2013-12-05 15:30:33 +00:00
Simon MacMullen a7f0226980 Restart of the old rabbitmq-diagnostics except with the ETS stuff taken out, a new name, and a slightly more sane approach to sorting. 2013-12-05 13:34:07 +00:00