This repository was archived by the owner on Jan 1, 2025. It is now read-only.
Releases: TrinhHuuGiang/mini-project-Process_manager
Releases · TrinhHuuGiang/mini-project-Process_manager
v1.0.0 beta
Beta Release: Process Manager
Release the beta version of Process Manager, a simple tool designed for Linux users to manage processes efficiently. This initial release has been tested on Ubuntu and includes the following features:
Key Features
-
Display Process List:
- Show all active processes running on the system with details such as process ID (PID) and process name.
-
Manage Processes:
- Suspend: Pause a selected process.
- Resume: Resume a suspended process.
- Terminate: Gracefully terminate a selected process.
- Kill: Forcefully kill a selected process.
Important Notes
- This is a beta release, so some features may not be fully stable.