ranisalt / faster-computer-guide

Creative Commons Zero v1.0 Universal
103 stars 2 forks source link

ranisalt's guide to a faster computer

First of all, take your time to measure the bottlenecks. You can check if your boot time is reasonable with the systemd-analyze tool:

$ systemd-analyze
Startup finished in 3.104s (firmware) + 50ms (loader) + 914ms (kernel) + 1.409s (userspace) = 5.479s

And you can go deeper and check what takes most time to load from userspace passing the parameter blame:

$ systemd-analyze blame
           879ms psd-resync.service
           601ms docker.service
           319ms psd.service
           285ms dev-sdb3.device
           277ms wicd.service
           276ms user@1000.service
           135ms dev-sda2.swap
            86ms systemd-journald.service
(...)

General recommendations







If you followed the guide religiously up to here, you are ready to dig into more command line stuff. Don't be scared, I won't brick your computer.

Finer system tuning







There's more to come.

License

This work is under public domain.