/free

Memory usage for macos, an alternative to free command.

Primary LanguagePythonApache License 2.0Apache-2.0

free

https://travis-ci.org/cls1991/free.svg?branch=master

Memory usage for macOS, an alternative to free command on Linux.

☤ Installation

You can install "macos-free" via pip from PyPI:

$ pip install macos-free

☤ Usage

$ free --help
Usage: free [OPTIONS]

Options:
  -b, --bytes    show output in bytes
  -k, --kilo     show output in kilobytes
  -m, --mega     show output in megabytes
  -g, --giga     show output in gigabytes
  --tera         show output in terabytes
  -h, --human    show human-readable output
  --si           use powers of 1000 not 1024
  -V, --version  output version information and exit
  --help         Show this message and exit.