Geoffroy Couprie
Geoffroy Couprie
There's currently a way to configure applications [from the static configuration file](https://github.com/sozu-proxy/sozu/blob/435102e68ecab5c6f66511909dad6377c5d3bd8d/bin/config.toml#L39-L48), but those informations would not be reloaded if the file changes. Most of the configuration options there are...
In gitlab by @Geal on Jan 11, 2017, 11:15 right now, the proxy supports HTTP, HTTPS, TCP, and Websockets. It can upgrade a connection between protocols, but the condition is...
Following the merge of the socket_transfer PR (#330), there's now a new unix socket to communicate between master and worker, to send listener sockets back and forth. Right now, we...
sozu implements in memory storage for metrics to have data quickly available to explore production issues. Displaying this data has always been difficult because some of the metrics are latency...
for a request: - time to connect to a backend server - time to send the whole request to the backend - time spent by the backend (between last byte...
In a stress test, I got the following profiling info: ``` Children Self Command Shared Object Symbol - 80.05% 0.28% sozu [kernel.kallsyms] [k] entry_SYSCALL_64_fastpath - 79.77% entry_SYSCALL_64_fastpath - 59.34% sys_clock_gettime...
some clients will shut down connections abruptly instead of finishing cleanly, so RST is not necessarily an error (and we want to see the metrics in all cases)
interesting metrics that are available in nginx: - upstream_connect_time: time spent establishing a connection with an upstream server - upstream_header_time: time between establishing a connection to an upstream server and...
There's an interest in supporting UDP load balancing in so, so here's an issue to explore that topic. There are some protocols relying on UDP that could benefit from load...
here are a few pointers for this: https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/rust/carnix.nix https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md https://nixos.org/nixpkgs/manual/#users-guide-to-the-rust-infrastructure example file https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/todiff/default.nix