21 Aug Programming Homework Help
this needs to work fully or you agree to refund if i have issues you will need to be avalible or you agree to refund
Objectives of this Lab:
- The objective of this assignment is to get used to the Linux platform. You will do that by writing a small program (in either C, C++ or Java) that will access system status information available from the Linux /proc directory.
- Access the (/proc) directory and know about the system information from various files in this and its sub-directories.
How to proceed with the Program:
- Information in the /proc directory is available just as though the files were regular text files. You may open those files, read out the data, save or print that data, and then close the file. Repeat for each file that you need to gather all of the needed data. When you have gathered all of the information you need, you can print your results to the display.
- Type the program into an editor and compile the program at the command prompt.
- Compiling and execution is done as in Week 4 Linux project.
- If you do not find a description of some system call by the man command, then try the Web search engine google for help (Use a Web browser to access www.google.com ).
Where to look for information in (/proc) directory ?
Search the (/proc ) directory and its sub-directories for the files which contain information required for this lab. You can refer to the online manual for more information on proc (man proc). For example, you can type the following in the command line
more /proc/hostname
to find the hostname of the machine.
Exercise : Write a program in C or C++ or Java to display the following information.
1. General information.
In this section you will assemble some basic facts about the system
- Machine name (hostname) # get this information from /proc/sys/kernel/hostname
- System date and time # get this information from /proc/driver/rtc
- Kernel version # get this information from /proc/version
- Memory usage (used and free memory) # get this information from /proc/meminfo
2. Time information.
In this section you will print out how long the system has been up and how busy it has been.
a. Duration of uptime # get these information from /proc/uptime
b. Duration of idletime
The skeleton of the program
(1) read file “/proc/uptime” to obtain Totaltime and Idletime
(2) read file “/proc/sys/kernel/hostname” to obtain the hostname
(3) read file “/proc/version” to obtain the kernel version
(4) read file “/proc/meminfo” to obtain the amount of used memory and free memory
(5) read file “/proc/driver/rtc” to obtain time and date
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.
About Wridemy
We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.
How It Works
To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Are there Discounts?
All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.
