synchronization.conf 435 B

12345678910111213
  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. summary: Sync system call frequency
  10. info: Number of sync() system calls. \
  11. Every call causes all pending modifications to filesystem metadata and \
  12. cached file data to be written to the underlying filesystems.
  13. to: silent