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:
bash
pip install lutop
How to Use
Run command `lutop`start monitoring your system resources:
bash
lutop
Screenshot
<img width="1415" alt="Screen Shot 2024-07-13 at 8 48 31 PM" src="https://github.com/user-attachments/assets/614e8dec-e2af-4c12-8614-28362921a18a">
Thank you for using our package! We welcome any feedback and contributions.