Skip to content

mrabine/meminfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meminfo

Security Status Codacy Badge GitHub Releases GitHub License

Monitor process VmRSS usage

Download

To download the latest source do this:

git clone https://github.com/mrabine/meminfo.git

Configuration

To configure meminfo do this:

cd meminfo
mkdir build && cd build
cmake ..

Installation

To install meminfo do this:

make && sudo make install

Usage

meminfo [options] [name]

-d delay
 delay between updates (default: 5 seconds)
-h
 show available options
-n number
 number of iterations
-v
 print version

License

MIT