Setelah menghapus sebagian besar layanan yang tidak saya butuhkan, masih dibutuhkan sekitar 28 detik untuk mem-boot, mengambil gambar, dan mematikan. Saya ingin menurunkan ini lebih lagi, dan saya melakukan systemd-analyze blame
dan mendapatkan yang berikut:
7.476s disableusb.service
1.736s keyboard-setup.service
958ms kbd.service
789ms systemd-fsck-root.service
737ms systemd-setup-dgram-qlen.service
722ms fake-hwclock.service
580ms kmod-static-nodes.service
565ms console-setup.service
534ms dev-mqueue.mount
518ms systemd-udev-trigger.service
498ms networking.service
489ms raspi-config.service
449ms hdparm.service
444ms systemd-journal-flush.service
376ms systemd-tmpfiles-setup.service
375ms dhcpcd.service
345ms systemd-logind.service
332ms ntp.service
317ms systemd-modules-load.service
281ms tmp.mount
272ms triggerhappy.service
269ms sys-kernel-debug.mount
265ms systemd-fsck@dev-mmcblk0p6.service
223ms rsyslog.service
221ms sys-kernel-config.mount
212ms systemd-tmpfiles-setup-dev.service
200ms systemd-remount-fs.service
198ms systemd-sysctl.service
184ms boot.mount
173ms systemd-random-seed.service
168ms rc-local.service
167ms user@1000.service
165ms var-log.mount
141ms udev-finish.service
130ms sys-fs-fuse-connections.mount
111ms systemd-user-sessions.service
94ms systemd-update-utmp.service
94ms alsa-restore.service
93ms systemd-update-utmp-runlevel.service
77ms systemd-udevd.service
55ms takepicture.service
disableusb.service
adalah milikku, dan tidak seperti apa namanya menyiratkan itu melakukan hal-hal lain juga. Saya ragu saya bisa meningkatkan waktu di sana.
Sistem saya berjalan tanpa kepala, secara serial. Saya hanya perlu jaringan melalui wifi (wifi tidak mulai karena saya menonaktifkan daya usb, tapi kadang-kadang saya tidak akan menonaktifkannya, sehingga bisa mulai).
Melihat daftar ini, saya melihat hal-hal seperti: 1.736s keyboard-setup.service
dan 958ms kbd.service
. Mereka membutuhkan waktu hampir 3 detik. Apakah saya membutuhkannya jika saya tidak menggunakan keyboard? Jika tidak, bagaimana cara menonaktifkannya?
Apa lagi yang bisa saya nonaktifkan dengan aman dari sini?
Ok, ada sesuatu yang sangat aneh terjadi di sini. Saya menonaktifkan beberapa layanan lagi, dan masih membutuhkan waktu lama, hanya sekarang beberapa layanan yang membutuhkan waktu lebih sedikit sebelum memakan waktu lebih lama ...
7.468s disableusb.service
1.676s console-setup.service
768ms systemd-logind.service
768ms systemd-fsck-root.service
726ms systemd-setup-dgram-qlen.service
714ms fake-hwclock.service
689ms networking.service
530ms systemd-journal-flush.service
524ms systemd-udev-trigger.service
509ms dev-mqueue.mount
509ms ntp.service
508ms kmod-static-nodes.service
439ms dhcpcd.service
334ms systemd-random-seed.service
331ms hdparm.service
318ms systemd-modules-load.service
281ms systemd-tmpfiles-setup.service
279ms systemd-fsck@dev-mmcblk0p6.service
279ms rsyslog.service
269ms systemd-remount-fs.service
265ms sys-kernel-config.mount
254ms systemd-tmpfiles-setup-dev.service
250ms systemd-sysctl.service
238ms rc-local.service
234ms systemd-udevd.service
232ms sys-kernel-debug.mount
224ms user@1000.service
187ms tmp.mount
176ms sys-fs-fuse-connections.mount
175ms var-log.mount
133ms systemd-update-utmp.service
122ms systemd-update-utmp-runlevel.service
122ms systemd-user-sessions.service
119ms alsa-restore.service
91ms boot.mount
88ms udev-finish.service
76ms takepicture.service
File layanan: (tidak tahu mengapa sintaks kode tidak berfungsi)
[Unit]
Description=Disable USB power
Before=networking.service
After=local-fs.target
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/sbin/usb_down
[Install]
Berikut adalah alurnya: http://www.eternal-lands.com/plot.svg
disableusb.service
. BTW, Anda dapat dengan cepat convert plog.svg plog.jpg
jika Anda menginstal imagemagick
paket /
systemd-analyze plot
dan memasukkan gambar di sini (yang seharusnya menghasilkan bagan SVG yang bagus yang menunjukkan timing dan mungkin akan menghapus semuanya).