mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-11-11 09:20:07 +01:00
Swap to manually calculating the mem total and usage via procfs. The usage calculation is now: total - (free + cached + buffers + slab_reclaimable - shmem) This follows the same usage calculation as htop. See the PR for more details.