udhos

Results 43 comments of udhos

I have just pushed this sketch on branch 'aggregate': https://github.com/udhos/goben/commit/623c9df038031336d749ee6ec42c1b9f46e3cdde It adds aggregate information like this: ``` 2019/02/11 23:06:58 aggregate reading: 11953 Mbps 29884 recv/s 2019/02/11 23:06:58 aggregate writing: 12119...

I am merging this aggregate rate now, then I will thinker further about the charts.

I am currently sketching this carrier to perform context propagation across SQS messages using message attributes. ```go // ContextFromSqsMessageAttributes gets a tracing context from SQS message attributes. // `sqsMessage` is...

For risk management I have been moving projects I am involved with from gin to chi: https://github.com/go-chi/chi

> 2024/01/31 14:01:04 aggregate reading: 1827 Mbps 3570 recv/s > 2024/01/31 14:01:04 aggregate writing: 19026 Mbps 37161 send/s > > can u help me to calculate the udp bandwidth with...

@phygerr I would try different things in order to find the highest possible rate, like: 1 - start with a single tcp connection 2 - increase the number of tcp...

Hi, I have just tested it myself but could not reproduce it: ``` everton@jornada:~/dev$ git clone https://github.com/udhos/update-golang Cloning into 'update-golang'... remote: Enumerating objects: 769, done. remote: Counting objects: 100% (768/768),...

AFAICT, the script failed to download files from Internet. I can think of two causes for problem: 1 - Internet was offline when the script was invoked. 2 - Some...

I havent tested it with Ansible, hence I cant tell whether it should work that way. Have you checked if it works on the target system when invoked interactively without...

Hi, I have just added these device properties into v0.13.0 to specify the ssh ciphers in a per-device basis: sshclearciphers: true # remove all default ciphers sshaddciphers: - aes128-ctr #...