From 7eb3ce56f569d503c596991a1604e767eb13b410 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 29 Oct 2022 19:37:46 +0200 Subject: [PATCH] README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5343465 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +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: + + ```shell + $ git clone https://gitlab.com/q3aql/psmem + $ cd psmem + $ pip3 install psutil + $ sudo make install + ```` + +### How to use: + + ```shell + pmem.py + ```` + + + +### External links: + + * [Python homepage](https://www.python.org/) + * [psutil Pypi](https://pypi.org/project/psutil/)