Well in my development suit I notice that currently the boot up of the full suit takes a long (too long) time - about 20 to 25 minutes before I can actually use the applications.
The far majority (15-20) minutes it is busy "after" booting ubuntu. When I try to start the following applications:
- postgres docker
- pgadmin server
- postman
- webstorm for front end
- webstorm for backend
- flow server for both front and backend.
- react-scripts-npm real time file tracker and updater for front end
Now the problem is: there are no logs available on what is actually taking most time. I installed iotop application and run that using sudo iotop -a -P before loading the development suit. However that only shows the currently alive processes.
I can see webstorm and flow constantly starting child processes that actually show 98+% "IO" wait time, however these processes are really short lived (a few seconds at most) so they don't show up in the end.
Can I let iotop show a total log, including processes that died, over a period of time?