You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
ElasticInbox exposes following performance stats through JMX:
LMTP
Delivery
success
defer
defer_failure
discard
reject_nonExistent
reject_overQuota
POP3
Auth
success
fail
Hector
Read
Write
Jetty
It’s possible to enable/disable performance counters through config files. For LMTP, POP3 and Hector stats set enable_performance_counters to true in elasticinbox.yml. performance_counters_interval is an interval for accumulating stats, set it to your monitoring system’s interval (e.g. if munin collects every 3 minutes, set it to 3*60).
For Jetty, you need to set statOn=true in jetty.xml: