README.md
This commit is contained in:
parent
e658e599eb
commit
7eb3ce56f5
34
README.md
Normal file
34
README.md
Normal file
@ -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
|
||||||
|
````
|
||||||
|
|
||||||
|
<img src="pmem.png" />
|
||||||
|
|
||||||
|
### External links:
|
||||||
|
|
||||||
|
* [Python homepage](https://www.python.org/)
|
||||||
|
* [psutil Pypi](https://pypi.org/project/psutil/)
|
Loading…
x
Reference in New Issue
Block a user