https://github.com/torhamdev/memory-monitoring
simple memory monitoring with FastAPI
https://github.com/torhamdev/memory-monitoring
fastapi memory monitoring python
Last synced: 9 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T13:02:36.000Z (over 2 years ago)
- Last Synced: 2024-11-15T09:52:03.078Z (over 1 year ago)
- Topics: fastapi, memory, monitoring, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 8
- 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.git
cd Memory-Monitoring
pip install -r requirements.txt
uvicorn src.main:app --reload # or you can run manage.py with python
```
## Technologies used:


