mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
8 lines
207 B
YAML
8 lines
207 B
YAML
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';
|
|
```
|