answersLogoWhite

0


Best Answer

In systemd, this is pretty easy. You just have to use "systemd-analyze" tool.

  • systemd-analyze blame - will give you the list of all the services that started and the time they took
  • systemd-analyze plot > somename.svg - will make a nice graph and save it in the name you assign
  • ...

.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command to use to find out how long it took to start a Linux computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Linux command is similar to the find or search command in windows?

find


How do you find IP addresses in Linux via command line?

ifconfig


How can you find out ip address using computer name?

Answer:Most operating systems support the NSLOOKUP command. Use the following example to perform the address-to-name translation:nslookup 127.0.0.1If the system is properly registered in the global Domain Name System (DNS), a name will be provided in response to your query.AnswerIn addition to the above, the "host" command is also now supported on most Linux distrubutions. In fact, on most Linux distros the 'nslookup' command is considered to be deprecated.host 192.168.2.5


How can you find the version of Linux you are using on your computer?

The best solution is this command (actually two in one): uname -a && cat /etc/*release The first part of the command tells you the version of the Linux kernel that is running. The second part of the command tells you the name of the distribution, like "Red Hat Enterprise Linux X.X". When asked this same question, most people only answer the first part, which is not always what the user needs to know.


Where do you find your gateway on computer?

Click on start>Run>CMD, then type "ipconfig". This command will show you the default gateway on the computer. -Nitin


How do you find user permissions in Linux?

Type the following command# ls -l


Which Linux computer is the best?

"The linux computer that is the best for your situation is the one that uses Linux. I would recommend going to a place that sells computers, like Best Buy to find out."


How do you find the PHP version in Linux?

In terminal use the following command. php -ver


How do you find out what kind of graphics card you have in Linux Xubuntu?

the command lspci will tell you what hardware you have


How do you find and remove files in Linux?

From the command line: To find the files there are a variety of utilities that you can use including: find, locate, and slocate. To remove the files use the command: rm filename.ext


Why use Linux basic commands?

Many Linux users find the command line quicker than using the Graphic User Interface (GUI).


How can you find out what user you are logged in as in Linux?

The "whoami" command should show you what account you are currently using.