summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c722ee21..dfca444d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -345,6 +345,7 @@ Memory
Other metrics:
+ - **percent**: the percentage usage calculated as ``(total - available) / total * 100``
- **used**: memory used, calculated differently depending on the platform and
designed for informational purposes only. **total - free** does not
necessarily match **used**.