kullanici0606

Results 10 comments of kullanici0606

I purchased the book and I agree with @silver-mx, book needs an errata and also an update. For example, on page 211 (chapter Chapter 13: Replication and Acknowledgements), book states...

I tried to investigate the issue and my initial hunch is that the problem is not related to udp. It seems that statsd could not handle incoming packets fast enough....

Lowering flush interval helps not because packets are smaller (tcpdump shows similar packet sizes, i.e around 1400 bytes) but packets are not sent in bursts when interval is smaller. I...

I missed the references pull request (https://github.com/alphagov/di-devplatform-performance/pull/122) which also lowers the flush interval. I also tried changing statsd_exporter logic to process udp packet in a different goroutine, which helped a...

The version of the k6 in the docker file on the forum is 0.32.0 and on v.0.33.0 some tags are blacklisted / blocked so that UDP packets are smaller: https://github.com/grafana/k6/issues/2048...

Yes, even with v0.33.0, problem occurs sometimes, therefore I also tried to do some improvements on statsd_exporter side too: https://github.com/prometheus/statsd_exporter/pull/511 @mstoykov should I stop working on this issue then?

Following is the part of the code that determines maxSmLength: https://github.com/jookies/jasmin/blob/e352208f22677b0a0769d1246892cff9558503cf/jasmin/protocols/smpp/operations.py#L150-L175 If it can be specified with an configuration parameter, than it would be a lot easy for the users...

While I was investigating an issue of k6 (https://github.com/grafana/k6/issues/2044), I also saw that UDP packets are dropped due to parsing and I also tried to fix the issue by separating...

Thank you for the feedback, I will try to write benchmarks for memory usage. My initial concern and the problem in the issue was udp packet drops due to parsing....

Hi, Could you please tell how does autoscaling work in your case? For example, in AWS, I think, autoscaling works by adding new nodes to load balancer definitions, in that...