cgzones
cgzones
Could you try out the patch in #606? Seems like all other tools on FreeBSD scale the CPU usage on the process swap time. In my virtual machine `kern.ccpu` is...
I rebased https://github.com/hishamhm/htop/pull/848 in #546. Can someone give it a try?
Can you please post the output of `/proc/stat` and the contents of `/sys/devices/system/cpu/cpu127/` and `/sys/devices/system/cpu/cpu127/online` (or of any other non active CPU). Htop seems not to recognize the non-online CPUs...
I think one can re-use the `drawFunctionBar` callback of the `Panel` class, which avoids the KEY_UP/DOWN interception: ```diff diff --git a/DisplayOptionsPanel.c b/DisplayOptionsPanel.c index 8212120..0e3ac03 100644 --- a/DisplayOptionsPanel.c +++ b/DisplayOptionsPanel.c @@...
It's a feature, see #484. The MemorySwap meter is a bit special cause it is not strictly left-aligned, but aligns itself on the given width. We could exempt this special...
I think the culprit is the usage of the ncurses configure script, see https://github.com/htop-dev/htop/blob/442c1596f658daa667e5e25d9bc44beb4072bb64/configure.ac#L283-L290. Please try to set the environment variable `HTOP_NCURSESW_CONFIG_SCRIPT` or `HTOP_NCURSESW6_CONFIG_SCRIPT` to the path of your custom...
Then you might want to try: ``` HTOP_NCURSES6_CONFIG_SCRIPT=/Users/me/locals/Darwin64/lib64/ncurses-6.2-clang-1300.0.29.3/bin/ncurses6-config ./configure --disable-unicode ``` Please share the output of this command on failure.
Thanks for clarification. Would it make sense for rule generation to skip duplicate interfaces, so the result would look like: ``` allow id 064e:9700 serial "HF1019-T838-SN03-Rev0101" name "USB2.0 UVC HD...
Another example (where ignoring `systemd-localed` is void): ``` error: `localed` should be `located` --> policy/modules/systemd/systemd_locale.te:24:11 | 24 | # systemd-localed policy | ^^^^^^^ ```
Is htop prior to the crash/error-exit using an abnormal amount of memory? Can you try to use htop under valgrind (see #116).