bottom/src
Clement Tsang 7f24e62867
bug: switch over to procfs for linux mem usage (#547)
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.
2021-07-17 21:25:05 -04:00
..
app bug: switch over to procfs for linux mem usage (#547) 2021-07-17 21:25:05 -04:00
bin refactor: remove old traces (#486) 2021-05-23 00:29:31 -04:00
canvas bug: Fix battery widget color and mouse (#504) 2021-06-20 20:28:44 -04:00
options feature: Beginnings of in-app config (#231) 2020-09-22 18:12:36 -04:00
units feature: Rework network y-axis, linear interpolation for off-screen data (#437) 2021-04-04 05:38:57 -04:00
utils refactor: remove beef dependency for now 2021-07-12 22:31:57 -04:00
app.rs feature: add F9 as an alternative process kill key (#518) 2021-06-22 20:34:00 -04:00
canvas.rs change: remove gap between CPU and columns in basic (#460) 2021-04-24 15:08:19 -04:00
clap.rs bug: scaling -> scale in some docs, help, and config (#543) 2021-07-14 19:30:32 -04:00
constants.rs bug: Fix missing config options in docs and default config (#542) 2021-07-14 19:08:54 -04:00
data_conversion.rs bug: Fix swap calculation for Linux (#546) 2021-07-16 01:16:18 -04:00
lib.rs feature: add F9 as an alternative process kill key (#518) 2021-06-22 20:34:00 -04:00
options.rs bug: Fix missing config options in docs and default config (#542) 2021-07-14 19:08:54 -04:00
units.rs feature: Rework network y-axis, linear interpolation for off-screen data (#437) 2021-04-04 05:38:57 -04:00
utils.rs Change how we call time in data_collection step 2020-01-09 21:59:52 -05:00