Tim Ehlers
Tim Ehlers
I've been watching data transfer between regions with our test setup. It doesnt look that bad 3Mbit/sec but any reduction would be nice.
We are trying to get a POC off the ground that would handle 40 million per minute (what our current graphite is handling). So far with the latest master we...
No way, there are allot of graphite instances. The best we have is a single graphite server handling ~2 million.
Right now we have a reader and writer. However the writer never goes past 50% cpu usage so we havent looked at expanding to more. The funny thing is when...
Would a feature like this cause a big hit on CPU? This would be a very nice thing to have. I do something similar but with a find/wc bash script...
Sorry about this guys. Yes I'm using chef to update configs.
Directory definantely the INI file maybe... As a Linux user I just assumed INI files meant windows stuff. But a little reading and it makes sense if the format consist...
Here is where the bias for me comes from at least. ``` find /etc/ -name '*.conf' |wc -l 147 find /etc/ -name '*.ini' |wc -l 0 ```
FYI, I threw together a quick and dirty build set automated on dockerhub. https://github.com/ehlerst/polymur/commit/3ef430f5f6260c5f8e461c5dba608148c29439a1 These could use a bit of work i think they containers are kinda heavy and it...
+1 docker containers have major issues with UDP traffic that have not been resolved. https://github.com/docker/docker/issues/8795 You also cannot use a load balancer and java hosts love to ignore TTLs.