Python script to show process & system memory.
Go to file
2024-05-01 10:52:28 +02:00
LICENSE.txt LICENSE (GPL v2.0) 2022-10-29 19:46:44 +02:00
Makefile Makefile 2022-10-29 19:46:31 +02:00
pmem.png Example image of pmem.py 2022-10-29 19:47:15 +02:00
pmem.py pmem.py (v0.1) 2022-10-29 19:47:25 +02:00
README.md README.md 2024-05-01 10:52:28 +02:00

pmem - Python script to show process & system memory

pmem is a Python3 script for show memory of all processes & total system memory

Requirements:

  • Python 3.5+
  • Python3-pip
  • psutil module

Installation:

  • Open the terminal and type the following comands:

    $ git clone https://git.q3aql.dev/q3aql/pmem
    $ cd pmem
    $ pip3 install psutil
    $ sudo make install
    

How to use:

pmem.py