Skip to content

katmandoobie/OOP-System-Monitor

Repository files navigation

CppND-System-Monitor

System Monitor Project similar to HTOP in C++ for linux systems.

System Monitor

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

About

A linux system monitor similar to HTOP using C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published