# Measuring the taking time

**URL:** https://discuss.elastic.co/t/measuring-the-taking-time/113900
**Category:** Logstash
**Created:** [January 3, 2018, 10:43am UTC](https://discuss.elastic.co/t/measuring-the-taking-time/113900 "2018-01-03T10:43:18Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![guyboertje](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/guyboertje/32/31592_2.png) [@guyboertje](https://discuss.elastic.co/u/guyboertje)
#### Post date: [January 4, 2018, 8:57am UTC](https://discuss.elastic.co/t/measuring-the-taking-time/113900/4 "2018-01-04T08:57:07Z")

</div>

Sure, I will try.

My understanding is that the `duration_in_millis` is the total time taken to process `events in|filtered|out`.

5000 / 9493 = 0.527 kEps or 527 events per second.

`queue_push_duration_in_millis` is the accumulative time the input are waiting to push events into the queue.

824 / 5000 = 0.185 ms or 185 microseconds on average. A high value here indicates a form of back-pressure where the outputs are slower than the inputs. Your value seems low, indicating that the outputs are keeping pace with the input cadence.

---

_[View the full topic](https://discuss.elastic.co/t/measuring-the-taking-time/113900)._
