Skip to main content

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

  1. Pip install the package:
pip install django-psutil-dash
  1. Add django_psutil_dash to your INSTALLED_APPS setting:
INSTALLED_APPS = [
    ...
    'django_psutil_dash',
]

Usage

  1. Add the following URL pattern to your project's URL configuration:
from django_psutil_dash.urls import psutil_urlpatterns

urlpatterns = [
    ...
    path('psutil/', psutil_urlpatterns()),
]
  1. Run the Django development server:
python manage.py runserver
  1. Navigate to http://localhost:8000/psutil/ to view the dashboard.

Screenshots

Dashboard

Processes

Disks

Network

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


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)

Uploaded Source

Built Distribution

django_psutil_dash-0.1.3-py3-none-any.whl (113.0 kB view details)

Uploaded Python 3

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

Hashes for django_psutil_dash-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b13704b97bbc3872a8e43917872d178a46a9b7ba9adf1c096cb0e440fc9b83c8
MD5 f66cb90d3b0037d1f92d1fa401d0bb4e
BLAKE2b-256 a6cfd4f5148bc5e5a8d5cdd4ca5e2739f558e1e94132cd384e07e92bfd972cef

See more details on using hashes here.

File details

Details for the file django_psutil_dash-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_psutil_dash-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c03125ac293a11309da24212c5025914624351e304298c2f574d7ae31647143a
MD5 b6551bc5da57c68438ba626e1689b85c
BLAKE2b-256 477bcb82c524ad1bbaac88d4880b34d1dd745ed50a802a3b883e1ae07cecb721

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page