Skip to content

aaronschanz/Process-Manager-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Process-Manager-

Program PMan (Process Manager) is able to create a process (and run it in background), present a list of process, terminate/stop/start a process and show stat of a process.

How to use PMan Step 1: compile test files that you want to use Step 2: execute "make" in terminal to compile PMan Step 3: execute "./PMan" in terminal to run PMan Step 4: input supported commands in PMan

Supported commands of PMan:

  1. bg : start program in the background. Make sure to include the relative directory.
  2. bglist: display a list of all the programs currently executing in the background and the total count of background jobs
  3. bgkill : terminate process
  4. bgstop : temporarily stop process
  5. bgstart : restart process which has been previously stopped
  6. pstat : list comm, state, utime, stime, rss, voluntary_ctxt_switches and nonvoluntary_ctxt_switches of process
  7. exit: exit returns from the main function of PMan.c and ends the program.

About

Program PMan (Process Manager) is able to create a process (and run it in background), present a list of process, terminate/stop/start a process and show stat of a process.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors