mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
11 lines
209 B
YAML
11 lines
209 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';
|
||
|
|
|
||
|
|
```
|