Skip to content

aryaarindam/ProcTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcTrack

️ A real-time terminal-based system monitor built with C++ for macOS.
Displays live CPU usage, memory usage, and a snapshot of running processes using a dynamic ncurses-based dashboard.

Features

  • Real-time CPU & memory monitoring
  • Terminal UI using ncurses
  • Live process listing (like top)
  • Built for macOS using sysctl & ps

Project Demo

Below is a live demo screenshot of ProcTrack running on macOS terminal with CPU, Memory, and Process info:

ProcTrack Demo

️ Tech Stack

  • C++
  • ncurses (terminal UI)
  • macOS system calls (sysctl, /proc, ps)
  • make build system

Folder Structure

ProcTrack/ ├── include/ # Header files ├── src/ # Source files ├── Makefile # Build system ├── README.md # Project info └── .gitignore # Ignore temp files

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published