2021-03-15 07:44:39 +00:00
|
|
|
NetBSD support in htop(1)
|
|
|
|
===
|
|
|
|
|
|
|
|
This implementation makes NetBSD use htop(1) without the need of mount_procfs(8).
|
|
|
|
|
2021-04-17 03:16:13 +00:00
|
|
|
The implementation has been copied over and modified from the OpenBSD
|
|
|
|
implementation in htop(1).
|
2021-03-15 07:44:39 +00:00
|
|
|
|
|
|
|
Current implementation mimics the procfs based implementation in stats
|
|
|
|
collection.
|
|
|
|
|
|
|
|
Make NetBSD no longer masquerade as Linux.
|
|
|
|
|
|
|
|
What works
|
|
|
|
---
|
|
|
|
|
|
|
|
* Builds in NetBSD without any additional patch
|
|
|
|
* Uses sysctl(3) and kvm(3) to get basic information
|
|
|
|
* Shows basic meters CPU / Memory / Swap
|
|
|
|
* Shows basic process listing
|
|
|
|
|
|
|
|
What needs to be tested
|
|
|
|
---
|
|
|
|
|
2021-04-17 03:16:13 +00:00
|
|
|
* Memory being split into used/buffers/cache
|
2021-03-15 07:44:39 +00:00
|
|
|
* Basic features of htop(1) like kill / nice / sort / search works as expected
|
|
|
|
* If the meter displays are working as expected
|
|
|
|
* If the process states are displayed correctly
|
2021-04-17 03:16:13 +00:00
|
|
|
* If thread information and count are displayed correctly
|