Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torhamdev/memory-monitoring
simple memory monitoring with FastAPI
https://github.com/torhamdev/memory-monitoring
fastapi memory monitoring python
Last synced: about 22 hours ago
JSON representation
simple memory monitoring with FastAPI
- Host: GitHub
- URL: https://github.com/torhamdev/memory-monitoring
- Owner: TorhamDev
- License: mit
- Created: 2024-02-21T06:31:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T13:02:36.000Z (9 months ago)
- Last Synced: 2024-02-22T07:38:42.397Z (9 months ago)
- Topics: fastapi, memory, monitoring, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memory-Monitoring
> simple memory monitoring with FastAPI
## How To Run?
Run the following commands in order
```bash
git clone https://github.com/TorhamDev/Memory-Monitoring.gitcd Memory-Monitoring
pip install -r requirements.txt
uvicorn src.main:app --reload # or you can run manage.py with python
```
## Technologies used:
![image](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)
![image](https://img.shields.io/badge/fastapi-109989?style=for-the-badge&logo=FASTAPI&logoColor=white)
![image](https://img.shields.io/badge/Sqlite-003B57?style=for-the-badge&logo=sqlite&logoColor=white)