IRVINGCAI

Results 7 comments of IRVINGCAI

--------------------------pingora------------------------------- [root@10 demo01]# wrk -t 4 -c 50 -d 30s http://127.0.0.1:6188 Running 30s test @ http://127.0.0.1:6188 4 threads and 50 connections Thread Stats Avg Stdev Max +/- Stdev Latency 63.57ms...

I followed your steps, but found that the effect is still not obvious... machine mac m1 core:8 [root@10 pingap]# ./target/release/pingap -c=./conf/pingap.toml [root@10 pingap]# wrk 'http://127.0.0.1:6188/stats' --latency Running 10s test @...

nginx has 4 worker processes, pingap is configured with 4 threads, wrk stress test results: nginx qps is about 4 times that of pingap. Is this because pingap is in...

``` error_template = "" pid_file = "/tmp/pingap.pid" upgrade_sock = "/tmp/pingap_upgrade.sock" threads = 4 work_stealing = true grace_period = "3m" graceful_shutdown_timeout = "10s" log_level = "info" [upstreams.charts] addrs = ["127.0.0.1:9080"] algo...

nginx config ``` worker_processes 4; events { use epoll; worker_connections 102400; } http { include mime.types; default_type application/octet-stream; log_format access 'welb - $remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent...

use centos8-stream machine ``` [root@10 nginx]# uname -a Linux 10.0.3.15 4.18.0-552.el8.x86_64 #1 SMP Sun Apr 7 19:39:51 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux [root@10 nginx]# cat /proc/cpuinfo | grep "cores"|uniq...