https://github.com/cls1991/free
Memory usage for macos, an alternative to free command.
https://github.com/cls1991/free
free macos macosx memory
Last synced: about 1 year ago
JSON representation
Memory usage for macos, an alternative to free command.
- Host: GitHub
- URL: https://github.com/cls1991/free
- Owner: cls1991
- License: apache-2.0
- Created: 2017-12-11T09:19:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T10:36:32.000Z (about 8 years ago)
- Last Synced: 2025-04-15T14:44:24.307Z (about 1 year ago)
- Topics: free, macos, macosx, memory
- Language: Python
- Size: 74.2 KB
- Stars: 21
- Watchers: 15
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
free
====
.. image:: https://img.shields.io/pypi/l/macos-free.svg
:target: https://pypi.python.org/pypi/macos-free
.. image:: https://img.shields.io/pypi/v/macos-free.svg
:target: https://pypi.python.org/pypi/macos-free
.. image:: https://img.shields.io/pypi/pyversions/macos-free.svg
:target: https://pypi.python.org/pypi/macos-free
.. image:: https://travis-ci.org/cls1991/free.svg?branch=master
:target: https://travis-ci.org/cls1991/free
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.