Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MartinThoma/memtop
View memory consumption
https://github.com/MartinThoma/memtop
memory-consumption python
Last synced: 3 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T02:40:07.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T18:17:03.168Z (4 months ago)
- Topics: memory-consumption, python
- Language: Python
- Size: 76.2 KB
- Stars: 34
- Watchers: 8
- 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
[![Build Status](https://travis-ci.org/MartinThoma/memtop.svg?branch=master)](https://travis-ci.org/MartinThoma/memtop)
[![Coverage Status](https://img.shields.io/coveralls/MartinThoma/memtop.svg)](https://coveralls.io/r/MartinThoma/memtop?branch=master)
[![Documentation Status](http://img.shields.io/badge/docs-latest-brightgreen.svg)](http://pythonhosted.org/memtop)
[![Code Health](https://landscape.io/github/MartinThoma/memtop/master/landscape.svg)](https://landscape.io/github/MartinThoma/memtop/master)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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.