Advertisement
cirrus

systemd

Oct 2nd, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. [root@Arch cirrus]# systemd-analyze blame
  2. 3853ms dhcpcd@eth0.service
  3. 2331ms systemd-vconsole-setup.service
  4. 1106ms dev-hugepages.mount
  5. 1043ms sys-kernel-debug.mount
  6. 1026ms dev-mqueue.mount
  7. 950ms systemd-remount-fs.service
  8. 923ms systemd-udev-trigger.service
  9. 807ms boot.mount
  10. 796ms systemd-udevd.service
  11. 280ms dev-sdd2.swap
  12. 202ms systemd-readahead-replay.service
  13. 183ms udisks2.service
  14. 178ms systemd-readahead-collect.service
  15. 166ms systemd-sysctl.service
  16. 55ms systemd-tmpfiles-setup.service
  17. 54ms systemd-logind.service
  18. 39ms mnt-INT2.mount
  19. 28ms tmp.mount
  20. 8ms systemd-user-sessions.service
  21. 3ms sys-fs-fuse-connections.mount
  22. 2ms proc-sys-fs-binfmt_misc.mount
  23. -----------------------------------------------------------------------
  24. systemctl enable systemd-readahead-collect.service systemd-readahead-replay.service
  25. systemd-analyze
  26. systemd-analyze blame
  27. journalctl --disk-usage
  28. systemctl enable dhcpcd@eth0.service
  29. systemctl enable syslog-ng.service
  30. systemctl enable slim.service or systemctl enable kdm.service depending on login mgr
  31. systemctl enable NetworkManager.service
  32. systemctl enable ntpd.service
  33.  
  34.  
  35. Show all messages by a specific executable:
  36. journalctl /usr/lib/systemd/systemd
  37.  
  38. Show all messages by a specific process:
  39. journalctl _PID=1
  40.  
  41. Show all messages by a specific unit:
  42. journalctl _SYSTEMD_UNIT=netcfg.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement