[swift-server-dev] HTTP API v0.1.0
Carl Brown
carl.brown.swift at linuxswift.com
Thu Nov 2 22:38:28 CDT 2017
> On Nov 2, 2017, at 1:51 PM, Helge Heß via swift-server-dev <swift-server-dev at swift.org> wrote:
>
> On 2. Nov 2017, at 18:53, Carl Brown <carl.brown.swift at linuxswift.com> wrote:
>> my high load test suite uses 60-80 simultaneous curl processes hitting an 8-core server
>
> 80 concurrent requests on a 8-core server is the high load test? 😳
>
> I was thinking more about something like this:
>
> ab -n 100000 -c 10000 http://localhost:1337
>
> on a regular desktop machine and see where this goes.
>
>
> But I don’t know what your handler does :-)
It’s here: https://github.com/carlbrown/SwiftServerComparison.git
It’s a real-world mix of static content of various sizes with reused connections. It’s a lot less synthetic than `ab` or `wrk`.
-Carl
>
> hh
>
> _______________________________________________
> swift-server-dev mailing list
> swift-server-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-server-dev
More information about the swift-server-dev
mailing list