No project description provided
Project description
django_psutil_dash
A Django-based dashboard application for monitoring system resource utilization using the psutil
library.
Features
- Real-time monitoring of CPU usage, memory usage, disk usage, and network statistics.
- Easy integration with existing Django projects.
Installation
- Pip install the package:
pip install django-psutil-dash
- Add
django_psutil_dash
to yourINSTALLED_APPS
setting:
INSTALLED_APPS = [
...
'django_psutil_dash',
]
Usage
- Add the following URL pattern to your project's URL configuration:
from django_psutil_dash.urls import psutil_urlpatterns
urlpatterns = [
...
path('psutil/', psutil_urlpatterns()),
]
- Run the Django development server:
python manage.py runserver
- Navigate to
http://localhost:8000/psutil/
to view the dashboard.
Screenshots
Dependencies
Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_psutil_dash-0.1.3.tar.gz
(109.8 kB
view details)
Built Distribution
File details
Details for the file django_psutil_dash-0.1.3.tar.gz
.
File metadata
- Download URL: django_psutil_dash-0.1.3.tar.gz
- Upload date:
- Size: 109.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b13704b97bbc3872a8e43917872d178a46a9b7ba9adf1c096cb0e440fc9b83c8 |
|
MD5 | f66cb90d3b0037d1f92d1fa401d0bb4e |
|
BLAKE2b-256 | a6cfd4f5148bc5e5a8d5cdd4ca5e2739f558e1e94132cd384e07e92bfd972cef |
File details
Details for the file django_psutil_dash-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: django_psutil_dash-0.1.3-py3-none-any.whl
- Upload date:
- Size: 113.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c03125ac293a11309da24212c5025914624351e304298c2f574d7ae31647143a |
|
MD5 | b6551bc5da57c68438ba626e1689b85c |
|
BLAKE2b-256 | 477bcb82c524ad1bbaac88d4880b34d1dd745ed50a802a3b883e1ae07cecb721 |