Git Product home page Git Product logo

Comments (4)

marcinbudny avatar marcinbudny commented on July 17, 2024

Hi Andrii,

This metric's value is extracted from /stats endpoint, tcp.receivedBytesTotal key. Can you explain why you suspect this value is wrong?

from eventstore_exporter.

andrii33 avatar andrii33 commented on July 17, 2024

Hi Marcin,

We ran performance tests for EventStore. And noticed that the metric value (was about 38-40 Mb / sec) was in a few times higher than the data volume we were sending to the EventStore (about 4-5 Mb / sec).

So we checked the output network value (about 4-5 Mb / sec) from the load generator environment and calculated the maximum possible size based on the maximum event size and events count per second ( 7 Mb/sec ).
Also EventStore Disk I/O shows (7-8 Mb/sec for write).

We got the correct value (4-5 Mb/sec) of the metric when we divided by 8. (rate(eventstore_tcp_received_bytes{env="test", group="es-poc", stack="eventstore-exporter"}[5m])/8)

Screen Shot 2020-10-07 at 12 21 22 PM

Screen Shot 2020-10-07 at 12 37 59 PM

from eventstore_exporter.

marcinbudny avatar marcinbudny commented on July 17, 2024

I've checked values reported by ESDB dashboard vs values in exporter and they are pretty much the same.

Is it possible you have another ESDB connection you are not aware of? Especially in cluster scenarios, the received bytes at the server will not be the same as sent bytes from your load generator. All connections should be listed in the ESDB dashboard, so please take a look.

from eventstore_exporter.

marcinbudny avatar marcinbudny commented on July 17, 2024

Closing due to no activity

from eventstore_exporter.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.