termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.01k stars 2.99k forks source link

[Package]: bottom #8565

Open alexanderadam opened 2 years ago

alexanderadam commented 2 years ago

Package description

A cross-platform graphical process/system monitor with a customizable interface and a multitude of features.

Home page URL

https://clementtsang.github.io/bottom/nightly/

Source code URL

https://github.com/ClementTsang/bottom

Packaging policy acknowledgement

Additional information

No response

ghost commented 2 years ago

Relies on /proc/stat which is restricted on Android. CPU stats won't work without SELinux permissive or root. - Same as https://github.com/termux/termux-packages/issues/8566.

https://github.com/ClementTsang/bottom/blob/eaff52c8a4fbe979910d2395835805c20ed0f925/src/app/data_harvester/processes/linux.rs#L71

alexanderadam commented 2 years ago

Ah, I see. Therefore Termux packaging depends on issue 569.

Should I keep this issue open until issue 569 is fixed?

PS: How is htop circumventing this? Or does this work differently?