We need to create a script that will help us monitor the system resources and critical information on a single view!
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 format:
Open Files:
Print the total amount of swap in the system in the format:
Total SWAP:
Print the total amount of memory in the system in the format:
Total Memory:
Print how many CPUs are in the system in the 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']

Answers

Answer 1

To create the sysmonitor.sh script that provides a comprehensive view of system resources and critical information, follow the steps below. The script will display the status of the firewalld.service, the load average for the last 15 minutes, the number of zombie processes, the count of open files, the total amount of swap, total memory, and the number of CPUs in the system.

To create the sysmonitor.sh script, open a text editor and save the file as "sysmonitor.sh" in the /sysadm/bin directory. Ensure that the file has executable permissions. Then, follow these steps:

To check the status of the firewalld.service, use the command:

systemctl status firewalld.service

To display the load average for the last 15 minutes, use the command:

uptime | awk '{print "Load Average:", $NF}'

To count the number of zombie processes, use the command:

ps aux | awk '$8=="Z" {count++} END {print "Zombie Processes:", count}'

To count the number of open files, use the command:

lsof | wc -l | awk '{print "Open Files:", $1}'

To retrieve the total amount of swap in the system, use the command:

free | awk '/Swap/ {print "Total SWAP:", $2}'

To retrieve the total amount of memory in the system, use the command:

free | awk '/Mem/ {print "Total Memory:", $2}'

To count the number of CPUs in the system, use the command:

grep -c '^processor' /proc/cpuinfo | awk '{print "Total CPUs:", $1}'

Save the script and make it executable with the following command:

chmod +x /sysadm/bin/sysmonitor.sh When executed, the sysmonitor.sh script will display the desired system resource information in the specified format.

Learn more about script here:https://brainly.com/question/30761741

#SPJ11


Related Questions

Please help

Measure the thickness of a razor blade using a vernier caliper and screw gauge. What is the lowest count of these instruments? Which measuring
Instrument is more accurate? You can take multiple blades and stack them together, then measure thickness, and find out the average thickness.

Answers

Answer:

Is this question related to computers and technology?

in your own words, explain the FNAF timeline

Answers

Answer:

see shawty problem is, I havent had that phase yet, my cousin would be able to answer this tho

Answer:

God it would take me over a week to type my timeline out-

What are the factors that affect self-confidence?

Answers

Answer:

The factors that affect self confidence are not having enough faith in yourself and letting what others say about you put you down

Explanation:

Plz mark brainlest it will help me so much

3. Windows that are viewed as Web pages have
sections. **

Answers

Answer:

when the when the when the add the when are you is id god his gay for your top off jack dafe cafe read line green red whats the answer

Explanation:

In your own words, describe innovation.

Answers

Answer:

Something that revolutionizes a product

Explanation:

Innovation typically means completely change something that makes everyone wow. A example of this would be a car, the innovational car would have fridge in the back seat. (No current cars have this)

Hope this helps and make sure to thank me!

What is one thing that makes a website a good website?

Answers

Make sure that your website's name and domain reflect the topic of the site. Bottom Line: Most high-traffic websites have a clear purpose and operate in a particular niche. Make sure that the purpose of your website is clear to visitors and try to stay on topic as much as possible.

1
Select the correct answer from each drop-down menu.
Correctly identify the following software design concepts.
The following are some commonly used software design concepts:
-structural partitioning
-control hierarchy
-Modularity
-Abstraction
refers to the concept that software architecture has the ability to divide into modules and that each
module can be examined independently.
-Refinement
-Modularity
-Abstraction
-Control hierarchy
is a process that elaborates on each design component until it reaches the coding details.
-Software procedure
-Structural partitioning
-Data Structure
allows designers to split a program structure horizontally and vertically.
-Software architecture
-Structural partitioning
-Modularity
-Data Structure
represents logical relationships between individual data elements.

Answers

Answer:

1. Modularity.

2. Refinement.

3. Structural partitioning.

4. Data Structure.

Explanation:

A software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications. There are six (6) main stages in the creation of a software and these are;

1. Planning.

2. Analysis.

3. Design.

4. Development (coding).

5. Deployment.

6. Maintenance.

One of the most important steps in the software development life cycle (SDLC) is design. It is the third step of SDLC and comes immediately after the analysis stage.

Basically, method design is the stage where the software developer describes the features, architecture and functions of the proposed solution in accordance with a standard. Some of the models or techniques used in the design of a software are;

Modularity: refers to the concept that software architecture has the ability to divide into modules and that eachmodule can be examined independently. Refinement: is a process that elaborates on each design component until it reaches the coding details.Structural partitioning: allows designers to split a program structure horizontally and vertically.Data Structure: represents logical relationships between individual data elements.

