pmem/README.md

35 lines
746 B
Markdown
Raw Permalink Normal View History

2022-10-29 19:46:58 +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:
```shell
2024-05-01 10:49:51 +02:00
$ git clone https://git.q3aql.dev/q3aql/pmem
2022-10-29 19:48:17 +02:00
$ cd pmem
2022-10-29 19:46:58 +02:00
$ pip3 install psutil
$ sudo make install
````
### How to use:
```shell
pmem.py
````
2024-05-01 10:52:28 +02:00
<img src="https://git.q3aql.dev/q3aql/pmem/raw/branch/main/pmem.png" />
2022-10-29 19:46:58 +02:00
### External links:
* [Python homepage](https://www.python.org/)
* [psutil Pypi](https://pypi.org/project/psutil/)