mrabine / meminfo

Monitor process VmRSS usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Monitor process VmRSS usage

License:MIT License


Languages

Language:C++ 89.7%Language:CMake 10.3%