It might be a weird question as I searched and found many people asking about how to find the PPID given a PID. However, I’m interested in finding out all the PID of a given PPID. The incentive was to run a process check using pidstat and from my test with pidstat, it seems to be that pidstat only reports
Tag: status
Adding a status bar to c++ console applications
I am making a linux application using C++ and it will print info out to the console. Parts of the program will take a while to compute and I would like to add a status bar in the console similar to the one used in wget (I put my own depiction below). What would be the best way to accomplish