Merge pull request #282 from Stunkymonkey/mem-support

fix wrong memory-documentation
This commit is contained in:
Ingo Bürk 2018-05-22 06:57:45 +02:00 committed by GitHub
commit 9f08fe297a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,9 +459,9 @@ It acts equivalently to +format+.
As Linux' meminfo doesn't expose the overall memory in use, there are multiple
methods to distinguish the actually used memory.
*Example used_memory_method*: +memavailable+ ("total memory" - "MemAvailable", matches gnome system monitor)
*Example memory_used_method*: +memavailable+ ("total memory" - "MemAvailable", matches +free+ command)
*Example used_memory_method*: +classical+ ("total memory" - "free" - "buffers" - "cache", matches gnome system monitor)
*Example memory_used_method*: +classical+ ("total memory" - "free" - "buffers" - "cache", matches gnome system monitor)
*Example order*: +memory+