synchronization.conf 398 B

123456789101112
  1. alarm: sync_freq
  2. on: mem.sync
  3. lookup: sum -1m of sync
  4. units: calls
  5. plugin: ebpf.plugin
  6. every: 1m
  7. warn: $this > 6
  8. delay: up 1m down 10m multiplier 1.5 max 1h
  9. info: number of sync() system calls. \
  10. Every call causes all pending modifications to filesystem metadata and \
  11. cached file data to be written to the underlying filesystems.
  12. to: silent