Skip to content

a System monitor displaying processes consumption of CPU and RAM in real time using n-curses library

License

Notifications You must be signed in to change notification settings

elouafiqAli/system-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity Project Submission - System Monitor

Implementing the System, Process , and Processor classes, as well as functions within the LinuxParser namespace.

Instructions

  1. Clone the project repository: git clone https://github.com/elouafiqAli/system-monitor/

  2. Build the project: make build

  3. Run the resulting executable: ./build/monitor

Starting System Monitor

Udacity Linux Workspace

Udacity provides a browser-based Linux Workspace for students.

You are welcome to develop this project on your local machine, and you are not required to use the Udacity Workspace. However, the Workspace provides a convenient and consistent Linux development environment we encourage you to try.

ncurses

ncurses is a library that facilitates text-based graphical output in the terminal. This project relies on ncurses for display output.

Within the Udacity Workspace, .student_bashrc automatically installs ncurses every time you launch the Workspace.

If you are not using the Workspace, install ncurses within your own Linux environment: sudo apt install libncurses5-dev libncursesw5-dev

Make

This project uses Make. The Makefile has four targets:

  • build compiles the source code and generates an executable
  • format applies ClangFormat to style the source code
  • debug compiles the source code and generates an executable, including debugging symbols
  • clean deletes the build/ directory, including all of the build artifacts

Starting System Monitor

About

a System monitor displaying processes consumption of CPU and RAM in real time using n-curses library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published