I want to get the time from power on system to showing user login view in Linux, how to do? Can it work only with shell?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com May 16 '11 at 19:34
|
Take a look at bootchart: http://www.bootchart.org/index.html Several Windows/Linux power on to desktop speed trails mention this as a neat way of finding out what your linux system is doing. Also see /proc/stat:
|
|||
|
|
Seriously though, why not put a question like this into Google? There's loads of relevant links, like this one: http://elinux.org/Boot_Time Boot Chart seems to be popular too: http://www.bootchart.org/ |
|||
|
|