I also do this. There are some utilities I’d like to see included directly into most *nix distributions, like fd.
I use bin to manage the utilities, and can setup a new install by just bringing he binary and config. It works great–I highly recommend it.
Mint uses systemd, so just use it;
systemd-analyze
/systemd-analyze blame
.You can also visualize it;
$ systemd-analyze plot > boot_analysis.svg $ xviewer boot_analysis.svg