b-top v0.2.5 (EXPERIMENTAL)
·
5 commits
to master
since this release
v0.2.5 patch!
this patch is a little different, an optional daemon supervisor called b-daemon has been added to b-top, where to user can run it in active mode or integrated mode. although, the integrated mode is extremely experimental so please use the -i arg. at your own risk.
- add
b-daemon - add loading and reading
services.tomland other configuration files for the supervisor daemon - create default supervisor configs
- create example supervisor configs
- add a supervisor service start/stop/check/health checl
- added cli arguments
- find status of running supervisor services
- added integrated (silent) daemon mode
- some cool ascii text on b-daemon startup :)
known issues
sometimes, b-daemon DOES not stop in -i mode, if this happens to you do the following:
- run
b-top -d - in the top section, it states all running daemon processes
- kill rogue process with
kill -9 [PID]
in summary:
just run -d mode and open a seperate terminal instance to run the procmon for now, it's really annoying to go PID hunting
road to v0.3.0:
- increased proc. control [WIP]
- session persistence and configuration [WIP]
- expandable/collapsible tree structures
- continued memory optimization
-
alerting systems for CPU/memory/diskadd supervisor daemon