You are not logged in.
Pages: 1
Hello,
I just wonder is there something, some app or command which will list all services / apps which are being started during startup and their time to load / start?
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline
Offline
Do you mean
systemd-analyze? Because it only says total time, but I would like to get list of all services + processes and their time, + side question is there tool which will list processes after login into DE and their time to initialize?
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline
Read a little further in that link.
To list the started unit files, sorted by the time each of them took to start up:
$ systemd-analyze blame
Offline
Thank you very much, this works, but why there aren't things like gnome desktop environment? At other processes / applications which are loaded during login.
I use several linux distros like: Archlinux, Ubuntu, Fedora, Linux Mint
Offline
"--user"
Is this an https://en.wikipedia.org/wiki/XY_problem ? What are you actually trying to figure/solve here?
Offline
Pages: 1