Question: Assignment Module 6 Processes and Performance TUXQuack Startup Excellent now that we have all the new employees onboarded, our server has gotten a lot


Assignment Module 6 Processes and Performance TUXQuack Startup Excellent now that we have all the new employees onboarded, our server has gotten a lot busier, and it's getting slower!. Assignment We need to create a script to help us monitor the system resources and critical information on a single view! O. Create a script named sysmonitor.sh in the directory /sysadm/bin that accomplishes the following: shows the status of the firewalld.service prints the load average only for the last 15 minutes value in the following format: Load Average: List all the zombie processes count the number of open files and shows it in the following format: Open Files: Print the total amount of swap in the system in the following format: Total SWAP: Print the total amount of memory in the system in the following format: Total Memory: Print how many CPUs are in the system in the following format: Total CPUs: Tips You will need the following commands and concepts to complete this task: systemctl uptime lsof free files: ['/proc/cpuinfo', '/proc/meminfo'] Submitting your results To submit your results, you only need to submit your script! Expectation: It should run without error and provide the requested information.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
