mirror of https://github.com/nicolargo/glances.git
Update documentation
This commit is contained in:
parent
b26dac4dd5
commit
ff6dcd5cb0
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue