Skip to content

Process Monitor is a simple Python application for monitoring and managing processes running on your computer. It provides a graphical user interface for viewing and interacting with processes, making it easier to keep track of system resource usage.

License

Notifications You must be signed in to change notification settings

bocaletto-luca/ProcessMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Process Monitor

Author: Bocaletto Luca

Language: Python

License: GPLv3

Process Monitor is a simple Python application for monitoring and managing processes running on your computer. It provides a graphical user interface for viewing and interacting with processes, making it easier to keep track of system resource usage.

Screenshot 2023-10-13 035640

Features

  • View a list of running processes with details such as PID, name, CPU usage, memory usage, status, user, creation time, and more.
  • Sort the list of processes by different columns.
  • Terminate processes.
  • Start new processes.
  • Customize which columns are displayed in the process list.
  • Search for specific processes.

Prerequisites

Before running the Process Monitor, make sure you have Python and the required libraries installed:

Usage

  1. Run the program by executing process_monitor.py.
  2. The main window will appear with a list of running processes.
  3. You can interact with the processes using the provided options in the UI.
  4. Customize the columns displayed by clicking the "Options" button.

How to Run

You can run the Process Monitor by executing the following command in your terminal or command prompt:

python process_monitor.py

About

Process Monitor is a simple Python application for monitoring and managing processes running on your computer. It provides a graphical user interface for viewing and interacting with processes, making it easier to keep track of system resource usage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages