Skip to content

astrojohannes/ramwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This little C++ program uses the ncurses library to 'visualize' the memory of a process identified by its PID (Process ID). The program is designed to run in the terminal.

Prerequisites:

  • C++ compiler (e.g. g++)
  • ncurses (e.g. RedHat/Fedora: sudo dnf install ncurses-devel)

Compile: g++ -o ramwatch main.cpp -lncurses

About

C++ code to examine RAM usage of given process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages