free command for OpenBSD.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore first commit Apr 26, 2018
LICENSE
Makefile Update Makefile Apr 26, 2018
README.md Modify calculating free memory method Apr 27, 2018
free.1 Better manual page. Apr 27, 2018
free.c Modify calculating free memory method Apr 27, 2018

README.md

free

free command for OpenBSD:

# ./free
                     total              used              free
Mem:                 4032M               28M             4004M
Swap:                   0B                0B                0B

Usage

# git clone https://github.com/NanXiao/free.git
# cd free
# make
# ./free