Help!!
What’s the inputs and outputs of a printer
And what’s the inputs and outputs of a digital assistant/ Alexa??

Answers

Answer:

Input of printer - text

Output of Printer - text printed on paper

Input & output of digital Alexa - Voice/sound

Explanation:

Input for a printer is the text data entered into any of the file formats that can be printed.

Output of a printer is the text printed on a piece of paper.

Input of a digital assistant is in the form of voice

Output of a digital assistant in the form of sound

Manipulating Images: Which aspect helps you to change the luminescence of your image?

Answers

Answer:

the aspect that help you change the luminescence of your image is iframe

[4]
) Describe what is involved in the clearing of bank cheques which the bank has collected in the
course of the day.


Plz any answer need it quickly help me if you know

Answers

Answer:

The clearing process begins with the deposit of a cheque in a bank. ... The cheque is passed for payment if the funds are available and the banker is satisfied about the genuineness of the instrument. The cheques that are unpaid are returned to the presenting bank through another clearing called the Return Clearing.

hopes this helps you?????????

Explanation:

How would you describe
"analogous color harmony" to a six year old?

Answers

Answer:

Analogous colours are groups of three colours that are next to each other on the colour wheel, and a tertiary. ... An analogous color scheme creates a rich, monochromatic look. It is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

Explanation:

Which of the following is an event handler?

scanning a credit card when you shop

displaying a message

clicking a mouse button

moving a mouse

Answers

That which accurately describes an event handler is this:

B. Displaying a message

What is an event handler?

An event handler refers to a system that can be used to verify the input by a user. An event handler can also be used to see the browsing actions and other histories executed by a user.

Displaying a message fits in as an example of an event handler because it is through this means that one can see the input and user actions that were done some time ago. An event handler is a very vital necessity in programming activities. So, option B fits the meaning of an event handler.

Learn more about an event handler here:

https://brainly.com/question/20169706

#SPJ1

Answer:

Displaying a message

Explanation:

Wiliam would like to sort a list of items after the data is already entered
Which method is NOT an available sort option?
number
date
text
symbol

Answers

Answer symbol

Explanation:

Symbol is not an available sort option.

Write a program to allow user to perform any of these list operation given in a menu. The menu is: a) Append an element b) Insert an element c) Modify an existing element d) Delete an existing element with a given value e) Sort the list in descending order f) Display the list.

Answers

Answer:

c

Explanation:

Which area of government regulations do the Fair Credit and Reporting Act
(FCRA) and the Gramm-Leach-Bliley Act (GLB) relate to?
A. Advertising
B. Health and safety
C. Privacy and security
D. Employment and labor

Answers

Answer:   C. Privacy and security

Explanation:  100% correct

what are the advantages of knowing demographics over psychographics and vice versa?

Answers

It's been said that demographics help you understand who buys your product or service, while psychographics helps you understand why they buy. Another way to put it is that demographics are things that can be observed from the outside, such as age and race, while psychographics are internal attributes or attitudes.

What function does a resource manager in an IDE perform?

A. It's an interface for viewing and organizing files.
B. It's an interface for integrating text and multimedia into a website.
C. It's an environment for tracing and fixing the errors in the source code.
D. It's an environment for running and testing the source code.
E. It's an interface for creating and editing the source code.

Answers

Answer:

I would say D) Its an enviroment for running and testing the source code.

Explanation:

An integrated development environment (IDE) is a software suite that consolidates basic tools required to write and test software.

Developers use numerous tools throughout software code creation, building and testing. Development tools often include text editors, code libraries, compilers and test platforms. Without an IDE, a developer must select, deploy, integrate and manage all of these tools separately. An IDE brings many of those development-related tools together as a single framework, application or service. The integrated toolset is designed to simplify software development and can identify and minimize coding mistakes and typos.

Some IDEs are open source, while others are commercial offerings. An IDE can be a standalone application or it can be part of a larger package.

Answer:

D. It's an environment for running and testing the source code.

Explanation: plato 2023

'Using more formatting options improves a document.' Do you agree with this statement? Why or why not

Answers

Answer:

Yes, I agree with the given statement: 'Using more formatting options improves a document.'

Explanation:

Formatting improves the readability of documents for end users.

Formatting features like aligning text vertically and horizontally, changing margin and line spacing change the layout of page in the document that makes a document look more presentable.

So, yes, I agree with the given statement: 'Using more formatting options improves a document.'

What is the difference, if any, between a social media strategist and a social media specialist?

A. They are very similar occupations, except that social media specialists tend to have more training.

B. A social media strategist determines how an organization will maintain a social media presence, and the specialist creates the content.

C. There is no difference—these are the same job with slightly different titles.

D. A social media specialist determines how an organization will maintain a social media presence, and the strategist creates the content.

