Mean age of event queue entry when dequeued (in microseconds).

C# |
public long meanAge()

Mean age of event queue entries when dequeued (in microseconds). This is an
exponentially weighted moving average (weighted to more recent) for
accumulated event or message ages (measured from the point enqueuement until
de-queuement). Configuration option queue_age_enabled must be activated.