Releases: zhongwencool/observer_cli
Releases · zhongwencool/observer_cli
Show process's label and node's dist_stats
New Feature:
- Process Label Display: Now shows the process's label when set using proc_lib:set_label(Label).
- System View Update: Displays the number of bytes in the output distribution queue, which sits between Erlang code and the port driver, using the undocumented function erlang:dist_get_stat/1.
- Added support for to jump to a specific process PID.
Bug Fix
- Resolved an issue where the Doc View would not display when the OTP version is 27.
1.7.5
What's Changed
- feat: Add leading zeros to uptime by @Alberdi in #95
- fix(cli_mnesia): external copies as 3-element tuple by @JimMoen in #100
- Fix order of application info items by @gomoripeti in #101
- fix: Add ending separator to the menu options by @Alberdi in #98
- chore: bump up to 1.7.5 by @zhongwencool in #102
New Contributors
Full Changelog: 1.7.4...1.7.5
1.7.3
What's Changed
- Fix heap size to be in bytes by @gomoripeti in #87
- fix: system panel crash with ps command. by @zhongwencool in #89
New Contributors
- @gomoripeti made their first contribution in #87
Full Changelog: 1.7.2...1.7.3
1.7.2
application included started/starting/loaded/loading status
Merge pull request #83 from zhongwencool/fixed-ctrl-c-error application view show starting/loading/startPfalse/loaded/started application.
Application support reds/memory/msgQ sort
Merge pull request #81 from zhongwencool/plugin-add-process-view application add status: started/loaded/loading etc
fixed ps command not found
1.6.2 bump to 1.6.2
remove precise opt version
1.6.1 remove precise opt version
add cpu utilization and physical memory on the machine
V1.6.0 (#70) * 1.hidden schedule usage default;2.format by erlformat;3.add ps -o pcpu,pmem information * bump to 1.6.0 * update clean/1 spec * replace recon_alloc:memory/1 stat by active_task/context_switch/port_parallelism * update system default interval from 1500 to 2000 (cost too many cpu) * show Gc Words Reclaimed IO GC Total/Increments in Home view * unuse ++ * adjust code style * add github action * update workflows path * update workflows * update document
OTP23 compat
upgrade recon to 2.5.1 (#69) * upgrade recon to 2.5.1 * update changelog