memtop

view memory consumption of processes


Keywords
memory, consumption, memory-consumption, python
License
GPL-2.0
Install
pip install memtop==1.0.4

Documentation

Build Status Coverage Status Documentation Status Code Health

memtop

memtop is command line utility to help user to find out what applications uses biggest portions of the memory (RAM+swap), sorted in decreasing order. It lists private/writeable memory only, that is without shared memory. Typical use is when you need to reduce the overall RAM consumption or when you encounter performance problems.

Memtop gets data from /proc/ virtual filesystem.