command line program, which tracks the current running processes
logs can be visualized by the Process Visualizer
- Install the debian dependency
# apt install python3-psutil python3-pip
- Install the python dependency
# pip3 install psutil
- Run the program
$ python3 main.py
-
Let it run and press
ENTERonce you're done -
Import the log in the Process Visualizer and enjoy the view
usage: Process Tracker [-h] [-l LOAD] [-o OUTPUT] [-i INCLUDED [INCLUDED ...]]
[-e EXCLUDED [EXCLUDED ...]] [-b BUILD] [-m]
optional arguments:
-h, --help show this help message and exit
-l LOAD, --load LOAD Load settings file
-o OUTPUT, --output OUTPUT
Specify output filename
-i INCLUDED [INCLUDED ...], --included INCLUDED [INCLUDED ...]
Set processes that should be tracked
-e EXCLUDED [EXCLUDED ...], --excluded EXCLUDED [EXCLUDED ...]
Set processes that shouldn't be tracked
-b BUILD, --build BUILD
Build settings file, based on current running
processes --> excluded_processes
-m, --manual Manual input
