Skip to content

misrraimsp/mitop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unix top command custom implementation: mitop.sh

Table of contents

General Info

top is a task manager program found in many Unix-like operating systems that displays information about CPU and memory utilization.

This shell script tries to emulate it, showing on screen stadistic information regarding system processes. These processes are top-down ordered with the CPU usage ratio, only showing top 'n' ones. If not specified, 'n' is set to 10. If specified value of 'n' is greater than the number of processes, then information about all of them are shown.

For more info:

Technologies

Project is created with:

  • Bash
  • Notepad++
  • Git

Setup

To run this project, open a linux terminal and write:

$ cd ../user/shell
$ mitop n

Copyright

  • year: 2016
  • script name: mitop.sh
  • author: MISRRAIM SUÁREZ PÉREZ
  • mail: [email protected]
  • last version: 30/11/2016

References