Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 680 Bytes

File metadata and controls

27 lines (15 loc) · 680 Bytes

PackagePublishing

Overview

The systemusage package allows you to monitor various aspects of system usage, providing insights into CPU and memory usage. With this package, you can gather real-time data about your system's performance and usage metrics.

Features

  • Real-time monitoring of CPU utilization.
  • Tracking of memory usage and available memory.

Installation

Install the package using pip:

pip install systemusage

Dependencies

The package relies on system-level utilities and does not have external dependencies.

Credits

The systemusage package was inspired by the need to easily monitor and analyze system performance metrics.