Giter Site home page Giter Site logo

ajee10x / ltm-linuxtaskmanager Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 2.77 MB

LTM (Linux Task Manager) is an open-source project hosted on GitHub that provides a graphical user interface (GUI) for monitoring and managing various aspects of a Linux system. It offers a convenient way to view and control processes, monitor system performance, manage startup applications, access user information, and handle services.

License: MIT License

Java 91.04% Shell 8.96%
java linux linuxsystem shell-script task-manager flatlaf

ltm-linuxtaskmanager's Introduction

Linux Task Manager (LTM) Version 1.0

Alt text

LTM (Linux Task Manager) is an open-source project that provides a graphical user interface (GUI) for monitoring and managing various aspects of a Linux system. It offers a convenient way to view and control processes, monitor system performance, manage startup applications, access user information, and handle services.

Key Features

  • Process Management: View and manage running processes, terminate or prioritize processes
  • System Performance Monitoring: Real-time CPU, memory, disk, and network usage metrics.
  • Application History: Track launched applications and their execution history.
  • Startup Applications: Only Display the applications to launch at system startup.
  • User Management: Monitor active users, login times, and associated processes.
  • Service Control: Display the system services in real time.

Key Features are still under development

  • Update Checking: Check for updates and download the latest version of the application.
  • Service Control: Start, stop, and restart system services.
  • Startup Applications: Configure applications to launch at system startup.
  • System Performance Monitoring: Make it more advance.
  • About us: Make it more professional.
  • Fix the refresh problem by making the refresh from the Main.java to all the files by removing the refresh by each file on itself.

Launch the application

java -jar LTM.jar

Things we used to develop the app:

  • Eclipse IDE for Java Developers Version: 2022-09 (4.25.0)
  • JavaSE-1.8
  • Shell script

Systems are tested on:

  • Debian.
  • Kali Linux.

Project Directory/Structure/Tree

.

└── LICENSE
└── LTM.jar
└── README.md
├── bin
│    └── jfreechart.jar
│    ├── ltm
│    │    └── AppHistoryPanel$1.class
│    │    └── AppHistoryPanel$AppLaunchInfo.class
│    │    └── AppHistoryPanel.class
│    │    └── DetailsPanel.class
│    │    └── Main.class
│    │    └── PerformancePanel.class
│    │    └── ProcessesPanel$1.class
│    │    └── ProcessesPanel$2.class
│    │    └── ProcessesPanel.class
│    │    └── ServicesPanel.class
│    │    └── StartupPanel$1.class
│    │    └── StartupPanel$2.class
│    │    └── StartupPanel$3.class
│    │    └── StartupPanel$4.class
│    │    └── StartupPanel$5.class
│    │    └── StartupPanel$6.class
│    │    └── StartupPanel.class
│    │    └── UsersPanel.class
│    │    ├── scripts
│    │    │    └── app_history.sh
│    │    │    └── details.sh
│    │    │    └── list_running_processes.sh
│    │    │    └── performance_data.sh
│    │    │    └── services_data.sh
│    │    │    └── set_execute_permission.sh
│    │    │    └── startup_data.sh
│    │    │    └── system_details.sh
│    │    │    └── user_data.sh
├── screenshots
│    └── ApplicationHistory.jpg
│    └── PCdetials.jpg
│    └── Process.jpg
│    └── ServiceControl.jpg
│    └── StartupApplications.jpg
│    └── SystemPerformanceMonitoring.jpg
│    └── UserManagement.jpg
│    └── ltmlogo.jpg
│    └── ltmlogo_50.jpg
├── src
│    └── jfreechart.jar
│    ├── ltm
│    │    └── AppHistoryPanel.java
│    │    └── DetailsPanel.java
│    │    └── LTMApplication.java
│    │    └── Main.java
│    │    └── PerformancePanel.java
│    │    └── ProcessesPanel.java
│    │    └── ServicesPanel.java
│    │    └── StartupPanel.java
│    │    └── UsersPanel.java
│    │    ├── scripts
│    │    │    └── app_history.sh
│    │    │    └── details.sh
│    │    │    └── list_running_processes.sh
│    │    │    └── performance_data.sh
│    │    │    └── services_data.sh
│    │    │    └── set_execute_permission.sh
│    │    │    └── startup_data.sh
│    │    │    └── system_details.sh
│    │    │    └── user_data.sh
└── version.txt

Acknowledgements

The LTM project relies on various open-source libraries and resources. Special thanks to the contributors of these projects for their valuable work.

  • FlatLaf: Java Swing Look and Feel library.

Contributing

Contributions to LTM are welcome! Contributions to this project are welcome. If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT license.

Screenshots

Alt text Alt text Alt text Alt text Alt text Alt text Alt text

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.