fleet/schema/tables/virtual_memory_info.yml

9 lines
207 B
YAML
Raw Normal View History

name: virtual_memory_info
examples: |-
Identify systems where memory swapping is occuring. These systems might
benefit from more RAM.
```
SELECT * FROM virtual_memory_info WHERE swap_ins>'0';
```