https://github.com/sbz/memtop
memory top(1) like in Python
https://github.com/sbz/memtop
linux memory processes python unix
Last synced: 28 days ago
JSON representation
memory top(1) like in Python
- Host: GitHub
- URL: https://github.com/sbz/memtop
- Owner: sbz
- Created: 2017-01-23T22:24:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T21:53:37.000Z (almost 9 years ago)
- Last Synced: 2025-12-25T23:36:38.678Z (6 months ago)
- Topics: linux, memory, processes, python, unix
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memtop
Rapidly crafted memory top script using Python.
Install with pip
================
```
pip install -e 'git+https://github.com/sbz/memtop#egg=master'
```
Install with Debian package
===========================
In order to generate a Debian package, follow the build instructions [here](contrib/debian/BUILD.md)
After the package is generated, run
```
dpkg -i memtop*.deb
```
Install with RPM package
========================
In order to generate a RPM package, follow the build instructions [here](contrib/rpm/BUILD.md)
After the package is generated, run
```
yum -y localinstall memtop*.rpm
```