pale-emperor
pale-emperor
DMESG: ``` [ 385.960630] Start test: ws.test_ws_ping.CacheTest.test_ping_websockets [ 386.088713] [tdb] Start Tempesta DB [ 386.110183] [tempesta fw] Initializing Tempesta FW kernel module... [ 386.391616] [tempesta fw] Configuration processing is completed....
long_body.test_long_request.RequestTest1M.test DMESG: ``` [ 3837.795960] Start test: long_body.test_long_request.RequestTest1M.test [ 3837.840503] [tdb] Start Tempesta DB [ 3837.853926] net_ratelimit: 7086 callbacks suppressed [ 3837.853927] [tempesta fw] Initializing Tempesta FW kernel module... [...
I start tempesta-fw with `failover_http = 5 ` and make 40 requests and got expected result: ``` wh1te@DESKTOP-KMTIHK2:~$ for i in `seq 40`; do curl -o /dev/null -s -w "%{http_code}\n"...
DMESG with `access_logs on` directive: ``` [15043.988007] [tempesta fw] 192.168.50.1 "srv_grp1" "GET / HTTP/1.1" 403 162 "-" "curl/7.68.0" [15044.014112] [tempesta fw] 192.168.50.1 "srv_grp1" "GET / HTTP/1.1" 403 162 "-" "curl/7.68.0"...