0

In systemd-based distros there is a tool run via systemd-analyze which allows the user to determine boot time [kernel and userspace, the time it took for the system to boot up]. Is there a similar command which can be run for SysV?

C26
  • 155
  • 1
  • 1
  • 13
  • Do you by "boot time" mean the time when the system booted, or the time it took for the system to boot? – Kusalananda Apr 15 '18 at 16:05
  • 1
    @Kusalananda, I should have clarified, the time it took for the system to boot up, sorry. – C26 Apr 15 '18 at 16:47

1 Answers1

1

bootchart2 is your friend with sysv.

Kevdog777
  • 3,194
  • 18
  • 43
  • 64
rx560
  • 11
  • 2