Skip to content

A straightforward program designed to monitor processes, providing real-time displays of both RAM and CPU usage.

Notifications You must be signed in to change notification settings

osmosis10/Task-Manager-CMPT-361-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#	Name: Moses Lemma
#	Date: 2023/04/13
#	Class: CMPT 360
#	Instructor: Cam Macdonell

# Assignment 4

# Milestone 1
  listens and reads data from the UDS and echo's the recieved command (in this case KILL).

#Final Submission

 Runs macD.c and listens for signals of either STAT KILL or both, stat reports the number of active process' and KILL followed by an index to kill specifed process	
 Flags: i - take the first parameter (file name) and save it to be used for executing process'
        q = any output from the executed process is suppressed
        o - writes out all output to text file

 execution ex. ./macD macD.conf1 -i

About

A straightforward program designed to monitor processes, providing real-time displays of both RAM and CPU usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published