Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 407 Weeks Ago, 6 Days Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 27 Aug 2017 My Price 14.00

Linux platform.

Getting and displaying System Information

Objectives of this Lab:

  1. 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.
  2. 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:

  1. 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.
  2. Type the program into an editor and compile the program at the command prompt.
  3. Compiling and execution is done as in Week 4 Linux project.
  4. 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 accesswww.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

  1. Machine name (hostname) # get this information from /proc/sys/kernel/hostname
  2. System date and time # get this information from /proc/driver/rtc
  3. Kernel version # get this information from /proc/version
  4. 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

 

Items to turn in to Week 6 dropbox:

  1. Source code with filename (linuxsys.c or linuxsys.cpp or linuxsys.java)
  2. Sample output from your program

NOTE: (IMPORTANT !!!)

  1. All the source file should be with enough documentation either embedded in the code or in a separate file. Insufficient documentation leads to minus points.
  2. Be sure to write your name, date, assignment name and a brief description of the project on the top of the file in comments.(All of this counts towards the documentation)
  3. Use the same file name as mentioned above (linuxsys.c or linuxsys.cpp or linuxsys.java) and submit it to Week 6 dropbox.

Percentage Distribution

Total : 100%

  • Execution of the program with required output : 70%
  • Enough Documentation : 20%
  • Submitting the sample output : 5%
  • Using the same file name as mentioned above : 5%

Answers

(5)
Status NEW Posted 27 Aug 2017 04:08 PM My Price 14.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------and----------- ac-----------qui-----------sit-----------ion----------- of----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n.P-----------lea-----------se -----------pin-----------g m-----------e o-----------n c-----------hat----------- I -----------am -----------onl-----------ine----------- or----------- in-----------box----------- me----------- a -----------mes-----------sag-----------e I----------- wi-----------ll

Not Rated(0)