Advertisement
cirrus

systemd

Oct 2nd, 2012
277
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. 2331ms systemd-vconsole-setup.service
  3. 1106ms dev-hugepages.mount
  4. 1043ms sys-kernel-debug.mount
  5. 1026ms dev-mqueue.mount
  6. 950ms systemd-remount-fs.service
  7. 923ms systemd-udev-trigger.service
  8. 807ms boot.mount
  9. 796ms systemd-udevd.service
  10. 280ms dev-sdd2.swap
  11. 202ms systemd-readahead-replay.service
  12. 183ms udisks2.service
  13. 178ms systemd-readahead-collect.service
  14. 166ms systemd-sysctl.service
  15. 55ms systemd-tmpfiles-setup.service
  16. 54ms systemd-logind.service
  17. 39ms mnt-INT2.mount
  18. 28ms tmp.mount
  19. 8ms systemd-user-sessions.service
  20. 3ms sys-fs-fuse-connections.mount
  21. 2ms proc-sys-fs-binfmt_misc.mount
  22. -----------------------------------------------------------------------
  23. systemctl enable systemd-readahead-collect.service systemd-readahead-replay.service
  24. systemd-analyze
  25. systemd-analyze blame
  26. journalctl --disk-usage
  27. systemctl enable [email protected]
  28. systemctl enable syslog-ng.service
  29. systemctl enable slim.service or systemctl enable kdm.service depending on login mgr
  30. systemctl enable NetworkManager.service
  31. systemctl enable ntpd.service
  32.  
  33.  
  34. Show all messages by a specific executable:
  35. journalctl /usr/lib/systemd/systemd
  36.  
  37. Show all messages by a specific process:
  38. journalctl _PID=1
  39.  
  40. Show all messages by a specific unit:
  41. journalctl _SYSTEMD_UNIT=netcfg.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement