Unfortunately, htop is a little bit naughty about that. When it displays child threads, it shows the LWPID in the PID column. You can see this for yourself with something like:Are there supposed to be five python DASH_stream.py processes running at the same time?
They are definitely different proccesses as they have different PIDs and times.
Code:
murph@raspberrypi:~ $ ps -eLf | sed -n '1p;/timesync/p'UID PID PPID LWP C NLWP STIME TTY TIME CMDsystemd+ 480 1 480 0 2 Oct01 ? 00:00:00 /lib/systemd/systemd-timesyncdsystemd+ 480 1 540 0 2 Oct01 ? 00:00:00 /lib/systemd/systemd-timesyncdmurph 6103 2425 6103 0 1 01:51 pts/0 00:00:00 sed -n 1p;/timesync/pmurph@raspberrypi:~ $
Statistics: Posted by Murph9000 — Wed Oct 02, 2024 12:43 am