Thank you!

Answers

The answer is D you welcome :D

A social media strategist is an expert who is involved in determining the presence of an organization over the social media; whereas, a specialist is involved in creating the content for social media.

What is social media?

The use of computer networks and internet for the purpose of sharing and expressing one's views with the connections over such platform is known as a social media.

A social media strategist, for an organization, will be involved in maintenance of the social media activeness of the organization; whereas, the content for such presence is in the hands of a specialist.

Hence, option B holds true regarding the roles of handling social media of an organization.

Learn more about social media here:

https://brainly.com/question/18958181

#SPJ2

Sans serif typeface is a good choice for
a. printed documents
b.document headings
c. document text
d. document content

Answers

Answer: A Sans-serif font is a good choice for headings and small text where clarity and readability are paramount. A Serif font is good to use on larger blocks of printed text like on a flyer.

Explanation:

5. Which part regulates the amount of light that passes up toward the eyepiece?
A. stage
C. diaphragm
B.eyepiece
D. revolving nosepiece
the tot​

Answers

Answer:

C. diaphragm

Explanation:

Microscope is very important instrument in biology and use to magnify the specimen or other biological objects.

Eyepiece, stage, diaphragm and  revolving nosepiece are some of the important part of the microscope with different functions. such as Eyepiece carry the Ocular lens that helps to look the specimen, stage allows light to pass through, diaphragm regulates the amount of light reaches the eyepiece, and revolving nosepiece are use to change magnification.

So, Diaphragm controls the light that passes up toward the eyepiece and help in viewing the specimen. Diaphragm is located below the stage and above the condenser.

Hence, the correct answer is "C. diaphragm".

Answer:

C. Diaphragm is the answer.

Explanation:

#Bonjour

How do you interpret and analyze photographs? What method comes most
naturally to you when interpreting and analyzing photographic works? Identify and
discuss the methods and strategies that you use to interpret and analyze
photographs.

Answers

Answer:

You interpret and analyze photographs by observing detail.

Explanation:

Match the definition with the keyword it represents

1. Extra funds set aside beyond those necessary to cover operating expenses

2. Basic reasoning for an organization’s existence

3. Interfering in someone’s life for the purpose of saving him or her from risky behavior that could lead to death


A. philosophy or mission statement

B. intervention

C. prudent reserve

Answers

Answer:

1. C

2. A

3. B

Explanation:

1. Prudent reserve: these are extra funds set aside beyond those necessary to cover operating expenses. The main reason for having a prudent reserve is to provide funds to take care of any emergency or unforeseen expenses.

2. Philosophy or mission statement: Basic reasoning for an organization’s existence. This is the fundamental building block on which an organization is founded on and as such it sets the direction for the organization.

3. Intervention: Interfering in someone’s life for the purpose of saving him or her from risky behavior that could lead to death. An intervention typically comes from a superior or guardian and it could be in various forms such as cash, advice, mentorship, admonition, prayers or protection.

Answer:

The person above me is right.

Explanation:

Shawn has connected his laptop to a projector and chosen to duplicate his screen to the projector. Which statement is true in this situation regarding the Presenter view?

It will be used by default.
It will not be used by default but can be selected.
It cannot be used.
It must be used.

Answers

Answer:

B. It will not be used by default but can be selected.

Explanation:

PowerPoint application can be defined as a software application or program designed and developed by Microsoft, to avail users the ability to create various slides containing textual and multimedia informations that can be used during a presentation.

Some of the features available on Microsoft PowerPoint are narrations, transition effects, custom slideshows, animation effects, formatting options etc.

Basically, the views that are available on the Microsoft PowerPoint application includes;

1. Slide Sorter.

2. Notes Page.

3. Reading Pane.

4. Presenter view.

Presenter view avails the user an ability to use two monitors to display his or her presentation. Thus, one of the monitors displays the notes-free presentation to your audience while the other monitor lets you view the presentation with notes that you have added to the slides, as well as the navigation and presentation tools.

In this scenario, Shawn has connected his laptop to a projector and chosen to duplicate his screen to the projector. Hence, the statement which is true in this situation regarding the Presenter view is that it will not be used by default but can be selected by the user.

Which type of data is shown below?
apple, 0.85
banana, 0.90
peach, 1.50

multiple choice:
structured
unstructured
abstract
integer

THANK PLZ HELP

Answers

Answer:

structured

Explanation:

this site isn't letting me add my ans and wut should I do?

Answers

You can probably refresh or log out or something.

What is the difference between the casual and consultative conversation? Why is it important for a person to know the difference between the two?​

Answers

Answer:

The answer is below

Explanation:

Casual conversation is a form of conversation that occurs between friends and families. There are no specific rules or manner in which the participants speak to each other. It is otherwise known as Informal Conversation.

