Sau khi xóa hầu hết các dịch vụ mà tôi không cần, vẫn mất khoảng 28 giây để khởi động, chụp ảnh và tắt máy. Tôi muốn hạ thấp điều này hơn nữa, và tôi đã làm một systemd-analyze blame
và nhận được những điều sau đây:
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
là của tôi, và không giống như những gì cái tên ám chỉ nó cũng làm những việc khác. Tôi nghi ngờ tôi có thể cải thiện thời gian ở đó.
Hệ thống của tôi đang chạy không đầu, nối tiếp. Tôi chỉ cần kết nối mạng qua wifi (wifi không khởi động được vì tôi tắt nguồn USB, nhưng đôi khi tôi sẽ không tắt nó để nó có thể khởi động).
Nhìn vào danh sách này, tôi thấy những thứ như: 1.736s keyboard-setup.service
và 958ms kbd.service
. Họ mất gần 3 giây. Tôi có cần chúng nếu tôi không sử dụng bàn phím không? Nếu không, làm thế nào để tôi vô hiệu hóa chúng?
Những gì khác tôi có thể vô hiệu hóa một cách an toàn từ đây?
Ok, có một cái gì đó thực sự kỳ lạ ở đây. Tôi đã vô hiệu hóa thêm một số dịch vụ và tổng cộng vẫn mất nhiều thời gian, chỉ có điều bây giờ một số dịch vụ mất ít thời gian hơn trước đó mất nhiều thời gian hơn ...
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
Tệp dịch vụ: (không biết tại sao cú pháp mã không hoạt động)
[Unit]
Description=Disable USB power
Before=networking.service
After=local-fs.target
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/sbin/usb_down
[Install]
Dưới đây là cốt truyện: http://www.eternal-lands.com/plot.svg
disableusb.service
. BTW, bạn có thể nhanh chóng convert plog.svg plog.jpg
nếu bạn cài đặt imagemagick
gói /
systemd-analyze plot
và bao gồm hình ảnh ở đây (điều đó sẽ tạo ra một biểu đồ SVG đẹp hiển thị thời gian và có thể sẽ làm sáng tỏ mọi thứ).