The MATCHO-PIDS is an automation tool that match between containers and host PIDs.
Python version 3
git clone https://github.com/OfriOuzan/MATCHO-PIDS
cd matcho-pids
python3 matcho-pids.py
Get a list of host processes PIDs to be matched with container PIDs
Specify output formatter: csv or text, default is text (when format is csv the output is saved to output.csv)
python3 matcho-pids.py -p <pid_number> <pid_number> -f csv