Algorithm-EventsPerSecond

 view release on metacpan or  search on metacpan

rc/systemd/iqbi-damiq.service  view on Meta::CPAN

#
#     IQBI_DAMIQ_WINDOW=300          # averaging window, seconds
#     IQBI_DAMIQ_MAX_KEYS=500000     # distinct-key ceiling, 0 unlimited
#     IQBI_DAMIQ_IDLE_TIMEOUT=600    # evict keys unmarked this long;
#                                    # must be at least the window, so
#                                    # raise it when raising the window
#     IQBI_DAMIQ_SWEEP_INTERVAL=30   # seconds between eviction sweeps
#     IQBI_DAMIQ_SOCKET_MODE=0660    # socket file mode
#
# Neither file existing is fine; everything falls back to the defaults
# below. Adjust other flags with `systemctl edit iqbi-damiq` (an
# override.conf with an emptied and re-set ExecStart), e.g. to add -x.

[Unit]
Description=iqbi-damiq per-key sliding-window event rate daemon
Documentation=man:iqbi-damiq(1)
After=local-fs.target

[Service]
Type=exec
# The daemon stays in the foreground and shuts down cleanly on TERM.



( run in 0.565 second using v1.01-cache-2.11-cpan-995e09ba956 )