Skip to content
Snippets Groups Projects
  1. Mar 02, 2022
  2. Jan 17, 2022
    • Richard van der Hoff's avatar
      Improve `reactor_tick_time` metric (#11724) · 6a78ede5
      Richard van der Hoff authored
      The existing implementation of the `python_twisted_reactor_tick_time` metric is pretty useless, because it *only* 
      measures the time taken to execute timed calls and callbacks from threads. That neglects everything that 
      happens off the back of I/O, which is obviously quite a lot for us.
      
      To improve this, I've hooked into a different place in the reactor - in particular, where it calls `epoll`. That call is 
      the only place it should wait for something to happen - the rest of the loop *should* be quick.
      
      I've also removed `python_twisted_reactor_pending_calls`, because I don't believe anyone ever looks at it, and
      it's a nuisance to populate.
      Unverified
      6a78ede5
  3. Jan 05, 2022
  4. Oct 22, 2021
  5. Sep 23, 2021
  6. Aug 16, 2021
  7. Jul 13, 2021
  8. Jul 08, 2021
  9. Jun 17, 2021
  10. May 19, 2021
  11. Apr 28, 2021
  12. Apr 14, 2021
  13. Apr 08, 2021
  14. Mar 25, 2021
  15. Feb 16, 2021
  16. Dec 02, 2020
  17. Nov 26, 2020
  18. Oct 27, 2020
  19. Sep 17, 2020
  20. Sep 04, 2020
  21. Jul 30, 2020
  22. Jul 20, 2020
  23. Jul 13, 2020
  24. Jun 17, 2020
  25. Jun 16, 2020
  26. Jun 02, 2020
  27. May 28, 2020
  28. Apr 08, 2020
  29. Mar 19, 2020
  30. Mar 01, 2020
  31. Feb 29, 2020
  32. Feb 25, 2020
  33. Feb 14, 2020
  34. Jan 08, 2020
  35. Dec 09, 2019
  36. Dec 05, 2019
Loading