observer_cli
observer_cli copied to clipboard
Visualize Erlang/Elixir Nodes On The Command Line
erl -sname `monitor@localhost` observer_cli:start('ejabberd@nikhil5', 'actualcookiedata'). On the remote machine, the ejabberd server is running with node name ejabberd@nikhil5. On the same remote machine while running above command, the process monitor...
This PR addresses the request from issue #85. To jump to a PID, type `pid` in the console
If I know the pid of a process, is there any way for me to jump directly to it? Without having to search through the list? I was thinking entering...
Before this PR: ``` |Home(H)|Network(N)|System(S)|Ets(E)|App(A)|Doc(D)|Plugin(P)Interval: 2000ms ``` After this PR: ``` |Home(H)|Network(N)|System(S)|Ets(E)|App(A)|Doc(D)|Plugin(P)|Interval: 2000ms ``` Also reworked the get_menu_title/2 function so it's easier to change, and fixed a minor issue where...
Observer CLI's reports use formatted ASCII and terminal control. Parsing this is certainly possible, but it would be far nicer (less hassle and possible error) if the reports could be...
it might be related to otp 26, but can be caught at higher level, maybe. 2024-04-04T21:53:36.629647+02:00 [error] Error in process on node '[email protected]' with exit value:, {terminated,[{io,format,[,[]],[{file,"io.erl"},{line,98},{error_info,#{cause => {io,terminated},module =>...