Add new package diagnostic/glances
Glances is a monitoring tool like htop, but provides many more features. It has a rich selection of plugins to extend its functionality.
@mebenn: Does glances work on your system?
I have tried it:
╰─➤ glances
Traceback (most recent call last):
File "/usr/bin/glances", line 33, in
It looks like there is a missing runtime dependency on defusedxml for which we need to have a package first.
It looks like there is a missing runtime dependency on defusedxml for which we need to have a package first.
To create such package you could just run $WS_TOOLS/python-integrate-project defusedxml and if everything goes well (no ERROR or FATAL) just review the created changeset, push it, and create PR.
@AndWac
Yes, the pkg install diagnostic/glances definitely worked, so why?
It got installed via pip (I originally installed glances a long time ago using pip, which must have installed defusedxml):
...> pip list | grep defusedxml defusedxml 0.7.1
So it is indeed on my system. So I'll try python-integrate-project defusedxml tomorrow
Is this still relevant? It looks like nobody cares anymore...
@AndWac Yes, would like to finish this, just didn't get any time; and I still care ever more so.