Skip to content

Releases: zhongwencool/observer_cli

Show process's label and node's dist_stats

21 Oct 09:29
19b2011
Compare
Choose a tag to compare

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.
iShot_2024-10-21_17 15 49 iShot_2024-10-21_17 13 10 iShot_2024-10-21_17 13 41

1.7.5

08 Aug 08:19
4b21dba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.4...1.7.5

1.7.3

17 Apr 09:11
373cd66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.2...1.7.3

1.7.2

10 Feb 15:59
Compare
Choose a tag to compare

What's Changed

  • Fix typos by @kianmeng in #84
  • Fix error when inspecting process that monitors via {RegName, Node} by @ansd in #86

New Contributors

Full Changelog: 1.7.1...1.7.2

application included started/starting/loaded/loading status

27 Aug 01:54
683257f
Compare
Choose a tag to compare
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

25 Aug 02:35
095177c
Compare
Choose a tag to compare
Merge pull request #81 from zhongwencool/plugin-add-process-view

application add status: started/loaded/loading etc

fixed ps command not found

06 May 07:22
Compare
Choose a tag to compare
1.6.2

bump to 1.6.2

remove precise opt version

25 Feb 05:19
Compare
Choose a tag to compare
1.6.1

remove precise opt version

add cpu utilization and physical memory on the machine

21 Oct 12:27
7f80ae4
Compare
Choose a tag to compare
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

26 May 02:49
ab76a6a
Compare
Choose a tag to compare
upgrade recon to 2.5.1 (#69)

* upgrade recon to 2.5.1

* update changelog