Question

In: Computer Science

Need some clarification on the following: I am currently working on an assignment with the following...

Need some clarification on the following:

I am currently working on an assignment with the following question:

- Identify the commands that are generally causing the highest load on your system and discuss your perspectives on why they cause such a load. Discuss your perspectives on the considerations system administration must give while using these commands.

In my research, I can only find linux commands used to identify high loads on a linux system, but as we can see the question seems ask us to identify the commands that are causing the highest load, and then explain why from the perspective of a system admin.

Can someone clarify this for me?

Solutions

Expert Solution

In any linux system, you can find out the commands which takes up the highest load on the system using the following command -

ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head

The above command sorts the list of all processes in descending order of memory and cpu load.

In general, processes which require high graphical support consumes large amount of resources and memory. For example, you will find that /usr/lib/firefox/firefox command or equivalent for chrome command, will use the most amount of memory and the larger the number of tabs, the larger the usage.

From a system admin's point of view, this happens because running high end graphical applications require large amount of computations and your cpu can't take that much load. Hence, a gpu is required to perform the same.

Also, training machine learning models on huge datasets will also consume large amount of memory. This is so because it has to process through large number of rows and columns and compute several metrics using them.

Apart from this, if you are running any application which uses cloud, it would also grab a large share of your memory and cpu usage because it requires constant connected to network and renders data almost every second from the network.


Related Solutions

I am working on an accounting assignment and am having problems. Firstly, 1.I need to journalize...
I am working on an accounting assignment and am having problems. Firstly, 1.I need to journalize these entries and post the closing entries 2. i need to prepare Dalhanis multi-step income statement and statement of owners equity for August 2010 3. i need to prepare the blance sheet at august 31,2010 4. i need to prepare a post-closing trial balance at august 31,2010 DALHANI makes all credit sales on terms 2/10 n/30 and uses the Perpetual Inventory System Aug 1...
I am working on an accounting assignment and am having problems. Firstly, 1.I need to journalize...
I am working on an accounting assignment and am having problems. Firstly, 1.I need to journalize these entries and post the closing entries 2. i need to prepare Dalhanis multi-step income statement and statement of owners equity for August 2010 3. i need to prepare the blance sheet at august 31,2010 4. i need to prepare a post-closing trial balance at august 31,2010 DALHANI makes all credit sales on terms 2/10 n/30 and uses the Perpetual Inventory System Aug 1...
I am working on an assignment using SQL Server Management and I need to print an...
I am working on an assignment using SQL Server Management and I need to print an ERD to a single page as a PDF file. I am not sure how to do this especially because the diagram is rather large... I am using SQL Server Management Studio I have created an Entity relationship diagram for AdventureWorks that includes all product tables. There are many tables.How do I print it to a single page?
Here is a project I am currently working on and I could use some feedback on...
Here is a project I am currently working on and I could use some feedback on how to get started. I calculated the general probabilities for the first two columns of each spreadsheet (successes / total outcomes). I don't want to move forward until I know I'm on the right track but I'm concerned that I've oversimplified the question being asked. I'm also using Excel and am having a hard time finding an appropriate formula for conditional probability. My book...
Hello, I am working on an assignment but I am unsure of how to solve it....
Hello, I am working on an assignment but I am unsure of how to solve it. Please help me. The assignment details are below. Consider this scenario: Your friend starts a website, nothingbutflags.com, which is not making money. Your friend asks you to help generate more traffic. You ask your friend how much traffic the website had last month? And your friend replies and says only 500 visits. You also ask how many flags did you sell? Your friend replies...
Hello, I am working on an assignment but I am unsure of how to solve it....
Hello, I am working on an assignment but I am unsure of how to solve it. Please help me. The assignment details are below. Consider this scenario: Your friend starts a website, nothingbutflags.com, which is not making money. Your friend asks you to help generate more traffic. You ask your friend how much traffic the website had last month? And your friend replies and says only 500 visits. You also ask how many flags did you sell? Your friend replies...
I am doing a project for statistics and needed some clarification on the questions being asked....
I am doing a project for statistics and needed some clarification on the questions being asked. 1) Female height vs. male height             b) What method(s) of analysis may be appropriate for comparing female heights to male heights,             given the sample drawn? Explain.             c) Does it appear that the typical male COD student has a height that is similar to that of the             typical male in the USA? Explain.             d) Does it appear that the typical...
Hello i am working on an assignment for my programming course in JAVA. The following is...
Hello i am working on an assignment for my programming course in JAVA. The following is the assignment: In main, first ask the user for their name, and read the name into a String variable. Then, using their name, ask for a temperature in farenheit, and read that value in. Calculate and print the equivalent celsius, with output something like Bob, your 32 degrees farenheit would be 0 degrees celsius Look up the celsius to farenheit conversion if you do...
Explain applying for a position that I am currently working as a para-educator, however, I am...
Explain applying for a position that I am currently working as a para-educator, however, I am hired as an adult assistant. We are a new school short staff so I am needed to do more of the Para-educator's work alongside taking care of my student. How do I explain that showing I am qualified to do the new posting of Para-educator?
I'm working in Java and am working on a project where I need to find an...
I'm working in Java and am working on a project where I need to find an average. The catch is that for some of the values there is no data because they will be entered at a later date. I have variables assigned so that for each entry if there is an input I'll have it say _____available = 1, otherwise the variable will equal 0. I'll use an example to make this more clear. Let's say I am trying...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT