/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Server/Orchestration/openshift/haproxy.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2020-02-22 00:52:44 UTC
  • Revision ID: csa@suren.me-20200222005244-muz5v32zdeidl0om
GPUs on podman, ansible hangs, and haproxy logs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Logs
 
2
====
 
3
<timestamp> <openshift_node (which service request)> <haproxy[pid]>:
 
4
    <client_ip:port> [connection date/time] public <backend server (pod_name:ip:port)>
 
5
    <timings TR/Tw/Tc/Tr/Ta> <http_status> <bytes_send_to_client> <https_termination_code> <cookie_code>
 
6
    --VN  <counters HA/FE/BE/AC/RT> <queue length 0/0> "HTTP request" {log facility}
 
7
 
 
8
    Timings:
 
9
        TR (time to get client request) 
 
10
        Tw (waiting for backend connection slots)  
 
11
        Tc (time to establish TCP connection to backend)  
 
12
        Tr (backend response time) 
 
13
        Ta (total active time)
 
14
 
 
15
    Counter:
 
16
        HA      Number of concurrent connections on the HAProxy when logged
 
17
        FE      Number of concurrent connections routed trough this fronend
 
18
        BE      Number of concurrent connections routed trough this backend
 
19
        AC      Number of concurrent connections still active on this server
 
20
        RT      Number of retries tried to connect to backend
 
21
 
 
22
    Queue Lenght:
 
23
        ?
 
24
 
 
25
 
 
26
 Some docs:
 
27
        https://www.haproxy.com/blog/introduction-to-haproxy-logging/