You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is an error in handshakes counter logic, I do only one request, Tempesta receives only one request, but incremented "successful" and "fail" counters, however expected to be incremented only "successful" counter.
cat /proc/tempesta/perfstat output:
Minimal response time : 0ms
Average response time : 0ms
Median response time : 0ms
Maximum response time : 0ms
Percentiles
50%: 0ms
75%: 0ms
90%: 0ms
95%: 0ms
99%: 0ms
SS work queue full : 0
SS work queues' sizes : 0 0 0 0 0 0
SS backlog's sizes : 0 0 0 0 0 0
Cache hits : 0
Cache misses : 1
Client messages received : 1
Client messages forwarded : 1
Client messages served from cache : 0
Client messages parsing errors : 0
Client messages filtered out : 0
Client messages other errors : 0
Clients online : 0
Client connection attempts : 1
Client established connections : 1
Client connections active : 0
Client RX bytes : 29
Server messages received : 1
Server messages forwarded : 1
Server messages parsing errors : 0
Server messages filtered out : 0
Server messages other errors : 0
Server connection attempts : 128
Server established connections : 128
Server connections active : 128
Server connections schedulable : 128
Server RX bytes : 959
Server successful TLS handshakes : 1
Server failed TLS handshakes : 1 <-- ERROR: Why we have failed?
It seems there is an error in handshakes counter logic, I do only one request, Tempesta receives only one request, but incremented "successful" and "fail" counters, however expected to be incremented only "successful" counter.
cat /proc/tempesta/perfstat
output:curl -vk https://ubuntu
output:The text was updated successfully, but these errors were encountered: