Metadata-Version: 2.1
Name: memtop
Version: 1.0.4
Summary: view memory consumption of processes
Home-page: https://github.com/MartinThoma/memtop
Author: Tibor Bamhor, Martin Thoma
Author-email: info@martin-thoma.de
Maintainer: Martin Thoma
Maintainer-email: info@martin-thoma.de
License: GPLv2
Download-URL: https://github.com/MartinThoma/memtop
Description: [![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)
        
        # 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.
Keywords: memory,consumption
Platform: Linux
Platform: MacOS X
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
