Skip to content

Releases: barkhayot/lutop

v1.0.0 - Initial Release 🎉

13 Jul 11:51
Compare
Choose a tag to compare

v1.0.0 - Initial Release 🎉

We are excited to announce the first official release of our Python package! This version includes a range of features designed to provide valuable functionality and improve the user experience.

Features

  • System Monitoring: Real-time display of CPU, memory, and swap usage using psutil and curses.
  • Top Processes by Memory Usage: Lists the top processes consuming the most memory, along with their PID, name, CPU and memory usage, and command line.
  • Dynamic UI: Responsive UI that adjusts to terminal size changes.

How to Install

You can install this package via pip:

pip install lutop

How to Use

Run command lutopstart monitoring your system resources:

lutop

Screenshot

Screen Shot 2024-07-13 at 8 48 31 PM

Thank you for using our package! We welcome any feedback and contributions.