https://github.com/MartinThoma/memtop
View memory consumption
https://github.com/MartinThoma/memtop
memory-consumption python
Last synced: 11 months ago
JSON representation
View memory consumption
- Host: GitHub
- URL: https://github.com/MartinThoma/memtop
- Owner: MartinThoma
- License: gpl-2.0
- Created: 2015-03-25T09:57:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T02:40:07.000Z (about 3 years ago)
- Last Synced: 2025-04-09T18:10:26.594Z (11 months ago)
- Topics: memory-consumption, python
- Language: Python
- Size: 76.2 KB
- Stars: 35
- Watchers: 7
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - MartinThoma/memtop - View memory consumption (Python)
README
[](https://travis-ci.org/MartinThoma/memtop)
[](https://coveralls.io/r/MartinThoma/memtop?branch=master)
[](http://pythonhosted.org/memtop)
[](https://landscape.io/github/MartinThoma/memtop/master)
[](https://github.com/psf/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.