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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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