/django-system-monitor

Simple System Monitoring in Django Admin Panel

Primary LanguagePython

django-sysmon

Simple System Monitoring in Django Admin Panel

Features

  • CPU Usage
  • Memory Usage
  • Disk Usage (with partitions)
  • Network Usage
  • TOP 10 memory used processes
  • Viewing only superuser
  • It currently supports Linux, Windows, OSX and FreeBSD (psutil supported)

Requirements

Screenshots

Screenshot

Installation/Usage

  • After setup, add 'sysmon' to your INSTALLED_APPS, that's all.