-
Notifications
You must be signed in to change notification settings - Fork 169
Shows incorrect usage of RAM #90
Comments
How are you certain that pfetch is wrong here and top isn't incorrect? pfetch calculates memory in the same way as neofetch, screenfetch, conky, htop, archey4, etc, etc. If there is indeed a bug I'm happy to look into it, we just need to figure out where the correctness lies. See:
Anyway, I'll do some digging. |
All of this being said, on kernels post 2014 (34e431b0ae398fc54ea69ff85ec700722c9da773) neofetch/pfetch will use |
Related: htop-dev/htop#281 Author of issue claims the used memory allocation is inaccurate stating that MemAvailable is what should be used |
I ran both pfetch and neofetch. but the mem consumed info there differs.
|
I manually calculated with both formulas (from |
Are you trying with latest master for both pfetch and neofetch? The MemAvailable addition is new for both (and not yet in a release). |
@dylanaraps |
Yeah. Will make new releases of both shortly. Closing this as it's been solved. :) |
I ran
pfetch
andtop
to compare RAM consumption data andpfetch
is very much off the mark.Result from running
top
:Result from running
pfetch
:The text was updated successfully, but these errors were encountered: