RanniSch / webserv

0 stars 2 forks source link

Siege & stress test: Availability should be above 99.5% for a simple GET on an empty page with a siege -b on that page. #69

Closed RanniSch closed 10 months ago

RanniSch commented 10 months ago

Retested with: siege -b http://localhost:8000/email.html What do they mean by "simple GET on an empty page"? Maybe we should make the html more simple?

siege -b http://localhost:8000/listing_Kopie.html --> Failed transactions shown by siege, but Server did not crash and availability over 99.5% image

image

MaxIhme commented 10 months ago

summary: segfaults and stuff on mac -> let's count on Lucas linux results

on Mac: siege -b http://localhost:8000/listing_Kopie.html

Bildschirmfoto 2023-10-31 um 19 05 52

and try again -> segfault and Bad Access after some recompilation and restarts I tried: http://localhost:8000/index.html

Bildschirmfoto 2023-10-31 um 19 15 50
RanniSch commented 10 months ago

Ok, @LukasKava let's see what you get.

MaxIhme commented 10 months ago

via Docker siege -b http://localhost:8000/email.html -> 99,79% available siege -b http://localhost:8000/listing_Kopie.html -> 99,9% siege -b http://localhost:8000/listing_Kopie.ht -> 99,59%

-> ok for me

RanniSch commented 10 months ago

fine