All Projects → MartinThoma → memtop

MartinThoma / memtop

Licence: GPL-2.0 license
View memory consumption

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to memtop

Scalene
Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python
Stars: ✭ 4,819 (+16517.24%)
Mutual labels:  memory-consumption
erlang term
Erlang Term Info
Stars: ✭ 31 (+6.9%)
Mutual labels:  memory-consumption
Emma
Emma Memory and Mapfile Analyser
Stars: ✭ 21 (-27.59%)
Mutual labels:  memory-consumption
massif.js
Visualize Valgrind Massif memory consumption online.
Stars: ✭ 30 (+3.45%)
Mutual labels:  memory-consumption

Build Status Coverage Status Documentation Status Code Health Code style: black

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].