From ff6dcd5cb0e25f3e795250e75c918a46a3710ede Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 14 Sep 2025 14:27:55 +0200 Subject: [PATCH] Update documentation --- docs/aoa/memory.rst | 2 +- glances/plugins/mem/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/aoa/memory.rst b/docs/aoa/memory.rst index 2e41584d..4c4c211c 100644 --- a/docs/aoa/memory.rst +++ b/docs/aoa/memory.rst @@ -27,7 +27,7 @@ Stats description: is in RAM. - **inactive**: (UNIX): memory that is marked as not used. - **buffers**: (Linux, BSD): cache for things like file system metadata. -- **cached**: (Linux, BSD): cache for various things. +- **cached**: (Linux, BSD): cache for various things (including ZFS cache). Additional stats available in through the API: diff --git a/glances/plugins/mem/__init__.py b/glances/plugins/mem/__init__.py index 97a194ba..05d89fb6 100644 --- a/glances/plugins/mem/__init__.py +++ b/glances/plugins/mem/__init__.py @@ -61,7 +61,7 @@ note that this doesn\'t reflect the actual memory available (use \'available\' i 'optional': True, }, 'cached': { - 'description': '*(Linux, BSD)*: cache for various things.', + 'description': '*(Linux, BSD)*: cache for various things (including ZFS cache).', 'unit': 'bytes', 'min_symbol': 'K', 'optional': True,