Consultative conversation on the other hand is a form of conversation that occurs between people who have a close relationship but not actual friends or families.

For example, people involved in this type of conversation are the likes of Doctors and Patients, Counsellors and Students, etc. It is often considered a Semi-formal conversation.

The reason a person needs to know the difference between the two styles of conversation is for individuals to know how to present and conduct themselves appropriately during the conversation.

What are Layers in computer class 7. no scams please​

Answers

Answer:

It means and organisation programming into separate functional components that interact in some sequential and hierarchical way, with each layer usually having an interface only to the layer above it and the layer below it.

47. Which of these examples demonstrates good netiquette?
Typing a comment on a video detailing how boring and poorly made it is.

A-Sending an email without a salutation or a signature.

B-Posting a blog article about how stuck-up your peers are.

C-Being straightforward and truthful in all electronic communications.

Answers

Answer:

typing it, on a video detailing how boring and poorly made it is

Explanation:

this is an example of good netiquette because they are criticizing the video game and what good netiquette is is making a comment relevant to the original message. the original message being the video game

5. What is the significance of the EXIT DO and EXIT FOR statements?​

Answers

Answer:

Exit Do transfers control to the statement following the Loop statement. When used within nested Do...Loop statements, EXIT DO transfers control to the loop that is one nested level above the loop where it occurs.

When used within nested For loops, EXIT FOR transfers control to the loop that is one nested level above the loop where it occurs.

Explanation:

I HOPE it can help....

Other Questions
Which of the following is a drawback of adopting a polycentric staffing approach?A) It is expensive to implement.B) It leads host-country managers to make mistakes due to cultural misunderstandings.C) It limits advancement opportunities for host-country nationals.D) It invariably makes a firm suffer from cultural myopia.E) It bridges the gap between the headquarters of a firm and its foreign subsidiaries. which of the following would not be included in an equilibrium expression. reactant that is a solid c. product that is a gas reactant that is aqueous d. product that is aqueous Which event was a sign to scientists that DDT was a harmful pollutant?O Trout were regularly dying in mass quantities each year.O Marine invertebrate populations were experiencing significant declines.O Levels of ultraviolet radiation at the south pole were increasing.O Bald eagle populations declined to only 500 pairs in the 1960s. which of the following statements is true about political participation? Convert (xy)^9 = 7| to an equation in polar coordinates =r^18 | This is considered to be a popular and controversial way to address internal cost inefficiencies. a. Insourcing b. Outsourcing c. Related diversification an important factor in growing inequality over the last 30 years is technological change that has _____ the demand for college graduates and the demand for less-educated workers. A(n) __________ should be used when you are communicating unexpected negative news, when you anticipate that you audience will be resistant to your message, or when you need to provide an explanation before your main point makes sense. Single-celled organisms called______harmlessly or helpfully can be found in almost all environments and can inhabit the human body A qualitative assessment of the business, its customers and suppliers, and managements character and capability is known as:________ in a correlated t test, if the independent variable has no effect, the sample difference scores are a random sample from a population where the mean difference score ( d ) equals _________. a. 0 b. 1 c. N d. cannot be determined Move the characteristics to their correct category to review the properties of B cells and T cells. Assist other immune cells, mediate hypersensiivity T Cells B Cells 2002855) CD molecules on surface Require antigen presentation with MHC Located in the cortex of lymphatic organs Located in the peracortical ites of lymphatic organs Do not require antigen Production of ansbodios Mature in the thymus surfece markers Meture in bone marrow All of the following are types of utilities that you may have to budget for EXCEPTa. Electricb. Water/Sewerc. Gasd. Rent fill in the blank. ____ term used to describe controversial and innovative adaptations to revivalism during the second great awakening Srinivasan believes that endorsing completely free markets entails that exploitation is morally impermissible.(a) True(b) False experimental research focuses on explaining why various phenomena happen. according to the text, research methods are useful for knowing both ________ and ________. Write the following English statements using the following predicates and any needed quantifiers. Assume the domain of x is all people and the domain of y is all sports. P(x, y): person x likes to play sport y person x likes to watch sporty a. Bob likes to play every sport he likes to watch. b. Everybody likes to play at least one sport. c. Except Alice, no one likes to watch volleyball. d. No one likes to watch all the sports they like to play. an 18toothstraightspugeartansmitsa torqueof1600 n.m. the pitchcircle diameteris 20mm, and the pressure angie is 18.o o. what is most nearlythe radiai force on the gear? Problem 14.36 Part A Select the preferred diameter for an ASTM A229 oil-tempered wire that will have an ultimate tensile strength as close to, but not less than 1430 MPa. Express your answer in millimeters using three significant figures. || It vec ? da mm Submit Previous Answers Request Answer