mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-05-28 18:30:39 +02: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.