Created
January 3, 2018 01:34
-
-
Save meonkeys/0fafc72773c8a6f200232d287dcac2fd to your computer and use it in GitHub Desktop.
Output format changed for the `free` command.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Two different machines. The first has 8GiB RAM and is running Ubuntu 14.04, the 2nd has | |
16GiB RAM and is running Ubuntu 16.04. Looks like they changed the output format for `free`. | |
ubuntu 14.04 $ free -m | |
total used free shared buffers cached | |
Mem: 7867 1077 6790 1 227 470 | |
-/+ buffers/cache: 380 7487 | |
Swap: 8073 0 8073 | |
ubuntu 16.04 $ free -m | |
total used free shared buff/cache available | |
Mem: 15953 7933 1377 558 6642 6560 | |
Swap: 3814 3738 76 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment