Question
At the command prompt, type top and press Enter . From the information displayed, write the answers to the following questions on a piece of
At the command prompt, type top and press Enter. From the information displayed, write the answers to the following questions on a piece of paper:
-
How many processes are currently running?
-
How much memory does your system have in total?
-
How much memory is being used?
-
How much memory is used by buffers?
-
How much swap memory does your system have in total?
-
How much swap is being used?
-
What is the system load average over the last minute, last 5 minutes, and last 15 minutes?
2. Type q to quit the top utility.
3. At the command prompt, type free and press Enter. Does this utility give more or less information regarding memory and swap memory than the top utility? How do the values shown compare to those from Step 2?
4.At the command prompt, type vmstat and press Enter. Does this utility give more or less information regarding memory and swap memory than the top and free utilities? How do the values shown compare to those from Step 2?
5.At the command prompt, type uptime and press Enter. How do the load average values shown compare to those from Step 2?
6. At the command prompt, type dnf install iotop and press Enter. Press y when prompted to complete the installation of the iotop package.
7. At the command prompt, type iotop and press Enter. Which processes are using the most block storage device I/O? Press Ctrl+c when finished.
8. At the command prompt, type dnf install ioping and press Enter. Press y when prompted to complete the installation of the ioping package.
9. At the command prompt, type ioping /dev/sda and press Enter. After 10 measurements, press Ctrl+c. Note the average I/O values for your storage device. Why should you measure these values when the system is performing normally?
10. Type exit and press Enter to log out of your shell.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started