gregors

gregors

Question y’all,

When I play with apache bench (ab) and I use the -k flag the output for the runs have this

Keep-Alive requests:    0

However if I try Cowboy for example it seems to report correctly

Keep-Alive requests:    15000   

as well as being a bit faster (due to reused connections no doubt). I tried this with a few other languages, golang etc and they seemed to handled keep alives with ab.

Now I did an initial search through Bandit docs but I’m not seeing any settings pertaining to this. I did see a small blurb saying it was supported in http/1.1. Ok hmmmmmmmmmm.

What exactly is ab pushing out? Let’s spin up tcdump

sudo tcpdump -i any -A 'port 4000'
GET /health-check HTTP/1.0                                                                                                               
Connection: Keep-Alive                                                                                                                           
Host: 127.0.0.1:4000                                                                                                                             
User-Agent: ApacheBench/2.3                                                                                                                      
Accept: */*          

huh http/1.0 so I’m guessing Bandit just doesn’t support keep alives in that version. I don’t know exactly what the difference is, I should probably read the http spec at some point, but I am asking if there’s an easy way I can configure Bandit to support that. No problem if there isn’t an easy way. I’m just having fun. But it does look like other servers do support this…probably for ab use cases :smiley:

Showing Posts 1 to 6

benwilson512

benwilson512

Author of Craft GraphQL APIs in Elixir with Absinthe

I realize this isn’t a direct answer to your question but Elixir folks have generally preferred to use wrk or wrk2 for HTTP benchmarking. It offers more options, stats, and as I recall handles your type of issue more consistently.

LostKobrakai

LostKobrakai

A quick google suggests keep-alive wasn’t officially supported before http 1.1, but was added as a response to people using it with http 1.0 without a spec for it existing. So it’s a question of how spec compliant bandit wants to be. A toggle might be a reasonable middleground.

gregors

gregors OP

Thanks, I am indeed aware of those. My larger point was the “doesn’t work with http/1.0” etc

gregors

gregors OP

yeah definitely looks like it wasn’t in the original spec.

I will say looking through some of the bandit source code, it’s really not bad reading at all! I might just mess with in on a branch etc. I have no idea how many people actually use http/1.0 in real life, probably not many…

gregors

gregors OP

Update after some weekend time to dig into this…

mtrudel

mtrudel

Creator of Bandit

Thanks for the PR; it’s merged!

I’ll echo what others have said here; ab is in general a pretty outdated program that does a lot of oddball stuff like this (IIRC, this was actually strictly out of spec prior to the RFC911x series).

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews