Metadata-Version: 1.1
Name: memtop
Version: 1.0.3
Summary: view memory consumption of processes
Home-page: https://github.com/MartinThoma/memtop
Author: Martin Thoma
Author-email: info@martin-thoma.de
License: GPLv2
Download-URL: https://github.com/MartinThoma/memtop
Description: 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 :: 3 - Alpha
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
