zhongwencool/observer_cli

How to get full names of processes within Home tab?

progsmile opened this issue · 2 comments

Hi, thank you for the library!
Is there way to fit Name or Initial Call column, so it shows full name of process?
Thanks!

image

The Name column's width is fixed,
If you want to get more information about
image
Press 26 -> then Enter

If this is not enough your can use :sys.get_state(<0.2238.0>
or :erlang.process_info(<0.2238.0>).

oh, ok, thanks