RanniSch / webserv

0 stars 2 forks source link

PROBLEM: Siege & stress test: Use Siege to run some stress tests. #68

Closed RanniSch closed 10 months ago

RanniSch commented 10 months ago

siege -c 10 -t 1M http://localhost:8000/animal.jpg --> unsure if I should call this a good or a fail. Siege has no failed transactions. Webserver shows error image

siege -c 10 -t 1M http://localhost:8000/upload.html --> successfull image

siege -c 10 -t 1M http://localhost:8000/index.html --> successfull image

siege -c 10 -t 1M http://localhost:8000/cgi-bin/script-post-2.py --> successfull image

MaxIhme commented 10 months ago

on Mac: siege -c 10 -t 1M http://localhost:8000/animal.jpg

Bildschirmfoto 2023-10-31 um 19 26 10

without restarting: siege -c 10 -t 1M http://localhost:8000/upload.html

Bildschirmfoto 2023-10-31 um 19 27 52

without restarting: siege -c 10 -t 1M http://localhost:8000/index.html

Bildschirmfoto 2023-10-31 um 19 29 32

siege -c 10 -t 1M http://localhost:8000/cgi-bin/script-post-2.py --> cgi does not work on my mac

RanniSch commented 10 months ago

That looks promising, let's see what @LukasKava gets.

RanniSch commented 10 months ago

All test work fine