Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 563 Bytes

File metadata and controls

17 lines (9 loc) · 563 Bytes

SD_Task_Management_Python

Steps for running task manager:

  1. Download ProcessManagerModel.py and PyChartViewController.py to your desired directory

  2. Open terminal and set your working directory to be the same as where you saved the python files

  3. $ python PyChartViewController.py

The chart will update automatically.

  1. Click 'Switch to CPU' or 'Switch to RAM' to change the displayed information.

  2. Click a process slice and then click 'Terminate' to end the process

  3. Close the program by closing the figure or ending the process from terminal