Mark van der Velden

Results 53 comments of Mark van der Velden

I see several complications with this approach, for those who are using a CDN. Content-Negotiation can make for a terrible cache strategy (_even the order of the Accept header will...

What version are you using? I'm not seeing similar trends with 1.0.15

I can confirm that `totalAllocatedMemory` is increasing. However I'm not seeing similar trends with Docker stats. The _stats_ do increase, but they plateau. In my test setup, for example, they...

I've performed a _very_ rudimentary analysis, but I'm not detecting any leakage so far. The test took nearly 45 minutes and ever second I've taken a sample from the `/health`...

In a second test I recorded Docker's memory usage and again I've reached a similar conclusion that I'm not detecting any leaks. Next I'll try different operations, so far I've...

More testing. This time using pipelining and using an enlarge and crop: # Imaginary statistics The objectsInUse has an interesting end, when we're reaching the hour the graph becomes more...

I've also investigated processing related to fetching remote resources (The `-enable-url-source` flag), but didn't find any different results. So basically. Without more information. I can't reproduce :-/ ``` ¯\_(ツ)_/¯ Works...

I'm slightly embarrassed to say that it's just a couple of one-liners, JSON parsing with [jq](https://stedolan.github.io/jq/) and plotting with [asciigraph](https://github.com/guptarohit/asciigraph). However, here you go. ## Reading Docker's stats: The `for`...

You're welcome! Do note that you need at least https://github.com/h2non/imaginary/commit/272285f6fc09f2158c20715f1dfec59bbd22bb0d to have all the values from `/health`, so you'll need at least version [1.0.16](https://github.com/h2non/imaginary/releases/tag/v1.0.16).

Ah, thanks for the followup!