Update documentation

This commit is contained in:
nicolargo 2025-09-14 14:27:55 +02:00 committed by Bennett Kanuka
parent b26dac4dd5
commit ff6dcd5cb0
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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,