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
andcurses
. - 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 lutop
start monitoring your system resources:
lutop
Screenshot
Thank you for using our package! We welcome any feedback and contributions.