Your Linux system is experiencing slow boot times. Which tool can you use to analyze the time taken by each boot process?
- systemd-analyze
- top
- iostat
- ps
To analyze the time taken by each boot process on a Linux system, you can use the systemd-analyze command. It provides detailed information about the startup time of services and processes, helping you identify bottlenecks in the boot process.
Loading...
Related Quiz
- protocol is considered to be highly secure and is commonly used in Linux?
- In Red Hat-based systems, the ________ utility is used to manage and configure software repositories.
- For debugging purposes, how can you set a breakpoint in a shell script?
- To change or set the UUID of a filesystem in Linux, you would use the ________ command.
- What command is used to display the contents of a file in Linux?